Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects SHOW prematurely??
Message
De
23/11/1998 02:32:17
 
 
À
23/11/1998 01:16:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00160393
Message ID:
00160413
Vues:
22
Try to use:

Wait Window Nowait "My Message" Timeout 10

Provide that there will be no more wait Statement!

or Even use:

Wait Window Nowait "My Message" NoClear

and at Form.init() && Near last procedure for form created
Wait Clear

^-^; Good Luck!

>No, no ActiveX just some basic code. Nothing that would display the form... I'm getting this behavior on EVERY class in my framework, so I'm thinking that it's got to be something deeper than my code...
>
>*But* the form is not *supposed* to display until the SHOW method is called, right?
>
>Thanks
>
>
>>Maybe something in a class contained in that form?
>>
>>Do you use any ActiveX control in the form?
>>
>>Vlad
>>
>>>Why is it that, in the following code, the form is displayed prior to the line with SHOW?
>>>
>>>oOptionClass = CREATEOBJECT("OptionBaseClass")
>>>oOptionClass.SHOW
>>>
>>>I add a WAIT WINDOW 'stop here' between the two lines and the form displays before the wait window...
>>>
>>>There's nothing in the class definition that displays the form, what else could cause this?
>>>
>>>TIA
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform