Hi,
Happy to see everything is running again.
I saw some pictures on Facebook with Harley on a boat, so I knew for sure everything was well with you. I hope you enjoyed the holiday.
Search found 1225 matches
- Mon Sep 01, 2025 1:08 am
- Forum: phpBB Board Support
- Topic: We are back!!!
- Replies: 6
- Views: 372
- Fri Jul 25, 2025 12:35 am
- Forum: Harley the Fluffy Corgi
- Topic: Meet Harley Quinn
- Replies: 2
- Views: 70897
Re: Meet Harley Quinn
Nice.
- Wed Jul 09, 2025 12:11 am
- Forum: Announcements
- Topic: New library PowerPar for parallel programming
- Replies: 14
- Views: 62667
Re: New library PowerPar for parallel programming
Hi,
I'm wondering why you are promoting your library here if we are too stupid to understand in your opinion.You don't know for better and it is better for you.
- Tue Jul 08, 2025 1:35 am
- Forum: Announcements
- Topic: New library PowerPar for parallel programming
- Replies: 14
- Views: 62667
Re: New library PowerPar for parallel programming
Hi, If you can check what the load is for each CPU it makes sense. Otherwise if for a thread there is a fixed cpu number assigned, you can't know if this CPU already has a huge load or not. I agree with Tom, randomly use the different CPU's is a good solution. I change the CPU if another thread is s...
- Mon Jun 23, 2025 12:30 am
- Forum: PostGreSQL
- Topic: How to save files to blob in PG
- Replies: 2
- Views: 5662
Re: How to save files to blob in PG
Hi, This is the answer of Chatgpt. In **Xbase++**, saving a file into a PostgreSQL BLOB field can be done using the `bytea` type and parameterized SQL with the PostgreSQL client library (e.g. via ODBC or the `PGDBE` from Alaska Software). Below is a structured outline for how to save files to a `byt...
- Thu May 22, 2025 6:56 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 17229
Re: PDF in tooltip?
Hi,
The XbpHtmlViewer2 is working, but it is terrible slow. I remember something about this but I can't find it.
The XbpHtmlViewer2 is working, but it is terrible slow. I remember something about this but I can't find it.
- Wed May 21, 2025 4:02 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 17229
Re: PDF in tooltip?
Hi Tom,
As always, your screens are looking nice.
As always, your screens are looking nice.
- Wed May 21, 2025 1:01 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 17229
Re: PDF in tooltip?
Hi, Meanwhile I have created my screen and have this in my browse: @ 1,1 DCBROWSE OBJECT oPeppol alias 'peppol' SIZE 120 ,22 FIT MAX 125*amain(9,10) ; EDIT xbeBRW_ItemSelected MODE DCGUI_BROWSE_EDITDOWN ; NODESCENDTOGGLE ; SUBCLASS 'XbpBrowseForeground()' ; ITEMMARKED {|| oPdf:navigate(cPeppoldir+al...
- Mon May 19, 2025 12:22 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 17229
Re: PDF in tooltip?
Hi K-insis,
Just wondering how you can communicate with the HTML to navigate between documents?
Just wondering how you can communicate with the HTML to navigate between documents?
- Fri May 16, 2025 7:02 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 17229
Re: PDF in tooltip?
Hi Roger, Don't spend too much time on it. If someone have it already made it would be nice. I will create a htmlviewer on my screen where the PDF is shown as a kind of preview. On the left I will have a browse and on the right I can show the PDF in a viewer. This is also a solution for what I want ...