Heh - Eric beat me to it... I like selectionChanged because it allows you to make characters in an unlocked field act like buttons. I have program that lets the user insert document links and web links into their notes. When they click on the link, it launches that document, or opens that page. I had to use selectionchanged for that, because linkclicked needs a locked field for standard left clicking.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Chatonet Sent: Friday, August 05, 2005 9:41 AM To: Glen Bojsza; How to use Revolution Subject: Re: Detecting a mouse click in a field An selectionChanged! Le 5 août 05 à 15:37, Glen Bojsza a écrit : > Hello, > > I have been trying to figure out th ebest way to determine if the user > has clicked the mouse in a field. > > Both mouseUp and mouseDown are for buttons (though if the user right > clicks the mouse in a field then it acts the same as a left mouse > click on a button). > > I am not interested where or what the user has clicked in the field > only the fact that they have clicked in the field. > > thanks, > _______________________________________________ > 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 _______________________________________________ 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 _______________________________________________ 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
