Jorgitopeter Posted February 27, 2008 Posted February 27, 2008 Hi all!!! Maybe you know if it is possible to set a "conditional tooltip", I mean, a tooltip that appears only if there is more than 120 characters, for example... Thanks a lot for asking and thinking!!! Jorge
comment Posted February 27, 2008 Posted February 27, 2008 Set the tooltip as a calculation, e.g.: Case ( Length ( something ) > 120 ; "Tooltip text here" )
Jorgitopeter Posted February 27, 2008 Author Posted February 27, 2008 Great... I didn't realize that you can calculate the tooltip, thanks a lot... By the way, is there any way to calculate that when FM put the info into 2 lines, the tooltip appears? I mean, when you write sth longer than the field length, and FM push down part of the text. Here I attached a pic to explain better... I'd like that when it's necesary to show to lines, the tooltip appears showing all the contents of the field... Well, I hope my bad English don't mess this up : Cheers! Jorge
David Jondreau Posted February 27, 2008 Posted February 27, 2008 You could set the field to a monospaced font, calculate how many characters fit into the field and do a check on Length(). Or you could just have the tooltip always show regardless of the length of the field.
Jorgitopeter Posted February 27, 2008 Author Posted February 27, 2008 ah, that would be great... how do I set a "monospaced" font? Which fonts are "monospaced"?
mr_vodka Posted February 27, 2008 Posted February 27, 2008 Courier is one that comes off the top of my head. Search for more. Monospace font search
Recommended Posts
This topic is 6169 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now