Youen Toupin <youen.tou...@wanadoo.fr> wrote: (18/05/2009 08:26) >There is another problem, however : I don't know if it is a good idea to >create a dialog at the moment it is needed. I'm not used enough to >wxWidgets to know if it can introduce some uncomfortable lag in the >application.
You can create it at program load, then use dialog:Show() when you want it, and dialog:Show(false) to hide it again, then there will be no lag. Especially useful for modeless dialogs. From what I've seen it's fast at making them anyway. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users