Search found 4769 matches

by rdonnay
Mon Feb 01, 2010 7:35 pm
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29677

Re: Tooltips

Did you change something on the calulation for the tooltips? I would need a fix for my own created tooltips on browsecolumns also (you remember) - so if you can tell me what you've changed it would help me to fix mine.. Yes, I did. You can compare the new _DCJDHLP.PRG to the version in build 253 to...
by rdonnay
Mon Feb 01, 2010 4:07 pm
Forum: phpBB Board Support
Topic: New Messages Only
Replies: 7
Views: 17659

Re: New Messages Only

When I view unread posts or view new posts it always shows me the entire thread when I click a topic.
by rdonnay
Mon Feb 01, 2010 2:46 pm
Forum: eXpress++ Support
Topic: Main Background
Replies: 7
Views: 15019

Re: Main Background

I don't understand what you mean by "the bitmap display is bad".

Your samples starts up maximized and the bitmap background fills the entire window.

What is it supposed to do?
by rdonnay
Mon Feb 01, 2010 12:34 pm
Forum: eXpress++ Support
Topic: Main Background
Replies: 7
Views: 15019

Re: Main Background

Do you have a sample program I can use to debug this?
by rdonnay
Mon Feb 01, 2010 8:18 am
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29677

Re: Tooltips

Also - copied in the last changes you provided to _dcjdhlp.zip:
No - the tooltip is still not shown on the right position
I find this difficult to understand.
My test programs work on 2 monitors now.
by rdonnay
Mon Feb 01, 2010 8:16 am
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29677

Re: Tooltips

this code worked for years-- with 252 also.. Yes, I understand that, but DC_GetDestroy() was not doing anything in your code if you didn't use the SAVE clause. With some new code changes in 253, calling DC_GetDestroy() with an empty Getlist caused an error. The change I gave you fixes this error. T...
by rdonnay
Mon Feb 01, 2010 7:38 am
Forum: phpBB Board Support
Topic: Mods to be added
Replies: 9
Views: 20930

Re: Mods to be added

You are allowed to remove the phpBB-logo from the "overall_header.php", if you want. All you have to keep inside are the copyright-notes at the bottom (overall_footer.php) . Yes, I know this but I am so pleased with the work of this excellent community that I must give them the credit they deserve ...
by rdonnay
Mon Feb 01, 2010 7:32 am
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29677

Re: Tooltips

Your problem with DC_GetDestroy() is because you are not using the SAVE clause of DCREAD GUI. I never tested DC_GetDestroy() with an empty GetList and that's why it errored. The attached _DCGETBX.PRG fixes this problem. Copy it to your \exp19\source\dclipx directory and run BUILD19.BAT or BUILD19_SL...
by rdonnay
Sun Jan 31, 2010 8:27 pm
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 26981

Re: Need Autorestore Window in @ .. DCDIALOG

You only need to use the SAVE clause when you use DC_GetDestroy() to destroy your windows.

As long as you use LOCAL variable for GetList, this is not a problem.

The GetList will be released from memory when returning from the procedure.
by rdonnay
Sun Jan 31, 2010 7:41 pm
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 26981

Re: Need Autorestore Window in @ .. DCDIALOG

Ok Michael, there are several issues that I corrected in your code: Your call to DC_AutoRestoreWindow() was incorrect. Was: DC_AutoRestoreWindow ({HKEY_CURRENT_USER, '\Software\Michael\Demo\Fenster'}) Is: DC_AutoRestoreWindow ({HKEY_CURRENT_USER, 'Software\Michael\Demo\Fenster'}) The parent of the s...