Search found 116 matches

by jdsoft
Thu Nov 07, 2024 11:35 am
Forum: eXpress++ Support
Topic: Unexpected font in BUTTONS
Replies: 5
Views: 3641

Re: Unexpected font in BUTTONS

Hello Roger,

I checked. a few computers with the same version of my app.
They all look ok, on Windows-11 and also on a few windows-10 machines.

I just installed font "Courier" on the customer machine.
The size of the DCGET is calculated correctly now, but the typeface looks somewhat different.
by jdsoft
Thu Nov 07, 2024 6:36 am
Forum: eXpress++ Support
Topic: Unexpected font in BUTTONS
Replies: 5
Views: 3641

Re: Unexpected font in BUTTONS

Hello Roger, I just checked: - Default windows theme - No contrast scheme Also notice the length of the DCGET, it is much longer then required. The font for the dialog title and menu appear to be ok. I also compared the installed fonts, these are identical on both computers. - Courier New - Arial, A...
by jdsoft
Thu Nov 07, 2024 5:11 am
Forum: eXpress++ Support
Topic: Unexpected font in BUTTONS
Replies: 5
Views: 3641

Unexpected font in BUTTONS

Hello, Windows 11 xpp 2.00.2209 Expresss build 268 I experience weird behaviour in display buttons in a customers computer. nButtons := DCGUI_BUTTON_CANCEL + DCGUI_BUTTON_OK DCGETOPTIONS ; SAYWIDTH nWidth ; NORESIZE ; SAYOPTIONS XBPSTATIC_TEXT_BOTTOM ; NOMINBUTTON ; NOMAXBUTTON ; TABSTOP ; BUSY LANG...
by jdsoft
Thu Feb 16, 2023 1:26 am
Forum: eXpress++ Support
Topic: Tabs become invisble,
Replies: 3
Views: 5656

Re: Tabs become invisble,

Hello Roger,

Yes, it has been reprorted by my customers, and ocasionaly is have it too on my development computer. (Windows-11)
by jdsoft
Wed Feb 15, 2023 10:12 am
Forum: eXpress++ Support
Topic: Tabs become invisble,
Replies: 3
Views: 5656

Tabs become invisble,

Sometimes the tabs become invisible. But I can “clik” on the empty space were the tab should be, and the it becomes visible again. Is this something you seen before? If yes, can the invisible tab be prevented? Attached you find the screenshots that show the issue. @ nLine , 1 DCTABPAGE oTabGroepen C...
by jdsoft
Mon Nov 28, 2022 11:59 am
Forum: eXpress++ Support
Topic: Find group or ID of XBP in eventhandler
Replies: 3
Views: 4915

Re: Find group or ID of XBP in eventhandler

Thanks for the reply's

Dc_GetObjectId(oXbp,GetList) does the job perfectly.
by jdsoft
Mon Nov 28, 2022 6:01 am
Forum: eXpress++ Support
Topic: Find group or ID of XBP in eventhandler
Replies: 3
Views: 4915

Find group or ID of XBP in eventhandler

Hello, A custom eventhandler is used in DCREAD. In a browse, the F10 key adds a rown to the browse. Now i have added a 2nd browse is the same dialog. This second browse does not support the F10 key. How can i test the ID or GROUP from the oXbp, so i can conditionaly suppress the F10 key ? FUNCTION M...
by jdsoft
Mon Nov 28, 2022 5:40 am
Forum: eXpress++ Support
Topic: Is there a function that allows you to find out the names of the functions running for execution?
Replies: 2
Views: 3997

Re: Is there a function that allows you to find out the names of the functions running for execution?

Hello Eugene No, there is not. Below some code you can try. CLASS IsFunctionRunning CLASS VAR aFunctions CLASS METHOD InitClass CLASS METHOD IsRunning CLASS METHOD StartFunction CLASS METHOD StopFunction ENDCLASS CLASS METHOD IsFunctionRunning:InitClass() ::aFunctions := {} Return SYNC CLASS METHOD ...
by jdsoft
Sat Oct 08, 2022 11:53 am
Forum: eXpress++ Support
Topic: DCPRINT PREVIEW Scroll wheel sensivety
Replies: 2
Views: 4247

Re: DCPRINT PREVIEW Scroll wheel sensivety

Hello Roger, I already found where to handle this in _dcprc.prg, XbpPreview:vScroll() Quite simple to fix. I am also looking for suppressing every second event of the scroll that Windows seems to fire if the mousewheel is changed just one notch. Can you please add this to the next version? For simpl...
by jdsoft
Thu Oct 06, 2022 1:06 pm
Forum: eXpress++ Support
Topic: DCPRINT PREVIEW Scroll wheel sensivety
Replies: 2
Views: 4247

DCPRINT PREVIEW Scroll wheel sensivety

Hello,
How can i control the number of scroll lines using the scroll-wheel in a DCPRINT PREVIEW
I tried SCROLLFACTOR 2, but that does not seem to work.
Suggestions are welcome