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

Hello Everyone;

i saw pauseonError video for matt navarre showing his fmresults and i loved the auto tooltips when we was searching and wondered how i could go about doing that.

EG.

if the user hovers over a field it shows the tooltip automagically. [ * here you can enter in the zip code *]

thanks,

-ian

http://www.filemaker.com/11help/html/edit_layout.10.29.html

In layout mode, select a field and choose Set Tooltip... from the Format menu. In the one solution that I used these, experienced users found them extremely annoying, and I had to do a two-step with duplicate layouts (one with tooltips, and one without) and slews of If(globals::tooltipsOn;...) statements in navigation scripts.

Couldn't you use slews of "If ( globals::tooltipsON ; ... )" in the tooltip calculations themselves?

In layout mode, select a field and choose Set Tooltip... from the Format menu. In the one solution that I used these, experienced users found them extremely annoying, and I had to do a two-step with duplicate layouts (one with tooltips, and one without) and slews of If(globals::tooltipsOn;...) statements in navigation scripts.

Where's the foreheadslap smiley when I need it!

  • Author

OK. thanks. THought it was simpler, but i guess that is it.

Could you supply a link to the video you referred to.

I think this is probably the video imoree was referring to:

  • Author

thanks Jbante. JUst seeing this. It was a great video wasnt it!

Still dont know if Matt has tried to use vlist technique yet though.

Edited by Lee Smith
Didn't need the quote

Virtual lists aren't the answer to all things, Ian. ;) That said... yes, Matt's solution uses a virtual list, but interestingly uses repeating fields to display the results.

Matt and I have done projects where tooltips are stored as records, and a startup script loads them into global variables. The tooltips are then entered with a custom function as, e.g., Tip[1] etc. You can then enable/disable them by either building that into the custom function's calc, or triggering a script to clear out the global variable.

It's pretty slick, but tooltips change so seldom it is generally not worth the trouble.

  • Author

Virtual lists aren't the answer to all things, Ian. ;) That said... yes, Matt's solution uses a virtual list, but interestingly uses repeating fields to display the results.

Matt and I have done projects where tooltips are stored as records, and a startup script loads them into global variables. The tooltips are then entered with a custom function as, e.g., Tip[1] etc. You can then enable/disable them by either building that into the custom function's calc, or triggering a script to clear out the global variable.

It's pretty slick, but tooltips change so seldom it is generally not worth the trouble.

Thanks Fitch for your kind words of at least how its done, now to the drawing board on Figuring it out and sample files.

: )

  • Author

Pulling the link above LaRetta sent, but lost on this ??

can someone explain these symbols & why to use them?


Let([

Vn = ValueCount(Tips::gLibrary);

P1 = Position(¶ & Tips::gLibrary; ¶ & ID & " "; 1; 1);

P2 = P1 + 1 + Length(ID);

P3 = Position(¶ & Tips::gLibrary & ¶; ¶; P2; 1);

T1 = Middle(Tips::gLibrary; P2; P3 - P2 - 1);

T2 = If(p1 > 0; Substitute(T1; ["°"; """]; ["‡"; "¶"]; ["·"; " "]))];

Evaluate(T2)

)

Hi Ian,

They are used as placeholders because they won't be found in any of the text being evaluated. By switching to strange character, it is 'marking' a location safely. :^)

  • Author

Hi Ian, They are used as placeholders because they won't be found in any of the text being evaluated. By switching to strange character, it is 'marking' a location safely. :^)

OHH. great, now i can run it as a script to make out exactly whats going on here. I just keep getting these "¶ª¨ªøˆ•¶˚∆∂˚" messed up thinking

they are specific to a function ! : )

thanks LaRetta

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.