[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
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
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
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:
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
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
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
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
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