Search found 1324 matches
- Thu Feb 19, 2026 6:00 am
- Forum: eXpress++ Support
- Topic: Chilkat UNLOCK
- Replies: 13
- Views: 10970
Re: Chilkat UNLOCK
And I never used this. I even can't find it in the docs.
- Wed Feb 18, 2026 11:21 pm
- Forum: eXpress++ Support
- Topic: Chilkat UNLOCK
- Replies: 13
- Views: 10970
Re: Chilkat UNLOCK
And maybe it's not created because the bundle was locked.
- Wed Feb 18, 2026 10:39 am
- Forum: eXpress++ Support
- Topic: Chilkat UNLOCK
- Replies: 13
- Views: 10970
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.
- Mon Feb 16, 2026 6:09 am
- Forum: eXpress++ Support
- Topic: Chilkat UNLOCK
- Replies: 13
- Views: 10970
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...
- Mon Feb 16, 2026 3:46 am
- Forum: eXpress++ Support
- Topic: Chilkat UNLOCK
- Replies: 13
- Views: 10970
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?
- Sun Feb 15, 2026 11:58 pm
- Forum: eXpress++ Support
- Topic: New tooltip system?
- Replies: 2
- Views: 1888
Re: New tooltip system?
Diego released a new version, and he added this comment: I have just modified the XbpToolTip class, simplifying it a lot. For me, this is the recommended version to use. There are at least two ways to work with tooltips: - Direct storage inside the tooltip control (the new version). - Delegated load...
- Sun Feb 15, 2026 4:30 am
- Forum: eXpress++ Support
- Topic: New tooltip system?
- Replies: 2
- Views: 1888
Re: New tooltip system?
This is how it looks:
- Sun Feb 15, 2026 3:36 am
- Forum: eXpress++ Support
- Topic: New tooltip system?
- Replies: 2
- Views: 1888
New tooltip system?
Some of us know Diego Kerejeta. He retired some time ago, but he never stopped working on a really good tooltip system for Xbase++ applications. A few days ago, he released the attached code and sample "for free", and he explicitly linked this to permission to use and distribute the code. It looks g...
- Sun Feb 08, 2026 5:38 am
- Forum: eXpress++ Support
- Topic: DCTABPAGE caption
- Replies: 4
- Views: 4376
Re: DCTABPAGE caption
You need to use ownerdrawing. You can't set any font attributes without that.
But it's simple. Build a subclass (maybe based on Jimmy's suggestion) and use the SUBCLASS clause of DCTABPAGE. Just paint the caption there.
But it's simple. Build a subclass (maybe based on Jimmy's suggestion) and use the SUBCLASS clause of DCTABPAGE. Just paint the caption there.
- Fri Jan 30, 2026 12:22 am
- Forum: Announcements
- Topic: HTTP-Based Remote Access Tunnel for Xb2.NET Apps
- Replies: 2
- Views: 12366
Re: HTTP-Based Remote Access Tunnel for Xb2.NET Apps
Sounds very interesting to me!