[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sc-devel] ok to remove receiveDrag debug statement?
further, the args for this method are always empty unless I am missing
something.
I am designing a few new GUI controls and would like to receive drop
in coords in SCUserView.
is this feature working?
x
On Dec 16, 2007 9:04 AM, James Harkins <jamshark70@xxxxxxxxx> wrote:
>
> In SCView:
>
> receiveDrag {|x,y|
> this.debug(x,y);
> if(receiveDragHandler.notNil,{ receiveDragHandler.value(this, x, y) },{
> this.defaultReceiveDrag(x,y) });
> currentDrag = currentDragString = nil;
> }
>
> Is there any reason to keep the debug statement?
> hjh
>
>
>
>
>
> : H. James Harkins
>
> : jamshark70@xxxxxxxxxxxxxxxxx
>
> : http://www.dewdrop-world.net
>
> .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
>
>
>
>
> "Come said the Muse,
>
> Sing me a song no poet has yet chanted,
>
> Sing me the universal." -- Whitman
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-devel
>
>