Search found 1329 matches

by Tom
Tue Apr 14, 2026 4:09 am
Forum: Xbase++ Support
Topic: Touch screen help
Replies: 11
Views: 3706

Re: Touch screen help

Never noticed this class
It came four years ago. And it didn't work well at the beginning.
Old age creeping in
Never mind. ;)
by Tom
Mon Apr 13, 2026 1:27 am
Forum: Xbase++ Support
Topic: Touch screen help
Replies: 11
Views: 3706

Re: Touch screen help

8-)
Take a look at the VirtualScreen class(object) of Xbase++ (2.0). VirtualScreen():getPhysicalScreenCount() returns the number of physical screens attached to the workstation.
by Tom
Wed Apr 08, 2026 5:37 am
Forum: Xbase++ Support
Topic: Touch screen help
Replies: 11
Views: 3706

Re: Touch screen help

Code: Select all

lHave2ndMonitor := IF(confirmbox(,'Do you have a second monitor?','Just a question',XBPMB_YESNO,XBPMB_QUESTION+XBPMB_SYSMODAL,XBPMB_DEFBUTTON2)=XBPMB_RET_YES,.T.,.F.)
8-)
by Tom
Tue Apr 07, 2026 4:18 am
Forum: Xbase++ Support
Topic: Touch screen help
Replies: 11
Views: 3706

Re: Touch screen help

If you want to stay with this architecture, place all buttons possible (even on top of each other) and use the HIDE clause to not show those you don't need depending on the selection on the left. Change the value for the condition there (like HIDE {||nMenuItem # 1}), fire "DC_GetRefresh(oArea)" to s...
by Tom
Tue Apr 07, 2026 1:13 am
Forum: Xbase++ Support
Topic: Touch screen help
Replies: 11
Views: 3706

Re: Touch screen help

I think it's much simpler. He wants to actualize the items (DCPUSHBUTTONXPs) on the right hand side of the "Productos Consultados"-dialog depending on the button clicked on the left side.
by Tom
Thu Feb 19, 2026 6:00 am
Forum: eXpress++ Support
Topic: Chilkat UNLOCK
Replies: 13
Views: 26981

Re: Chilkat UNLOCK

And I never used this. I even can't find it in the docs.
by Tom
Wed Feb 18, 2026 11:21 pm
Forum: eXpress++ Support
Topic: Chilkat UNLOCK
Replies: 13
Views: 26981

Re: Chilkat UNLOCK

And maybe it's not created because the bundle was locked.
by Tom
Wed Feb 18, 2026 10:39 am
Forum: eXpress++ Support
Topic: Chilkat UNLOCK
Replies: 13
Views: 26981

Re: Chilkat UNLOCK

I don't find the Method "UnlockComponent" in the docs für "MailMan". However, we only use the Global object for unlocking the bundle.
by Tom
Mon Feb 16, 2026 6:09 am
Forum: eXpress++ Support
Topic: Chilkat UNLOCK
Replies: 13
Views: 26981

Re: Chilkat UNLOCK

I suppose that unlocking at the start of the application isn't valid when starting functions in another thread. I can't confirm this. Whereever I unlocked Chilkat and where-else-ever I call for the unlockStatus, it's not zero. Seems like it even survives restarting the app. 🤔 Edit: This is what the...
by Tom
Mon Feb 16, 2026 3:46 am
Forum: eXpress++ Support
Topic: Chilkat UNLOCK
Replies: 13
Views: 26981

Re: Chilkat UNLOCK

We use the unlock mechanism once within every routine that uses Chilkat. Unlocking takes almost no time. You are still using version 9.5.0?