On 1/19/04 1:05 AM, "Scott Rossi" <[EMAIL PROTECTED]> wrote:

>> Those don't truly *hide* the field, in the sense that if you check to see if
>> the mouse is in the region of the field it still turns out to be true, even
>> if the field is not visible.
> 
> How are you testing the mouse?  When I use the following script and the
> field is hidden, the result is consistently false:
> 
> put within(fld myField,the mouseLoc)

if exists(field "canvas") and the mouseLoc is within the rectangle of field
"canvas" then

This shows true whether or not the field is hidden.

doug


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to