Hi List,
I have an app that does a lot of initialization like this: Use Tk: &BuildMainWindow; &Initialize; Mainloop; The problem is that Initialize{} now takes about 20 seconds to start services, etc. and $mw remains unmapped for that time. Is there a way to map $mw as soon as it is defined and cause initialization to continue after the mapping? I've tried $mw->MapWindow in Initialize{} but that does not display correctly. Also tried placing &Initialize after MainLoop but &Initialize is not reached. Any help appreciated. Best regards, Sturdy