Tooltip error corrections

This forum is for eXpress++ general support.
Post Reply
Message
Author
zolifree
Posts: 35
Joined: Sun Sep 19, 2010 6:55 am

Tooltip error corrections

#1 Post by zolifree »

Hi Roger,

I use tooltips almost everywhere in my program.
My program is used on thousands of computers, and I started to send automatically the error logs over the internet to me, to be able to see if an error occurs.
Many of the errors was connected to tooltips, and it was very frequent, happened on daily basis almost in every program.
The biggest problem was this erros caused fatal errors, but I was able to find them in XPPFATAL.LOG
So I found and corrected all of the places which caused the errors by error handling, and now I have an errorfree state for months.
I giving the corrected code to You to put in the Express code.

I attached the _dcjdhlp.prg in zip, and marked every line with Zoli that I modified.
If You search the word Zoli, You will see every corrections. There are new lines, and deleted lines, and some moved lines.

Best Regards,
Zoltan Nagy
Attachments
_dcjdhlp.zip
(5.48 KiB) Downloaded 657 times

User avatar
rdonnay
Site Admin
Posts: 4745
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Tooltip error corrections

#2 Post by rdonnay »

Zoli -

Thank you for your contribution to improving the reliability of eXpress++ tooltips.

I will add your changes to the next build.
The eXpress train is coming - and it has more cars.

Post Reply