[comp.lang.prolog] Looking for DLGEDIT examples for Arity on Pc

ree@uhccux.uhcc.hawaii.edu (Seung Hee Ree) (05/24/89)

Here is a frustrated sould who is working on DLGEDITor for Arity 5.0.
I am having hard time making the dialog box behave appropriately for
my application.  I have a stack of windows on the screen and the
problem arises after I delete the top-most window and try to go back
to the one beneath it.  The top window disappears but somehow the
layout of the controls (especially the first edit field) of the
next-to the top window get messed up.

I am using following code to exit from the dialog box window:

!,
exit_dbox(windowName).

If there is someone who had similar problems, or know where I can find
a good source prolog code which deals with dialog boxes,  please have
mercy on this poor soul and help me out.

ree@uhccux.uhcc.hawaii.edu