Search found 474 matches

by digitsoft
Fri Sep 26, 2025 8:20 am
Forum: eXpress++ Support
Topic: How to prevent a FUNCTION from loading more than once
Replies: 3
Views: 684

How to prevent a FUNCTION from loading more than once

How to prevent a FUNCTION from loading more than once
by digitsoft
Mon Sep 22, 2025 8:56 am
Forum: eXpress++ Support
Topic: Help please - Una ayuda por Favor
Replies: 2
Views: 809

Re: Help please - Una ayuda por Favor

Tiene que correr su sistema como Administrador
para poder tener todos los derechos de windows
by digitsoft
Wed Jul 23, 2025 1:17 pm
Forum: eXpress++ Support
Topic: Display a barcode on the screen
Replies: 4
Views: 1756

Re: Display a barcode on the screen

You have to put a * at the beginning and another at the end *
and you must have the FONT installed

@ 12,25 DCSAY "*123456*" FONT "MV6Code39M"
by digitsoft
Tue Jun 24, 2025 5:59 am
Forum: eXpress++ Support
Topic: Problem using Tooltip
Replies: 1
Views: 4401

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: 5186

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: 5186

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: 3685

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: 22533

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: 6663

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" ...