Scott Rossi wrote:
On 1/18/04 2:08 AM, "Doug Lerner" <[EMAIL PROTECTED]> wrote:I think the difference is that he's using:
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)
Regards,
Scott Rossi
if the mouseLoc is within the rect of fld "Whatever" then.....
instead of:
if within(field "Whatever",the mouseLoc) then.....
That's my 2 cents
Best Regards,
Tim Ponn _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
