Good morning, Roger.
Can you tell me how to fix this tooltip issue where the information is appearing on the back screen?
Search found 470 matches
- Tue Jun 24, 2025 5:59 am
- Forum: eXpress++ Support
- Topic: Problem using Tooltip
- Replies: 1
- Views: 709
- Mon Apr 21, 2025 7:22 am
- Forum: eXpress++ Support
- Topic: How can I enable the scrollbars to always be displayed in DC DIALOG?
- Replies: 4
- Views: 4285
Re: How can I enable the scrollbars to always be displayed in DC DIALOG?
Good morning, Roger.
The scroll bar is no longer visible with these settings.
The scroll bar is no longer visible with these settings.
- Thu Apr 03, 2025 8:35 am
- Forum: eXpress++ Support
- Topic: How can I enable the scrollbars to always be displayed in DC DIALOG?
- Replies: 4
- Views: 4285
How can I enable the scrollbars to always be displayed in DC DIALOG?
Hi Roger
How can I enable the scrollbars to always be displayed in DC DIALOG?
How can I enable the scrollbars to always be displayed in DC DIALOG?
- Fri Mar 21, 2025 11:54 am
- Forum: eXpress++ Support
- Topic: Is there a problem using DCPUSHBUTTONXP and the ALT key?
- Replies: 1
- Views: 2876
Is there a problem using DCPUSHBUTTONXP and the ALT key?
Hi Roger
I'm using a DCPUSHBUTTONXP on this screen, but when I press the ALT key, the content painted on it, DCPUSHBUTTONXP, is erased.
Could you give me some ideas on how to fix this bug?
I'm using a DCPUSHBUTTONXP on this screen, but when I press the ALT key, the content painted on it, DCPUSHBUTTONXP, is erased.
Could you give me some ideas on how to fix this bug?
- Thu Mar 20, 2025 5:33 pm
- Forum: eXpress++ Support
- Topic: Where you can see an example of the use of DCPANEL
- Replies: 6
- Views: 21437
Re: Where you can see an example of the use of DCPANEL
Do you have any examples of folding panels?
Because that would be great if Alaska had it.
Because that would be great if Alaska had it.
- Thu Mar 20, 2025 11:09 am
- Forum: eXpress++ Support
- Topic: How can you activate the xbeM_Wheel in a DCDIALOG
- Replies: 3
- Views: 5809
Re: How can you activate the xbeM_Wheel in a DCDIALOG
Hello Tom The cursor moves with the wheel, but I want to know how to position myself at the top of the screen if I use the test to see more data that is hidden below. Hi, Nolberto. If you want to deal with wheel events besides what's happening automatically (scroll bars, tables), catch "xbeM_Wheel" ...
- Fri Mar 07, 2025 10:45 am
- Forum: eXpress++ Support
- Topic: How can you activate the xbeM_Wheel in a DCDIALOG
- Replies: 3
- Views: 5809
How can you activate the xbeM_Wheel in a DCDIALOG
Hi Roger
How can you activate the xbeM_Wheel in a DCDIALOG
How can you activate the xbeM_Wheel in a DCDIALOG
- Thu Feb 20, 2025 11:34 am
- Forum: eXpress++ Support
- Topic: How can I present a submenu when I use the right mouse button in a DCSTATIC
- Replies: 1
- Views: 7776
Re: How can I present a submenu when I use the right mouse button in a DCSTATIC
Thank you
Roger already made it work
Roger already made it work
- Thu Feb 20, 2025 11:31 am
- Forum: eXpress++ Support
- Topic: How can I present a submenu when I use the right mouse button in a DCSTATIC
- Replies: 1
- Views: 7776
How can I present a submenu when I use the right mouse button in a DCSTATIC
Hello Roger
How can I present a submenu when I use the right mouse button in a DCSTATIC
Thank you.
How can I present a submenu when I use the right mouse button in a DCSTATIC
Thank you.
- Fri Nov 22, 2024 11:46 am
- Forum: eXpress++ Support
- Topic: Hide not working properly
- Replies: 0
- Views: 9118
Hide not working properly
Good afternoon Roger The problem with HIDE is in this _WhenHideEval function, you have it with this programming * ================================== = =========================================== STATIC FUNCTION _WhenHideEval( lEnable, lShow, lProtect, oXbp ) IF Valtype(oXbp:whenBlock) = 'B' lEnable:...