Hello Eric, Eric Stokes <[EMAIL PROTECTED]> writes:
[ About the way to cut a WDialog application into several dialogs ] > The general idea is that you create a dialog with no user > interface, and put all the variables you would like to share between > sessions in it. You then create a variable in each of your dialogs with > type "dialog", I usually call it session, and then when you switch > dialogs you need to remember to set the session in the new > dialog. Within dialogs you can access session variables using the . > notation, eg. session.somevar. Many thanks for the clear explanations. I'm going to implement my app following this approach. Yours, d. -- pub 1024D/A3AD7A2A 2004-10-03 David MENTRE <[EMAIL PROTECTED]> 5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A _______________________________________________ Demexp-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/demexp-dev
