Normal Topic Tooltip pause? (Read 708 times)
tcgeo
Full Member
***
Offline



Posts: 278
Location: Traverse City, Michigan
Joined: May 13th, 2008
Tooltip pause?
Feb 16th, 2012 at 2:48pm
Print Post Print Post  
Is it possible to force a tooltip to stay open (or timeout) for a pre-determined length of time, and/or to close it once it’s opened, when they search for records? For example, I have a tip that shows the client all the date search options available to them. Specifically, they want to be able to see the tip while entering the search criteria, and then just have it go away when they perform the search. I've played around with using @MsgBox() but they don't really like that they have to click to open it. I know, I know, maybe a little lazy, but they asked, LOL.

Thanks
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Tooltip pause?
Reply #1 - Feb 16th, 2012 at 2:58pm
Print Post Print Post  
Not yet.

Put the information on the form itself as a static text and then hide the static text element when the form is not in search mode anymore?
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
tcgeo
Full Member
***
Offline



Posts: 278
Location: Traverse City, Michigan
Joined: May 13th, 2008
Re: Tooltip pause?
Reply #2 - Feb 16th, 2012 at 3:37pm
Print Post Print Post  
Great idea, works very well!

Thanks Mark.

  
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Tooltip pause?
Reply #3 - Feb 16th, 2012 at 6:05pm
Print Post Print Post  
Just a thought...
If there wasn't enough room on the form, you could also display the info in the slate (WriteLn). Then, close it on form entry with CloseSlate().
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
tcgeo
Full Member
***
Offline



Posts: 278
Location: Traverse City, Michigan
Joined: May 13th, 2008
Re: Tooltip pause?
Reply #4 - Feb 16th, 2012 at 7:51pm
Print Post Print Post  
Thanks for the suggestion Carl.

To combat the room problem, I assigned the static text to selection layer 2, which put it on top of everything else on the form.

Works like a dream!
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Tooltip pause?
Reply #5 - Feb 16th, 2012 at 7:56pm
Print Post Print Post  
tcgeo wrote on Feb 16th, 2012 at 7:51pm:
Thanks for the suggestion Carl.

To combat the room problem, I assigned the static text to selection layer 2, which put it on top of everything else on the form.

Works like a dream!


Good use of layers. I love to hear about them being used creatively.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
tcgeo
Full Member
***
Offline



Posts: 278
Location: Traverse City, Michigan
Joined: May 13th, 2008
Re: Tooltip pause?
Reply #6 - Feb 16th, 2012 at 8:39pm
Print Post Print Post  
Thanks to some tips from Bill Halpern some time ago, I'm using selection layers more and more for things like thicker borders around LE's and boxes, and dressing up command buttons in menus, etc. It's pretty cool once you get the hang of it!
  
Back to top
IP Logged