Search found 231 matches

by PedroAlex
Sat May 08, 2021 10:44 am
Forum: eXpress++ Support
Topic: DCPushButtonXP is slow if I use the Hide option
Replies: 26
Views: 20507

Re: DCPushButtonXP is slow if I use the Hide option

It's much better now.
Thank you so much.
by PedroAlex
Sat May 08, 2021 8:23 am
Forum: eXpress++ Support
Topic: DCPushButtonXP is slow if I use the Hide option
Replies: 26
Views: 20507

Re: DCPushButtonXP is slow if I use the Hide option

Roger,
Of course I compiled dclipx.
Doesn't this behavior happen to you?
My Xbase version is 2.0.1185

Do me a favor and watch the attached video and test it with the attached program sample.
by PedroAlex
Sat May 08, 2021 1:15 am
Forum: eXpress++ Support
Topic: DCPushButtonXP is slow if I use the Hide option
Replies: 26
Views: 20507

Re: DCPushButtonXP is slow if I use the Hide option

Roger, Did you execute the sample I sent as an attachment? The buttons have no "action" option! Try clicking on several buttons in a row and quickly! you will see that there is a very slow delay. Then remove the HIDE options and test again. The button's behavior is totally different, fast, normal .....
by PedroAlex
Fri May 07, 2021 8:53 am
Forum: eXpress++ Support
Topic: DCPushButtonXP is slow if I use the Hide option
Replies: 26
Views: 20507

Re: DCPushButtonXP is slow if I use the Hide option

I thank you in advance for your availability. But it turns out that I register a performance deficit when I use the Hide option in DCPushButtonXP. My scenario is as follows, I have an application for bars and restaurants that has more than 500 buttons divided into tabs. When I use the option "Hide" ...
by PedroAlex
Thu May 06, 2021 11:36 am
Forum: eXpress++ Support
Topic: DCPushButtonXP is slow if I use the Hide option
Replies: 26
Views: 20507

DCPushButtonXP is slow if I use the Hide option

Hi Roger! I hope you're well. I have noticed that if I use the HIDE Option in the DcPushBuutonXP command, the button's reaction is very slow. This takes performance and speed away from touch keyboards and gives an aspect of slowness. If you have 10 buttons without the HIDE option, you can click on a...
by PedroAlex
Sat Apr 24, 2021 1:23 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 17039

Re: Convert PDF to Base64

Tom, You're right. Bin2Base64 works well. My problem was this line of code. cB64 := Bin2Base64( cStream ) MsgBox( 'CB64 ' + cB64 ,'PDF to Base64') Msgbox () is unable to display the string with the result. Many thanks. Note : Here in my country we have to start sending the invoices by EDI (Electroni...
by PedroAlex
Fri Apr 23, 2021 4:24 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 17039

Re: Convert PDF to Base64

Tom,
What's your Alaska xBase++ version?
by PedroAlex
Thu Apr 22, 2021 10:20 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 17039

Re: Convert PDF to Base64

Hi, Tom.

Many Thanks .

The result of your sample is correct. But I have not Xb2net.

I cannot get this result with the Alaska Function Bin2Base64().

Have you tried this feature in your Alaska version?

Just for confirm..

cB64 := Bin2Base64(FileStr("FATURA_FT_1_768.pdf"))

Thanks..
by PedroAlex
Tue Apr 20, 2021 6:22 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 17039

Re: Convert PDF to Base64

Goran,

Can you post (in a Txt file) the result of ToBase64() the anexed pdf?
by PedroAlex
Tue Apr 20, 2021 3:47 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 17039

Re: Convert PDF to Base64

Hi,
Tobase64() ?? It is Alaska xbase ??


I think the problem is in the way of reading the Pdf.
Memoread () and FileStr () don't seem to be the right way ...