Search found 1188 matches

by Tom
Wed Feb 17, 2010 12:36 pm
Forum: XCodeJock Support
Topic: Going nuts with DockingPanes
Replies: 12
Views: 53334

Re: Going nuts with DockingPanes

Hi, Roger.
The bleed-thru is only on docked panes.
Yes!
Trying to find a solution.
:dance:
by Tom
Wed Feb 17, 2010 9:50 am
Forum: eXpress++ Support
Topic: DC_XbpBrowseConfig()
Replies: 4
Views: 12710

DC_XbpBrowseConfig()

Hi, Roger. I found out that you added a new "CONFIG" clause to DCBROWSE, which defaults to the result of the function "DC_XbpBrowseDefault" and needs a "DC_XbpBrowseConfig"-object otherwise. Since DCBROWSE doesn't show the transparent browse markers (Vista/7) anymore (this worked until build 252), I...
by Tom
Wed Feb 17, 2010 8:24 am
Forum: eXpress++ Support
Topic: ActiveX revisited
Replies: 6
Views: 14913

Re: ActiveX revisited

Hi, Bruce. I will take a look at it tonight (it's 4 pm in Germany). ToFont() and ToBack() are methods to manipulate the z-order of windows and objects. It doesn't effect the parent-child-relation or something like this. If two objects on a window overlap, ToFront()/ToBack() will help to organize thi...
by Tom
Tue Feb 16, 2010 11:32 am
Forum: eXpress++ Support
Topic: Devcon anyone?
Replies: 37
Views: 71070

Re: Devcon anyone?

Count me in.
by Tom
Mon Feb 15, 2010 10:33 am
Forum: eXpress++ Support
Topic: SAYTOOLTIP / GETTOOLTIP
Replies: 4
Views: 11664

Re: SAYTOOLTIP / GETTOOLTIP

Hi, Roger.

I had some mail problems, but I did answer. Please look at your PN-box of the forum. This is the last mail I wrote on friday.
by Tom
Mon Feb 15, 2010 4:14 am
Forum: eXpress++ Support
Topic: SAYTOOLTIP / GETTOOLTIP
Replies: 4
Views: 11664

Re: SAYTOOLTIP / GETTOOLTIP

Thanks! :D
by Tom
Fri Feb 05, 2010 4:51 am
Forum: eXpress++ Support
Topic: SAYTOOLTIP / GETTOOLTIP
Replies: 4
Views: 11664

SAYTOOLTIP / GETTOOLTIP

DCSAY ... GET as a complex command to create a static and an SLE needs SAY- and GETTOOLTIPS in this combination, like other clauses (SIZE, OBJECT) need to have this prefix to identify the object. But in most cases, say- and gettooltip are the same. Would it be possible to allow just TOOLTIP in this ...
by Tom
Tue Feb 02, 2010 9:07 am
Forum: eXpress++ Support
Topic: Main Background
Replies: 7
Views: 17137

Re: Main Background

I noticed the same behaviour. If a bitmap is set as the background using the BITMAP option of DCGET OPTION, and the dialog is resized initially, the bitmap is not scaled correctly. I found a workaround by doing this: DCGET OPTIONS ... HIDE BITMAP MY_BITMAP DCREAD GUI ... EVAL {||ResizeDialog(oDialog...
by Tom
Tue Feb 02, 2010 8:59 am
Forum: phpBB Board Support
Topic: New Messages Only
Replies: 7
Views: 20208

Re: New Messages Only

If you see the "new messages" list (a list of threads), there are (in most cases) two small bitmaps, one in front of the thread title (left side of the table). This one leads to the first message you didn't read so far. Another similar bitmap is placed right behind the name of the last user which po...
by Tom
Tue Feb 02, 2010 8:56 am
Forum: XCodeJock Support
Topic: Going nuts with DockingPanes
Replies: 12
Views: 53334

Re: Going nuts with DockingPanes

Here is a sample derived from your "DockingPanes.PRG". It shows a bitmap which is placed on the same static as the docking panes itselfs, since nothing would be shown otherwise. If you run the sample, the bitmap flickers to the background because of the :ToBack()-call in the EVAL clause of DCREAD. I...