Re: Button 'stuck' on hilite mode

2005-12-20 Thread Jim Ault
On 12/20/05 1:20 AM, "Chipp Walters" <[EMAIL PROTECTED]> wrote: > Hi Jim, > Thanks for the insights :-) > Sure you don't have it turned around? It appears to me the top button > only receives a 'mouseRelease' when it's first rolledover after coming > from an object which has focus outside the group

Re: Button 'stuck' on hilite mode

2005-12-20 Thread Chipp Walters
Here's an overall fix for the 'stuck hilite' problem. Create a button called "Help" (or any other button you might have which isn't in a group) put in your card or stack script: on mouseRelease put the long name of the target into tName if word 1 of tName is "button" and tName contains "g

Re: Button 'stuck' on hilite mode

2005-12-20 Thread Chipp Walters
Hi Jim, Thanks for the insights :-) Sure you don't have it turned around? It appears to me the top button only receives a 'mouseRelease' when it's first rolledover after coming from an object which has focus outside the group. So, if you put in the script of the top button: on mouseRelease

Re: Button 'stuck' on hilite mode

2005-12-19 Thread Dan Shafer
Rev 2.6.1 on OS X 10.4.3 It sticks alright. I mouseOver on the bottom button, then on the top. It sticks. Mousing over a second time on either button unsticks it. On 12/19/05, Chipp Walters <[EMAIL PROTECTED]> wrote: > > I've had this problem for some time now, where a button get's stuck o

Re: Button 'stuck' on hilite mode

2005-12-19 Thread Jim Ault
ECTED] On Behalf Of Jim Ault >> Sent: Tuesday, 20 December, 2005 06:31 >> To: [EMAIL PROTECTED], How to use Revolution >> Subject: Re: Button 'stuck' on hilite mode >> >> gets stuck here, OSX 10.4.2, Rev 2.6.1 >> >> However, I did notice this..

RE: Button 'stuck' on hilite mode

2005-12-19 Thread MisterX
Jim, You just solved one of my problems!!! Thanks very much!!! Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jim Ault > Sent: Tuesday, 20 December, 2005 06:31 > To: [EMAIL PROTECTED], How to use Revolution > Subject:

Re: Button 'stuck' on hilite mode

2005-12-19 Thread Ken Ray
On 12/19/05 11:02 PM, "Chipp Walters" <[EMAIL PROTECTED]> wrote: > I've had this problem for some time now, where a button get's stuck on > the hiliteicon when inside a group. > > I've finally (I believe) narrowed it down to the smallest recipe > possible. If you have a sec, please try: > > (in

RE: Button 'stuck' on hilite mode

2005-12-19 Thread Scott Kane
Hi Chipp, > and report back if it get's STUCK on your machine. Thanks! Works a treat here on XP. Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pre

Re: Button 'stuck' on hilite mode

2005-12-19 Thread Jim Ault
gets stuck here, OSX 10.4.2, Rev 2.6.1 However, I did notice this.. using message watcher 1) mouse in and out of top button only = enter, leave, enter, leave, etc 2) mouse in, out of bottom button, in, out of top button messages are enter, leave, enter, release... that's right.. mouseRelease, not