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
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
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
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
Hi Richmond,
Your mouseColor test stack works fine under
LiveCode 6.5.1 on Lubuntu Linux.
I just made a small change:
1) Add a vector graphic (for example, a circle)
on the card and set the opaque of this vector
graphic to true
2) Change card script to:
on mouseDown
put the mouseColor into
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
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
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
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.
___
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.
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
11 matches
Mail list logo