Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove classes from memory
Message
De
25/05/2003 17:30:26
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Remove classes from memory
Divers
Thread ID:
00792729
Message ID:
00792729
Vues:
51
After running and closing my application, i get the message 'remove classes from memory' when i want to modify a toolbar baseclass (wich i created) in the project manager. This baseclass has a method i added which disables/enables all buttons on it like this:
for y = 1 to this.controlcount
if this.controls[y].class = 'Basespecbutton'
this.controls[y].enabled = .t.
endif
endfor

The message doesn't appear when i want to modify another baseclass from another toolbar wich doesn't have this method

Toolbars are created and added to an array in oapp.init event,
and closed in destroy event from oapp by looping through this array
like this oapp.arBars[x,1].release()

Is this something that shouldn't be happening?
Can anyone give me a hint in what i'm doing wrong here?

tia, Victor
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform