Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Background color of GIF always white
Message
De
28/07/2004 18:19:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00928894
Message ID:
00928982
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform