Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does this do this...and how can I fix it.
Message
From
27/03/2002 13:37:34
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00637949
Message ID:
00638001
Views:
28
That will work also, unless some other controls will not change their ZOrder in their INIT() too.
The reason I suggest to set ZOrder in Page.Init() is that it will fire after all controls' Init() already fired.


**************************************************
Thanks. Here's what I did, and it appears to work. I have a class definition for the 3d container. In its init() event I make the following call: this.zorder(1).

Thanks again...hopefully this will save me some major frustration in the future!


>
>Never seen this behavior. You might try to place the commands changing ZOrder for containers into Page.Init() so it will execute it when all the controls on page exist for sure.
Previous
Reply
Map
View

Click here to load this message in the networking platform