From: lostgallifreyan <los...@gm...> - 2009-05-18 09:48:15
|
Youen Toupin <you...@wa...> 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. |