Message 1 of 7
bitMap bug in 2010?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Just want to get a confirmation on this from others. SP1 corrected issues in the bitmap pager system that we stopping plugins of mine from loading that was using bitmaps in buttons that it was loading from files. It looks like images that are created in script and not saved to the server still don't work. Can any one confirm this for me on other systems using the code below? The right button should show up as red and the left will not.
save (bitmap 20 20 color:red fileName:((getDir #temp)+"test.bmp"))
try(destroyDialog testR)catch()
rollout testR "Test"
(
button testBt1 "" width:20 height:20 images:#((bitmap 20 20 color:red), undefined , 1,1,1,1,1 ) across:2
button testBt2 "" width:20 height:20 images:#((openBitMap ((getDir #temp)+"test.bmp")), undefined , 1,1,1,1,1 )
)
createDialog testR
Paul Neale
http://paulneale.com
http://paulneale.com
Paul Neale