Search found 1225 matches

by skiman
Mon Sep 01, 2025 1:08 am
Forum: phpBB Board Support
Topic: We are back!!!
Replies: 6
Views: 407

Re: We are back!!!

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.
by skiman
Fri Jul 25, 2025 12:35 am
Forum: Harley the Fluffy Corgi
Topic: Meet Harley Quinn
Replies: 2
Views: 70907

Re: Meet Harley Quinn

Nice.
by skiman
Wed Jul 09, 2025 12:11 am
Forum: Announcements
Topic: New library PowerPar for parallel programming
Replies: 14
Views: 62701

Re: New library PowerPar for parallel programming

Hi,
You don't know for better and it is better for you.
I'm wondering why you are promoting your library here if we are too stupid to understand in your opinion.
by skiman
Tue Jul 08, 2025 1:35 am
Forum: Announcements
Topic: New library PowerPar for parallel programming
Replies: 14
Views: 62701

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...
by skiman
Mon Jun 23, 2025 12:30 am
Forum: PostGreSQL
Topic: How to save files to blob in PG
Replies: 2
Views: 5675

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...
by skiman
Thu May 22, 2025 6:56 am
Forum: eXpress++ Support
Topic: PDF in tooltip?
Replies: 18
Views: 17241

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.
by skiman
Wed May 21, 2025 4:02 am
Forum: eXpress++ Support
Topic: PDF in tooltip?
Replies: 18
Views: 17241

Re: PDF in tooltip?

Hi Tom,

As always, your screens are looking nice.
by skiman
Wed May 21, 2025 1:01 am
Forum: eXpress++ Support
Topic: PDF in tooltip?
Replies: 18
Views: 17241

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...
by skiman
Mon May 19, 2025 12:22 am
Forum: eXpress++ Support
Topic: PDF in tooltip?
Replies: 18
Views: 17241

Re: PDF in tooltip?

Hi K-insis,

Just wondering how you can communicate with the HTML to navigate between documents?
by skiman
Fri May 16, 2025 7:02 am
Forum: eXpress++ Support
Topic: PDF in tooltip?
Replies: 18
Views: 17241

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 ...