Search found 4762 matches

by rdonnay
Tue Feb 27, 2024 8:51 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

This is one of Jack Djuif's contributions so that tooltips work in multiple threads.

If I can reproduce the problem, I can fix it.
Still trying to do that.
by rdonnay
Mon Feb 05, 2024 5:44 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

I got an unexpected error from Windows when trying to extract files from the zip.
by rdonnay
Mon Feb 05, 2024 5:41 am
Forum: eXpress++ Support
Topic: DCBROWSECOL ... HIDE
Replies: 8
Views: 1151

Re: DCBROWSECOL ... HIDE

I recommend looking at the source code of SqlQuery.prg.

The browse system allows you to collapse and restore columns.
First you tag columns with a right-click in the header, then select collapse.
by rdonnay
Wed Jan 17, 2024 2:34 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Are you unable to give me a sample program that demonstrates the problem?

You claim that you have a large program with multiple windows and threads, but I have many customers with such applications and I am not hearing reports of this problem.
by rdonnay
Mon Jan 15, 2024 10:38 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Did you try the dclipx.dll link?

Bobby Drakos reminded me that I fixed this problem for him about 1 year ago.
by rdonnay
Sun Jan 14, 2024 7:38 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Try this latest version of DCLIPX.DLL:

dclipx.dll
by rdonnay
Sat Jan 13, 2024 12:28 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2202

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

I will look into this. I recall someone showing me this years ago but he could not give me a sample program. Here is my test program. It does not reproduce your problem. Can you give me a complete program that I can compile and run? #INCLUDE "dcdialog.CH" FUNCTION Main() LOCAL GetList[0], GetOptions...
by rdonnay
Thu Jan 11, 2024 6:49 am
Forum: eXpress++ Support
Topic: Error with eXpress (DCBROWSE) and Xbase 2.0
Replies: 11
Views: 2733

Re: Error with eXpress (DCBROWSE) and Xbase 2.0

Can you write me a small test program that demonstrates this problem?

I can help you if I can simply compile and run the program.
by rdonnay
Mon Jan 08, 2024 4:39 pm
Forum: eXpress++ Support
Topic: DCPRINT to excel
Replies: 4
Views: 1371

Re: DCPRINT to excel

What happens when you run this at the Xdot dot prompt?

oExcel := CreateObject("Excel.Application")
by rdonnay
Mon Jan 08, 2024 4:21 pm
Forum: eXpress++ Support
Topic: Error with eXpress (DCBROWSE) and Xbase 2.0
Replies: 11
Views: 2733

Re: Error with eXpress (DCBROWSE) and Xbase 2.0

Can you show me your code?