Search found 4773 matches

by rdonnay
Tue Feb 02, 2010 7:27 am
Forum: phpBB Board Support
Topic: Please stay focused on this board
Replies: 0
Views: 7701

Please stay focused on this board

There have been several postings in which multiple (unrelated) issues are discussed in the same topic. This has the undesired side affect of making topic threads too long and also it is much harder to stay focused on each issue because it is buried within another issue. If you are reporting 2 unrela...
by rdonnay
Tue Feb 02, 2010 7:24 am
Forum: phpBB Board Support
Topic: New Messages Only
Replies: 7
Views: 17702

Re: New Messages Only

Yes, I agree that is annoying.
There may be a mod to fix this, but I don't know.
by rdonnay
Tue Feb 02, 2010 7:22 am
Forum: XCodeJock Support
Topic: Going nuts with DockingPanes
Replies: 12
Views: 45016

Re: Going nuts with DockingPanes

Tom - You have been very busy. It appears that you are using the docking panes as post-it notes. This is obviously some kind of incompatability between Xbase++ and Code Jock. I don't know where to go with this, other than try to replace the statics with some other kind of object. The static in the u...
by rdonnay
Mon Feb 01, 2010 10:38 pm
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29771

Combine Excel Sheets

I will add this to DCPRINT.CH tomorrow. Right now I am tired.

Here's a workaround:

Code: Select all

DCPRINT OPTIONS .. TO aOptions
ASize( aOptions, 64 )
aOptions[63] := .t.
aOptions[64] := .t.
by rdonnay
Mon Feb 01, 2010 7:35 pm
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29771

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: 17702

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: 15086

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: 15086

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: 29771

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: 29771

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