Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance with many objects
Message
 
 
To
08/04/2002 15:50:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00642280
Message ID:
00642347
Views:
11
>Thanks for you thoughts, Jim
>
>Jim said
>>> You cannot have your cake and eat it too. If you want every object in existance when the form shows you have to wait for them to be created. If your form can be divided into pages of a pageframe, then you can use delayed instantiation by only populating the visible page on form load and populating the others as they are first brought into view.
>
>
>The form is broken into a page frame, still the individual pages need to have a great many objects. We have also put together a workable mechansism for delaying actions (such as resize, progagating data) until the individual page actually needs to be displayed.
>
>All that to say, we
>ve pretty well tried the measures you describe. Thanks for your thoughts.

Leave objects from the first page. Go to the second page, select all objects and choose save as class. This would be a container based class, which you can add at run-time once the page is activated. You would have to reference your objects like pageframe1.page2.contMyClass1.object1, e.g. it would be one more layer...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform