Search found 1168 matches

by Tom
Mon Mar 11, 2024 5:53 am
Forum: Xbase++ 2.0
Topic: Listbox colours
Replies: 8
Views: 345

Re: Listbox colours

Slavko, I know it's not the same. ;) But maybe it helps Chris to do what he wants to do.
by Tom
Mon Mar 11, 2024 2:37 am
Forum: Xbase++ 2.0
Topic: Listbox colours
Replies: 8
Views: 345

Re: Listbox colours

Roger implemented the "COMBO" clause for DCSAY ... GET, which uses a popup button beside a get field to show a browse for value selections. Maybe this will do the job.
But I also agree with Slavko. Ownerdrawing is no magic, and there are samples for that, even in your eXpress++-installation.
by Tom
Wed Jan 31, 2024 1:05 am
Forum: eXpress++ Support
Topic: ARTIFICIAL INTELLIGENCE (AI)
Replies: 9
Views: 1194

Re: ARTIFICIAL INTELLIGENCE (AI)

We're using an AI service - provided by a partner company - in our mobile app. The service is mainly used by our backend (Xbase++, Xb2.Net) which connects to it and sends audio data from the app. The audio data is analyzed and turned into structured medical information. No magic, works excellent (> ...
by Tom
Thu Jan 25, 2024 7:49 am
Forum: PostGreSQL
Topic: Dml-pack failed at table level postgresql driver
Replies: 3
Views: 1653

Re: Dml-pack failed at table level postgresql driver

You should not do any 'pack' on sql servers as that is something server do by their own. If you use the PGDBE, Xbase++ simulates the delete/recall/pack-commands using a standard column "__deleted" in every table which holds the "deleted" information. The sql server doesn't know anything of this. If...
by Tom
Tue Dec 19, 2023 4:41 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4083

Re: Opening A Website

you mean "internal" EDGE PDF Viewer which is Part of Webview2
This is what we are talking about here, almost since the day of christ's birth (late afternoon). :roll:
by Tom
Tue Dec 19, 2023 2:02 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4083

Re: Opening A Website

Nobody says there is no word marked with a double-click, Jimmy. Just read carefully.
by Tom
Mon Dec 18, 2023 11:36 pm
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4083

Re: Opening A Website

This is not what Chris is talking about. With the IE control, you can double-click on a text (a word) and just move it (in order to drag it and drop it elsewhere). With the edge control, you can double-click and the word gets marked, but if you try to grab it (in order to drag and drop), the marked ...
by Tom
Mon Dec 18, 2023 8:06 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4083

Re: Opening A Website

Is this already available or is this on your todo list?
Just add the XbpHtmlViewer2-asset to the project "DCLIPX_20.XPJ" and replace any call to XbpHtmlViewer with XbpHtmlViewer2 in the DCLIPX-sourcefiles. Rebuild everything. That's it.
by Tom
Mon Dec 18, 2023 2:25 am
Forum: eXpress++ Support
Topic: Problem with MemoWirit
Replies: 5
Views: 1461

Re: Problem with MemoWirit

StrFile() does the same, without any conversions.
by Tom
Sun Dec 17, 2023 11:49 pm
Forum: eXpress++ Support
Topic: Problem with MemoWirit
Replies: 5
Views: 1461

Re: Problem with MemoWirit

MemoWrit() adds an EoF-character to the file contens (HEX 1A, Dec 26). Use StrFile() instead (take care - parameters are exchanged), or the low level functions.