Page 1 of 1
dcgetoptions MODALSTATE ?
Posted: Fri Apr 22, 2016 6:21 am
by skiman
Hi Roger,
In dcdialog.ch I see MODALSTATE in the dcgetoptions command. This isn't in the documentation. Is this the same as MODAL in the dcread gui?
Re: dcgetoptions MODALSTATE ?
Posted: Fri Apr 22, 2016 6:52 am
by Tom
In addition to MODAL of DCREAD GUI, MODALSTATE allows to use all three available modes:
XBP_DISP_MODELESS (non-modal), XBP_DISP_APPMODAL (modal in relation to appwindow), XBP_DISP_SYSMODAL (modal in relation to the desktop)
Re: dcgetoptions MODALSTATE ?
Posted: Fri Apr 22, 2016 8:10 am
by rdonnay
In dcdialog.ch I see MODALSTATE in the dcgetoptions command. This isn't in the documentation.
Sorry, I was not aware that it wasn't documented. I will correct that.
I believe that Tom answered your question.