[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Re: drag&drop mystery



Thanks for testing this James. Strange that it works on your winxp -
did you try the button/slider one, and drag&dropped the slider
multiple times?

Im using sun java v. 1.6.0_07.

Maybe we should wait for feedback from others on linux and win as well
before I shout too loudly about this :)

cheers,
martin

On Tue, Dec 30, 2008 at 6:03 PM, James Harkins <jamshark70@xxxxxxxxx> wrote:
> Weird. I can't reproduce it in winxp either, using both JSCEclipse and
> Psycollider (3.2). But you see it on multiple OS's and presumably
> multiple machines. I have no idea.
>
> What JVM are you using?
> hjh
>
> On Tue, Dec 30, 2008 at 9:35 AM, Martin . <blindmanonacid@xxxxxxxxx> wrote:
>> Ok, I also tried it in Cocoa now with no problems. In winxp though I
>> get the same behavior, that it works about 1 out of 10 times.
>>
>> I have narrowed it down to only be the case with JSCSlider, not the
>> other GUI's, and only on Linux and Windows (still dont know about
>> vista but i guess so).
>>
>> The behaviour is also present with regular drag & drop of values, that
>> is, without any user defined receiveDragHandler:
>>
>> ( //try dragging&dropping for a while in Linux/Windows
>> var w, h;
>> w= GUI.window.new("", Rect(0, 0, 400, 100)).front;
>> h= GUI.hLayoutView.new(w, Rect(0, 0, 400, 100));
>>
>> 15.do({|i|
>>        GUI.slider.new(h, Rect(0, 0, 20, 80))
>>        .value_((15/i).reciprocal)
>> });
>> )
>
>
> --
> James Harkins /// dewdrop world
> 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-users mailing list
>
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/
>

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/