--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote: > > The visible shadow window is associated with the last control for > which a set_tooltip service creates the tooltip, when the set_tooltip > occurs after the dialog.create but before the dialog.run. If all the > set_tooltip statements are moved to before the dialog.create, there is > no visible shadow window when the dialog is first shown.
Thanks for tip. Sounds like another erro check I'm not doing: you shouldn't be able to invoke set_tooltip before creating a dialgo (because I eed the hwnd for te dialog to do it properly, and there is none before create). Will fix.
