--- In [email protected], Andries Bos <[EMAIL PROTECTED]> wrote: > Hello, > > I have an application that contains several panels that are created during runtime (after opening a file): I would like to show a message to the user during opening a file and in the meantime lock all window-updates. > However lockwindowUpdate is only for the main window (the handle passed as a param), but a user could still see the panels as they are being created. > > How can I freeze all updating of the application screen during creation of all panels? > > regards > > andries
Keep them invisible for as long as you are just updating them. Or put them on a panel that is invisible until you're ready to display them. Once you make that invisible panel visible, it will display all the panels at the same time. With kind regards, X Katja Bergman. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

