Page 1 of 2
DCGET AND POPUP
Posted: Sat Feb 16, 2013 4:23 am
by digitsoft
Hi Roger
No way to have a DCGET disabled and enabled the POPUP
Paulino Nolberto
thanks
Re: DCGET AND POPUP
Posted: Sat Feb 16, 2013 6:05 am
by rdonnay
oGet:popupButton:enable()
Re: DCGET AND POPUP
Posted: Sat Feb 16, 2013 6:13 am
by digitsoft
rdonnay wrote:oGet:popupButton:enable()
Hi Roger
when I give a click with the mouse does not work on POPUP
and works well if I use POPWHEN {| |. T. },
Paulino Nolberto
thanks
Re: DCGET AND POPUP
Posted: Sat Feb 16, 2013 6:59 am
by digitsoft
digitsoft wrote:rdonnay wrote:oGet:popupButton:enable()
Hi Roger
No works POPWHEN
Paulino Nolberto
Regards
thanks
Re: DCGET AND POPUP
Posted: Sat Feb 16, 2013 7:05 am
by rdonnay
I am not going to change the eXpress++ code for this.
This is the behavior that was requested by eXpress++ users.
It was a requirement that when a GET is disabled, so is it's popup button.
If you want a different behavior, I suggest making your own popup button.
Re: DCGET AND POPUP
Posted: Sat Feb 16, 2013 8:07 am
by digitsoft
rdonnay wrote:I am not going to change the eXpress++ code for this.
This is the behavior that was requested by eXpress++ users.
It was a requirement that when a GET is disabled, so is it's popup button.
If you want a different behavior, I suggest making your own popup button.
You can explain how it is that has to comportarce the Popup and Popwhen when DCGET this Disabled
Paulino Nolberto
Regards
Re: DCGET AND POPUP
Posted: Tue Feb 19, 2013 2:19 am
by skiman
Hi,
I use a pushbutton if I need this behaviour.
Code: Select all
@ DCGUI_ROW, DCGUI_COL+2 DCPUSHBUTTONXP NOTABSTOP;
SIZE 2.9,0.95 ;
BITMAP ABO_SMS ;
....
By using DCGUI_ROW, DCGUI_COL the position is correct.
Re: DCGET AND POPUP
Posted: Thu Feb 21, 2013 2:02 pm
by digitsoft
Hi Roger
I am not asking you to change the way you use the POPWHEN
Just like you do not see what I program logic, because if I use POPWHEN {| |. T. } The logic is that the code block is executed when I click it.
Paulino Nolberto
Regards
Re: DCGET AND POPUP
Posted: Sat Feb 23, 2013 10:46 am
by rdonnay
I will look into this and see what I can do.
Re: DCGET AND POPUP
Posted: Mon Feb 25, 2013 6:25 am
by digitsoft
rdonnay wrote:I will look into this and see what I can do.
Thanks Roger
for their help.