Re: selectedField in 2.7 not working

2006-02-16 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: i just did a "basic" test in 2.6 and 2.7. In both cases the selectedfield returns "field x" what i think is happening is that on your mouseup, you unselect the field's selection... Which i verify... what you need is this kind of script in your button: local lastsel

Re: selectedField in 2.7 not working

2006-02-16 Thread xavier . bury
i just did a "basic" test in 2.6 and 2.7. In both cases the selectedfield returns "field x" what i think is happening is that on your mouseup, you unselect the field's selection... Which i verify... what you need is this kind of script in your button: local lastselection on mouseenter put t

Re: selectedField in 2.7 not working

2006-02-16 Thread David Burgun
Hi Tom, No, I only did this on Mac OS 10.4. Cheers Dave On 16 Feb 2006, at 13:25, Thomas McGrath III wrote: David, Hello, It would appear that the selectedField is having trouble seeing the selected field. On Windows it doesn't see it at all but on the mac it sees it sometimes and this

Re: selectedField in 2.7 not working

2006-02-16 Thread Thomas McGrath III
David, Hello, It would appear that the selectedField is having trouble seeing the selected field. On Windows it doesn't see it at all but on the mac it sees it sometimes and this solution seems to work. Have you done this on windows? Thanks for your response, Tom On Feb 16, 2006, at 8:

Re: selectedField in 2.7 not working

2006-02-16 Thread David Burgun
Hi, Actually I found that "selectedField" was flakey in 2.6, it worked in some places but not others. I found that doing this fixed it: local myField local myFieldNumber put the selectedField into myField put word 2 of myField into myFieldNumber put "f" after field myFieldNumber I this made

Re: selectedField in 2.7 not working

2006-02-16 Thread Thomas McGrath III
Jacqueline, That is what I am getting now. On windows it never works (always gives an error that it can't find the target) and on OSX 10.4 it works at first and then suddenly it doesn't work later on it works. In trying to track this down I did notice that the insertion I beam is a little

Re: selectedField in 2.7 not working

2006-02-15 Thread J. Landman Gay
Thomas McGrath III wrote: Hello, Has anyone found the function 'selectedField' no longer working after 2.7 upgrade? My script is rather simple: on mouseUp put "f" after the selectedField end mouseUp This has worked flawlessly for some time in 2.6 and below. Verified. It looks like a b

Re: selectedField in 2.7 not working

2006-02-15 Thread Thomas McGrath III
Oh yeah this is on Windows XP Pro THanks Tom On Feb 15, 2006, at 6:40 PM, Thomas McGrath III wrote: Hello, Has anyone found the function 'selectedField' no longer working after 2.7 upgrade? My script is rather simple: on mouseUp put "f" after the selectedField end mouseUp This h

selectedField in 2.7 not working

2006-02-15 Thread Thomas McGrath III
Hello, Has anyone found the function 'selectedField' no longer working after 2.7 upgrade? My script is rather simple: on mouseUp put "f" after the selectedField end mouseUp This has worked flawlessly for some time in 2.6 and below. Thanks Tom Thomas J McGrath III [EMAIL PROTECTED