[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 lastselection
on mouseenter
  put the selectedfield into lastselection
end mousenter

on mouseup
  put lastselection
end mouseup

Good workaround for a limitation that is understandable but hopefully extended in the future as described here:

<http://support.runrev.com/bugdatabase/show_bug.cgi?id=3327>

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to