DCGET AND POPUP

This forum is for eXpress++ general support.
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

DCGET AND POPUP

#1 Post by digitsoft »

Hi Roger
No way to have a DCGET disabled and enabled the POPUP

Paulino Nolberto
thanks
Nolberto Paulino
Regards

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

Re: DCGET AND POPUP

#2 Post by rdonnay »

oGet:popupButton:enable()
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGET AND POPUP

#3 Post 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
Nolberto Paulino
Regards

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGET AND POPUP

#4 Post by digitsoft »

digitsoft wrote:
rdonnay wrote:oGet:popupButton:enable()
Hi Roger
No works POPWHEN

Paulino Nolberto
Regards
thanks
Nolberto Paulino
Regards

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

Re: DCGET AND POPUP

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

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGET AND POPUP

#6 Post 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
Nolberto Paulino
Regards

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: DCGET AND POPUP

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

Chris.
www.aboservice.be

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGET AND POPUP

#8 Post 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
Nolberto Paulino
Regards

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

Re: DCGET AND POPUP

#9 Post by rdonnay »

I will look into this and see what I can do.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGET AND POPUP

#10 Post by digitsoft »

rdonnay wrote:I will look into this and see what I can do.
Thanks Roger
for their help.
Nolberto Paulino
Regards

Post Reply