If you look at the way the charts are generated you will see a lot of usage of "pooling" nodes. Check out lps/charts/common/axis. Horizontalaxis and verticalaxis extend axis and maintain a pool of labels.
On 6/16/06, Mark Engelberg <[EMAIL PROTECTED]> wrote: > I've noticed that one of the Laszlo user interface conventions is to > slide dialogs on and off the screen. > > Is it better to create and destroy these dynamically, or just keep > them around throughout the lifetime of the program? If they are > static, is it more efficient to keep them invisible until needed, or > just use constraints to keep them off the edge of the canvas? (I'm > thinking it's probably more efficient to keep them in a fixed location > and invisible). > > Does anyone have a good example they want to share of this sort of thing? > > Thanks, > > Mark > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user > _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
