Mouse Color not Working
Paul Hibbert
paulhibbert at mac.com
Thu Jan 16 20:43:49 EST 2014
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 of pLoc & "," & item 2 of pLoc & "," & \
item 1 of pLoc + 1 & "," & item 2 of pLoc + 1) of this card
put the imageData of the last image into tData
delete the last image
put charToNum (char 2 of tData) & "," & \
charToNum (char 3 of tData) & "," & \
charToNum (char 4 of tData) into tValue
unlock screen
return tValue
end mouseColourWorkAround
Works fine for me in a mouseDown, but maybe a little OTT for a mouseMove.
Paul
On 2014-01-16, at 1:49 PM, Ray <ray at linkit.com> wrote:
> 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 <ray at linkit.com> 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 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 6.5.1 is a beta release. How do I get those?
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On 1/16/2014 4:28 PM, Richmond wrote:
>>>> 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.
>>>>>
>>>>> _______________________________________________
>>>> I have just uploaded a test stack: http://forums.runrev.com/viewtopic.php?f=5&t=18796
>>>>
>>>> and can report that mouseColor works with 6.5.1 on UbuntuStudio Linux 13.10
>>>>
>>>> Please consider downloading the stack, running it on whatever operating system you work with
>>>> and reporting back.
>>>>
>>>> Richmond.
>>>>
>>>> _______________________________________________
>>>> use-livecode mailing list
>>>> use-livecode at lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list