Search found 158 matches

by SlavkoDam
Thu Jan 22, 2026 5:07 am
Forum: Xbase++ 2.0
Topic: Save QR as PNG file
Replies: 4
Views: 2081

Re: Save QR as PNG file

Alaska algorithm for drawing QR is very slow, because it draws every pixel with GraBox(). If you display QR on the screen, you can view drawing of each pixel. For larger QR with dimension of 400 and higher, it takes 2-3 seconds to draw.
by SlavkoDam
Mon Jan 05, 2026 1:45 am
Forum: User Contributions
Topic: Image Rotation in Xbase++
Replies: 0
Views: 3351

Image Rotation in Xbase++

Hi, In Xbase++, an image can be rotated using the GraRotate() function. The GraScale() function allows to scale the image. Transparency can be applied to any image format, not only PNG and GIF. The transformed image can be saved with GraSegSave() function, loaded with GraSegLoad() function, and then...
by SlavkoDam
Sat Dec 20, 2025 7:59 am
Forum: eXpress++ Support
Topic: DcBrowse Cell Colors
Replies: 18
Views: 71587

Re: DcBrowse Cell Colors

Jimmy,

Great. Can you create a ZIP of it and send me to my email, if you don't mind. Thanks.
by SlavkoDam
Sat Dec 20, 2025 6:03 am
Forum: eXpress++ Support
Topic: DcBrowse Cell Colors
Replies: 18
Views: 71587

Re: DcBrowse Cell Colors

Pedro,

As I tried, your RAR file is damaged and cannot be opened.
by SlavkoDam
Wed Dec 17, 2025 6:54 am
Forum: eXpress++ Support
Topic: How can I save the currency symbol into DB
Replies: 11
Views: 11057

Re: How can I save the currency symbol into DB

As I said in my first post, you have to change language for non-Unicode programs using Windows->Control panel->Region->Change system local. All Unicode characters greater then 255 must be entered into the Get manually, with Alt+Unicode code point (on the numeric keypad). They will be displayed prope...
by SlavkoDam
Wed Dec 17, 2025 3:47 am
Forum: eXpress++ Support
Topic: How can I save the currency symbol into DB
Replies: 11
Views: 11057

Re: How can I save the currency symbol into DB

Slavkov please read my post after Roger asked me to provide further details.
I already did, as I always do. You are on the wrong way. You cannot copy/paste Unicode characters into non-Unicode Xbase++ application.
by SlavkoDam
Mon Dec 15, 2025 11:27 am
Forum: eXpress++ Support
Topic: How can I save the currency symbol into DB
Replies: 11
Views: 11057

Re: How can I save the currency symbol into DB

Hi Joe,

You can try in Windows->Control panel->Region->Change system locale to Nigerian language, and enter into Get field Alt+8358 on the numeric keyboard.
by SlavkoDam
Wed Oct 29, 2025 6:59 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 24756

Re: QR

It doesn't work in GIF format either. It is possibly a problem with DCPRINT which you use. My PowerWin library has PIMAGE() function which can print image in any format, including ICO. I use it to print QR code on a thermal receipt printer in my application for cash register. You can download test ...
by SlavkoDam
Wed Oct 29, 2025 2:30 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 24756

Re: QR

Hi,
You should generate and print QR code in GIF format.
by SlavkoDam
Thu Jul 10, 2025 1:45 am
Forum: eXpress++ Support
Topic: How to change currency symbol in windows
Replies: 12
Views: 31436

Re: How to change currency symbol in windows

Hi,

My PowerUtl library have functions to convert char to/from hex, char to/from bin, dec to/from hex, dec to/from bin, dec to/from byte string, but I suppose this is not an option for you. You can check Ot4xb library.