Jump to content

Globally enabling/diabling tooltips


This topic is 6178 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6178 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.