Re: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Sjoerd Op 't Land
I think making the field clear whenever the user clicks in it it is not nice. If the user want to select some characters, the field clears. Maybe you want to clear the field when the user clicks the first time (so a cursor appears). Then the script would be: on openField put empty into field

Re: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Phil Davis
Sjoerd Op 't Land wrote: I think making the field clear whenever the user clicks in it it is not nice. If the user want to select some characters, the field clears. Maybe you want to clear the field when the user clicks the first time (so a cursor appears). Then the script would be: on

RE: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Tim Barber
Title: RE: Rookie question - mouseUp on unlocked field Excellent suggestions, thank you. Tim -- From: Sjoerd Op 't Land Reply To: [EMAIL PROTECTED] Sent: Tuesday, 26 September 2000 16:28 To: [EMAIL PROTECTED] Subject: Re: Rookie question - mouseUp on unlocked field I think