DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

This forum is for eXpress++ general support.
Post Reply
Message
Author
D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#1 Post by D. Schuster »

Is it possible to change FONT and COLOR for the TIPBLOCK message?
TOOLTIPCOLOR and TOOLTIPFONT seem to have no influence.
Dieter

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#2 Post by unixkd »

Use DCGETOPTIONS as example:

DCGETOPTIONS ;
TOOLTIPFONT '16.Courier Bold' ;
TOOLTIPCOLOR GRA_CLR_BLACK, GRA_CLR_YELLOW

Joe

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#3 Post by Tom »

Code: Select all

Use DCGETOPTIONS as example:
This does not work for the datatooltips (browse columns).
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#4 Post by D. Schuster »

Yes Tom that is the problem, it does not work in browse.
It is curious in version 1.8 it worked (for colors only).
Best regards
Dieter

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

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#5 Post by rdonnay »

If you will run the Data ToolTips sample in Sample Group 5 of XDEMO.EXE, it follows the settings of
TOOLTIPCOLOR and TOOLTIPFONT.

Please give me a sample that does not work for you.
The eXpress train is coming - and it has more cars.

D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#6 Post by D. Schuster »

Hi Roger,
I have looked into Xsample_152 of XSAMPLE5.PRG (dated 18.08.2008) and I'm confused.
- by DCGETOPTIONS is defined TOOLTIPCOLOR with GRA_CLR_BLACK, GRA_CLR_CYAN,
but the Tooltip is displayed as black on yellow!
That is my problem.
The display is in a very small FONT!(may be caused by the Sreen resulution of 1920x1230)
and I cannot change it.

Further on
- by DCBROWSECOL FIELD COLLECT->descrip ..... TOOLTIP 'Description' is defined as fixed text.
Displayed as Tooltip is the content of COLLECT->descrip
- same for the Memo field.

Best regards
Dieter

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

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#7 Post by rdonnay »

I have modifed the sample to use a larger font with the DCGETOPTIONS TOOLTIPFONT <font> clause.

My sample shows the tooltip as black on cyan, however there is a brief flash where it is black on yellow.
This is some new behavior (I think) due to Windows 7, but I'm not sure.
The eXpress train is coming - and it has more cars.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#8 Post by skiman »

Hi,

Using the balloontip as tooltip is on my wishlist.
Best regards,

Chris.
www.aboservice.be

D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#9 Post by D. Schuster »

The effect occured under Windows 8, not as a flash but as permanent color black on yellow.

Dieter

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

Re: DATATOOLTIP {||lDataToolTips} TIPBLOCK {|i|aVBAusw[i,5]}

#10 Post by rdonnay »

Sorry for taking so long on this.

I just returned from 2 weeks away at a Navy reunion.
The eXpress train is coming - and it has more cars.

Post Reply