Re: Drag Queen

2017-08-11 Thread Richmond Mathewson via use-livecode
Thanks Both, Klaus and Mark. Richmond. On 8/11/17 2:00 pm, Mark Waddingham via use-livecode wrote: On 2017-08-11 12:43, Richmond Mathewson via use-livecode wrote: I am in trouble because I cannot work out why this is not working: on scrollbarDrag NVAL put "NVAL,0,0" into KARRAY["color"]

Re: Drag Queen

2017-08-11 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 11.08.2017 um 12:43 schrieb Richmond Mathewson via use-livecode > : > > I am in trouble because I cannot work out why this is not working: > > on scrollbarDrag NVAL ## You are passing the STRING NVAL and not its value: > ## put "NVAL,0,0" into KARRAY["color"] put NVAL &

Re: Drag Queen

2017-08-11 Thread Mark Waddingham via use-livecode
On 2017-08-11 12:43, Richmond Mathewson via use-livecode wrote: I am in trouble because I cannot work out why this is not working: on scrollbarDrag NVAL put "NVAL,0,0" into KARRAY["color"] put 50 into KARRAY["opacity"] set the coloroverlay of img "BB" to KARRAY end scrollbarDrag Try:

Drag Queen

2017-08-11 Thread Richmond Mathewson via use-livecode
I am in trouble because I cannot work out why this is not working: on scrollbarDrag NVAL put "NVAL,0,0" into KARRAY["color"] put 50 into KARRAY["opacity"] set the coloroverlay of img "BB" to KARRAY end scrollbarDrag Richmond. ___ use-livecode