Search found 1193 matches

by skiman
Tue May 09, 2023 2:02 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4711

Re: Hilitegets with Xbase 2.0

Hi, Seems as it is something with the getoptions or dcread parameter. The code below is working correct: Function hilitetest() ************************ Local getlist := {} , cName := "Chris Andries " , lOk := .T. @ 1,1 dcsay "Name: " get cName sayright saysize 20 getsize 40 dcread gui addbuttons to ...
by skiman
Tue May 09, 2023 1:37 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4711

Re: Hilitegets with Xbase 2.0

Hi,

Meanwhile I can simulate it on my PC. When the windows scale is set to 125% the problem arises.

This is only with Xbase 2.0 with 1.9 it is correct.
by skiman
Tue May 09, 2023 1:08 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4711

Re: Hilitegets with Xbase 2.0

Hi Tom, It seems as on most systems there isn't a problem. I checked the resolution on customer PC's where the problem appears and I see nothing strange. They have a normal resolution. I'm using this also in all my screens since 20 years and never had any problem. We had the 2.0 version in test at a...
by skiman
Tue May 09, 2023 12:05 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4711

Hilitegets with Xbase 2.0

Hi, Is there a known problem with the hiliteget with Xbase2.0? It seems that the positioning isn't always correct. After upgrading to 2.0 for all our customers we have some complaints about this. I never noticed it on one of our PC's. hilitegets.png As you can see, the yellow rectangle isn't on the ...
by skiman
Mon Apr 17, 2023 11:51 pm
Forum: Xbase++ 2.0
Topic: Aes Encryption
Replies: 1
Views: 2133

Re: Aes Encryption

Hi Bob,

I haven't used this encryption. I was wondering if you have checked the Chilkat Crypt2 module? There are some samples for aes. It is well documenten, maybe it gives you more info about the way of work. Or you can use Chilkat instead of the Xbase++ function.
by skiman
Wed Mar 29, 2023 12:22 am
Forum: eXpress++ Support
Topic: Documentation dcread gui example 2
Replies: 1
Views: 2081

Documentation dcread gui example 2

Hi Roger, I think there must be added something to the example 2 of the DCREAD GUI documentation. In that sample there is an array aButton which is used in the event handler. --- Example 2 --- This example shows how to use the DCGUI_NOHOTKEY return value in a custom handler. Return this value from a...
by skiman
Mon Mar 27, 2023 2:26 am
Forum: eXpress++ Support
Topic: DC_HELP and sample helptest.prg
Replies: 0
Views: 3014

DC_HELP and sample helptest.prg

Hi, I'm looking at the sample helptest to check if this could be a solution for build in help in our application. Or I don't understand the concept, or it isn't working as expected? I don't know if this is still supported or not? This is what I did: - Remove the HELP database (dbf, cdx, fpt). - Star...
by skiman
Fri Mar 24, 2023 9:20 am
Forum: Xbase++ 2.0
Topic: Microsoft Print To PDF, auto filename
Replies: 5
Views: 2801

Re: Microsoft Print To PDF, auto filename

Hi,

From the docs: :setPrintFile( [<cFileName>] ) --> cOldFileName | NIL
by skiman
Fri Mar 24, 2023 6:34 am
Forum: Xbase++ 2.0
Topic: Microsoft Print To PDF, auto filename
Replies: 5
Views: 2801

Re: Microsoft Print To PDF, auto filename

Hi,

Yes, just use the FILE parameter of dcprinter. (TOFILE OUTFILE .... )
by skiman
Wed Mar 22, 2023 10:54 am
Forum: eXpress++ Support
Topic: BALLOONTIP?
Replies: 4
Views: 2419

Re: BALLOONTIP?

Hi, Yes, I know you need to use a manifest file. The problem with the replacement of the tooltip with the showballoontip is that it uses the same technique as the tooltip. - It takes some time to show up. - It is executed in another thread. - Sometimes it isn't shown. The advantage is that a tooltip...