Search found 1174 matches

by Tom
Mon Feb 15, 2010 10:33 am
Forum: eXpress++ Support
Topic: SAYTOOLTIP / GETTOOLTIP
Replies: 4
Views: 10439

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

Re: SAYTOOLTIP / GETTOOLTIP

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

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

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

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

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...
by Tom
Tue Feb 02, 2010 8:25 am
Forum: XCodeJock Support
Topic: Going nuts with DockingPanes
Replies: 12
Views: 40558

Re: Going nuts with DockingPanes

Hi, Roger. The static in the upper right corner may possibly be replaced by another Code Jock object. This may be a good idea. :!: I'm going to try this. I would need to work with a small sample program. Is it possible for you to help write one for me? If the above still gives no results, I will try...
by Tom
Tue Feb 02, 2010 5:12 am
Forum: XCodeJock Support
Topic: Going nuts with DockingPanes
Replies: 12
Views: 40558

Going nuts with DockingPanes

As you can see in the attached picture series, I use docking panes on the main screen of my app. The pane parent is a transparent static placed on oDlg:DrawingArea. There are two other elements on this area, the clock on the left bottom and the picture on the upper right. If the docking panes float ...
by Tom
Mon Feb 01, 2010 2:56 am
Forum: phpBB Board Support
Topic: How to write and edit messages for the board
Replies: 0
Views: 7789

How to write and edit messages for the board

There is a link/button "FAQ" , which leads to a text about how to use the forum. In addition: The board uses "bb-code" to change message/text properties. bb-code embeds a text (snippet), which should be shown different to the rest - almost similar to HTML. bb-code-tags can be either inserted by mark...
by Tom
Mon Feb 01, 2010 2:29 am
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 26837

Re: Need Autorestore Window in @ .. DCDIALOG

If you use the "CODE"-Tag (Button above the edit window, just mark the text and press "Code") of the forum, code snippets are much easier to read:

Code: Select all

#include "dcdialog.ch"

STATIC oDialog

Procedure APPSYS()
RETURN