Robert Collins Posted April 28, 2007 Posted April 28, 2007 I wondered if there was a simple way to enable and disable tooltips - The idea being that I wanted to define the tooltips for each field and then have a script so the user can turn them on or off from a custom menu - a sort of help. The long way to do this seems to be a calculated result for each field with a global field holding the on/off status but I can see this as fairy time consuming. Any ideas would be appreciated thanks
Ugo DI LUCA Posted April 28, 2007 Posted April 28, 2007 Another way would be to manage your Tooltips from the outside with a dedicated Table. The calculation in the tooltip could be Evaluate ( MyToolTipTable::FormulaN ) Or pulling all tooltips formula that would be stored into multiple records of the ToolTip Table into a Repeating Global Variable Then the ToolTip calculation becomes Evaluation ( $$Formula[n] ) This way, you may change the tooltips at wish, eventually introduce some user define choice within them or other conditions. HTH
Robert Collins Posted April 30, 2007 Author Posted April 30, 2007 Thanks for the reply - I like the idea of an external table so I shall give that a go. Thanks again
Recommended Posts
This topic is 6473 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