P
Patrick Tingen
Guest
See if there are attributes that are different between dialogs and normal windows. Afaik a dialog is a frame widget, so my first guess would be to check if there is a child (or grandchild) of the widget you are examining that is of type 'frame'. I suspect that a normal window will have such a child and a dialog not.
Continue reading...
Continue reading...