Mouse Color not Working

2014-01-16 Thread Ray
Does anybody know if there's a problem with getting the mouseColor in 6.5.0? I'm using Windows 8.1 and all I get is 0,0,0 regardless as to whether I'm on my laptop which only uses one monitor, or my desktop which uses two. ___ use-livecode mailing l

Re: Mouse Color not Working

2014-01-16 Thread Klaus major-k
Hi Ray, Am 16.01.2014 um 21:53 schrieb Ray : > Does anybody know if there's a problem with getting the mouseColor in 6.5.0? > I'm using Windows 8.1 and all I get is 0,0,0 regardless as to whether I'm on > my > laptop which only uses one monitor, or my desktop which uses two. yes, this is a bu

Re: Mouse Color not Working

2014-01-16 Thread Scott Rossi
Ray: 6.5.0 has several color issues. If you can, go with 6.5.1. Otherwise you may need to temporarily use 6.1.3. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 1/16/14 12:53 PM, "Ray" wrote: >Does anybody know if there's a problem with getting the mouseColor in >6.

Re: Mouse Color not Working

2014-01-16 Thread Richmond
On 16/01/14 22:53, Ray wrote: Does anybody know if there's a problem with getting the mouseColor in 6.5.0? I'm using Windows 8.1 and all I get is 0,0,0 regardless as to whether I'm on my laptop which only uses one monitor, or my desktop which uses two. ___

Re: Mouse Color not Working

2014-01-16 Thread Ray
I've just downloaded and tried Richmond's test stack. I can verify that mouseColor does NOT work using 6.5.0. Klaus, looking forward to the fix. Thanks. I'd like to try 6.5.1 as Scott Rossi suggested but as I click on Help and choose Check for Updates I'm informed there are none, so I assume

Re: Mouse Color not Working

2014-01-16 Thread Paul Hibbert
The GM release is available here along with rc1 & 2… http://downloads.livecode.com/livecode/6_5_1/ Paul On 2014-01-16, at 1:41 PM, Ray wrote: > I've just downloaded and tried Richmond's test stack. I can verify that > mouseColor does NOT work using 6.5.0. > > Klaus, looking forward to the f

Re: Mouse Color not Working

2014-01-16 Thread Ray
Thanks Paul On 1/16/2014 4:44 PM, Paul Hibbert wrote: The GM release is available here along with rc1 & 2… http://downloads.livecode.com/livecode/6_5_1/ Paul On 2014-01-16, at 1:41 PM, Ray wrote: I've just downloaded and tried Richmond's test stack. I can verify that mouseColor does NOT

Re: Mouse Color not Working

2014-01-16 Thread Alejandro Tejada
into tColor put tColor into fld "numm" set the backcolor of last grc to tColor end mouseDown Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Mouse-Color-not-Working-tp4674745p4674754.html Sent from the Revolution - User mailing list archive at

Re: Mouse Color not Working

2014-01-16 Thread Paul Hibbert
Ray, This 'workaround' may work for you until the next release… on mouseDown put mouseColourWorkAround (the mouseLoc) into tColour answer tColour -- Or do whatever you need with tColour end mouseDown function mouseColourWorkAround pLoc lock screen import snapShot from rect ( item 1 o

RE: Mouse Color not Working

2014-01-16 Thread John Dixon
mouseColor is working on OSX mavericks running LC 6.5.0 & 6.5.1 in the card script :- on mouseMove put mouseColor() into fld 1 end mouseMove ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: Mouse Color not Working

2014-01-16 Thread Paul Hibbert
Does it return the expected result? On OS X 10.8.5 the colours are not right, try creating a graphic with a fill of 255,0,0 then see what the mouseColor returns when you move over it. I found that changing the screen profile in system preferences has an effect on mouseColor too. Using a 'non-n

Re: Mouse Color not Working

2014-01-17 Thread Ray
I'm no longer having any problems now that I've updated to 6.5.1, working on Windows 8.1. I haven't tested on a Mac or in a standalone yet. Paul, many thanks for this workaround. It may come in quite handy when I distribute and need it for the Mac side of things. Ray Horsley LinkIt! Softwar