Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

My problem seems simple enough but I can't seem to find the answer. I have tool tips attached to to Tab Panels,the problem is any where you run your cursor over in the tab panel shows the tool tip, I only want it to display when running the cursor over the label of the tab panel.

Suggestions?

Thank you!

 

Caroline

I only want it to display when running the cursor over the label of the tab panel.​

I don't think that's possible; what you can do is prevent the tooltip from appearing entirely for the currently active tab. Give each tab an object name and use this calculation:

Case ( 
  not GetLayoutObjectAttribute ( tabNameInQuotes ; "isFrontPanel" ) ;
  “yourTooltipText”
)

  • Author

I don't think that's possible; what you can do is prevent the tooltip from appearing entirely for the currently active tab. Give each tab an object name and use this calculation:

Case ( 
  not GetLayoutObjectAttribute ( tabNameInQuotes ; "isFrontPanel" ) ;
  “yourTooltipText”
)

Thank you eos, I just tried your technique, worked perfectly, thank you!!!​

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.