Search found 1175 matches

by Tom
Fri May 12, 2023 6:48 am
Forum: Zen and the art of Software Maintenance
Topic: Another Birthday!
Replies: 4
Views: 6505

Re: Another Birthday!

All the best, Roger! :D
by Tom
Tue May 09, 2023 3:37 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4906

Re: Hilitegets with Xbase 2.0

A drawingarea is not a window. 8)

Don't go back to 1.9! ;)
by Tom
Tue May 09, 2023 1:45 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4906

Re: Hilitegets with Xbase 2.0

When the windows scale is set to 125% the problem arises.
Not here. Not with, not without scalefactor. Even manually using the hilitegets-function works without problems (we do that in some dialogs). Can you extract a sample?
by Tom
Tue May 09, 2023 12:32 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4906

Re: Hilitegets with Xbase 2.0

No problems here. We do use it intensively.
by Tom
Tue Apr 18, 2023 11:48 pm
Forum: Zen and the art of Software Maintenance
Topic: Soylent Green is 50 years old
Replies: 1
Views: 3476

Re: Soylent Green is 50 years old

In Germany, this film had the terrible title "... year 2022 ... those who want to survive". There was a (not very successful) punk band in Germany called "Soilent Green" in the eighties, and there still is a metal band in the U.S. with this name. Lots of people know what Soylent Green means. I still...
by Tom
Fri Mar 24, 2023 5:52 am
Forum: eXpress++ Support
Topic: CHILKAT
Replies: 6
Views: 2825

Re: CHILKAT

Cool.
by Tom
Fri Mar 24, 2023 2:05 am
Forum: eXpress++ Support
Topic: CHILKAT
Replies: 6
Views: 2825

Re: CHILKAT

This is what the chilkat docs say:
async_ax.png
async_ax.png (18.38 KiB) Viewed 2787 times
I didn't try to process background callbacks. My SFTP client built with chilkat shows a dialog with a progress bar (marquee, no percentage) while the upload goes on. The progress bar is removed in the moment the upload method finishes.
by Tom
Thu Mar 23, 2023 9:40 am
Forum: eXpress++ Support
Topic: CHILKAT
Replies: 6
Views: 2825

Re: CHILKAT

Good to hear this great library works well for you, but I don't understand your request. Could you show it or be a little more precise? What are you talking about?
by Tom
Sat Mar 18, 2023 3:25 am
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3109

Re: Help with Chilkat

You must first unlock chilkat. The DLL must be visible from your app (same path). Check the version numbering. If you once unlocked Chilkat in your app, you can use it as often as you want.

It CreateObject doesn't return an object, check ComLastError().
by Tom
Mon Mar 13, 2023 11:33 pm
Forum: eXpress++ Support
Topic: Google Calendar
Replies: 8
Views: 3185

Re: Google Calendar

@Bob: Take the FoxPro code. You only have to change the point between objects and methods or ivars to the colon, and the IF-ELSE-construction is a little different, that's mainly it (maybe in addition make all the vars LOCAL created in the code). Chilkat, eXpress++, Xb2.Net and List&Label - these fo...