Re: Is duration (not delay) of the toolTip adjustable

2006-02-20 Thread Thomas McGrath III
André, I tried your script and it works reasonably well. I'm not sure how much better you could make it without creating your own tooltip windows. GTH Tom On Feb 20, 2006, at 2:46 PM, André.Bisseret wrote: --- ---In the script of the field : Remind you : the field cont

Re: Is duration (not delay) of the toolTip adjustable

2006-02-20 Thread André . Bisseret
Le Monday, 20 Feb 2006, à 17:09 Europe/Paris, Thomas McGrath III a écrit : André, Would you care to share your script? Thanks. Tom It's my pleasure, Tom --- ---In the script of the field : Remind you : the field contains titles of texts (not wrapped lines) ; some line

Re: Is duration (not delay) of the toolTip adjustable

2006-02-20 Thread Thomas McGrath III
André, Would you care to share your script? Thanks. Tom On Feb 20, 2006, at 9:45 AM, André.Bisseret wrote: Hi Martin and Tom, Le Monday, 20 Feb 2006, à 13:29 Europe/Paris, Martin Blackman a écrit : Why not have your own 'tooltip' field that you show for as long as required. Set its laye

Re: Is duration (not delay) of the toolTip adjustable

2006-02-20 Thread André . Bisseret
Hi Martin and Tom, Le Monday, 20 Feb 2006, à 13:29 Europe/Paris, Martin Blackman a écrit : Why not have your own 'tooltip' field that you show for as long as required. Set its layer so it is above the other field(s), update its contents and move it to the mouseloc or nearby before showing it. T

Re: Is duration (not delay) of the toolTip adjustable

2006-02-20 Thread Martin Blackman
Why not have your own 'tooltip' field that you show for as long as required. Set its layer so it is above the other field(s), update its contents and move it to the mouseloc or nearby before showing it. Then hide it when ready eg, send 'disappear' to field "theTooltip" in 1 second . (The disappear

Re: Is duration (not delay) of the toolTip adjustable

2006-02-19 Thread Thomas McGrath III
André, You might also want to check out my other stacks "Tool Tip Reveal" and "Multi Tool Tip" user space mcgrath3 They do a little different approach with mouseUp instead but for showing tool tips for multiple objects. on mouseUp set the toolTipDelay to 150 set the moveSpeed to 2

Re: Is duration (not delay) of the toolTip adjustable

2006-02-19 Thread André . Bisseret
Hi Tom, Thank you for your "Longer toolTip" stack. I would very much get durations like those of button 2 or even button 3, that work very nicely But, in my case I can't, I am afraid ! I must manage lines of text in a field ; I can't use "on mouseEnter" ; I must use "mouseDown" because I n

Re: Is duration (not delay) of the toolTip adjustable

2006-02-18 Thread André . Bisseret
Le Saturday, 18 Feb 2006, à 18:13 Europe/Paris, Eric Chatonet a écrit : Re Bonjour André, Afraid there is no way to master the duration for which a tooltip is displayed. The only thing you can do is to re-display the tooltip repeatedly... But flickering would probably appear... Re Bonjour

Re: Is duration (not delay) of the toolTip adjustable

2006-02-18 Thread Thomas McGrath III
Hello, I have uploaded a sample stack to my user space that will display a tooltip for a longer period of time than the standard tooltips using standard tooltips. It also shows how to display a multiple tooltip but that part does not always work for some reason. User space: mcgrath3 Stack

Re: Is duration (not delay) of the toolTip adjustable

2006-02-18 Thread Eric Chatonet
Re Bonjour André, Afraid there is no way to master the duration for which a tooltip is displayed. The only thing you can do is to re-display the tooltip repeatedly... But flickering would probably appear... Not a very good answer :-( Le 18 févr. 06 à 18:05, André.Bisseret a écrit : Hello, T

Is duration (not delay) of the toolTip adjustable

2006-02-18 Thread André . Bisseret
Hello, The app. I am developing is a set of texts, one on each card. On a special card, accessible from the homeCard, there is a field that displays the list of all the titles of the texts. Of course, this field has a vertical scrollBar but also an horizontal one, because some titles are longer