dcgetoptions MODALSTATE ?

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

dcgetoptions MODALSTATE ?

#1 Post 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?
Best regards,

Chris.
www.aboservice.be

User avatar
Tom
Posts: 1234
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: dcgetoptions MODALSTATE ?

#2 Post 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)
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: dcgetoptions MODALSTATE ?

#3 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply