[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Checking for open dialogbox in ABL using the widget tree?

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top