I have an application in which there is an array browse (plus some buttons for other actions) in dialog window 'A' created via DCREAD GUI. Pressing a button a new dialog 'B' is open also via DCREADGUI and tree browse is running in.
I want NO MODALITY, but dialog 'B' should remain on top all the time.
I want to create another (second) dialog 'B' while 'A' remains open and third ....
Dialog 'B' should not be constrained to drawingArea of 'A'
When I press close button in titlebar of 'A' I want all 'B' dialogs to be closed, 'B' dialogs should be able to be closed individually in any order - so first created, could be closed first, rest of 'B' remain open.
I experimented with following from DcGetOptions:
Code: Select all
DCGETOPTIONS ;
SAYFONT '7.Courier' ;
SAYWIDTH 350 ;
TABSTOP ;
AUTORESIZE ALWAYSONTOP LOCKWINDOWTOOWNER
DCREAD GUI ;
FIT ;
ADDBUTTONS SETAPPWINDOW ;
OPTIONS GetOptions ;
TITLE 'Skupina - material - kupec ' + mleto EVAL {||BuildTree(oTree,aRRc)}
What am I doing wrong?
Best regards
Janko