Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Background color of GIF always white
Message
From
28/07/2004 18:19:02
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00928894
Message ID:
00928982
Views:
22
>Now you should be carefull to not issue CLEAR RESOURCES. :)

Yes, I am investigating on that. It seems that the only way to have this to work is to go with a new object all the time:
loImage=CreateObject('Image') 
loImage.Picture='First.gif'
loImage2=CreateObject('Image') 
loImage2.Picture='Next.gif'
loImage3=CreateObject('Image') 
loImage3.Picture='Previous.gif'
loImage4=CreateObject('Image') 
loImage4.Picture='Last.gif'
loImage5=CreateObject('Image') 
loImage5.Picture='New.gif'
loImage6=CreateObject('Image') 
loImage6.Picture='Open.gif'
loImage7=CreateObject('Image') 
loImage7.Picture='Delete.gif'
loImage8=CreateObject('Image') 
loImage8.Picture='Save.gif'
loImage9=CreateObject('Image') 
loImage9.Picture='Undo.gif'
loImage10=CreateObject('Image') 
loImage10.Picture='Close.gif'
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform