Search found 470 matches

by digitsoft
Tue Jun 24, 2025 5:59 am
Forum: eXpress++ Support
Topic: Problem using Tooltip
Replies: 1
Views: 709

Problem using Tooltip

Good morning, Roger.
Can you tell me how to fix this tooltip issue where the information is appearing on the back screen?
by digitsoft
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.
by digitsoft
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?
by digitsoft
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?
by digitsoft
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.
Tom wrote: Fri Oct 11, 2024 7:30 am One of the assets Alaska provides with Xbase++ 2.0 (and newer :lol: ) is a "Container for collapsible panels" (maybe it should be "collapsable", I'm only quoting). Maybe this is what you're looking for.
by digitsoft
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" ...
by digitsoft
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
by digitsoft
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.
by digitsoft
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:...