SwingOSC slider not updated

View: New views
8 Messages — Rating Filter:   Alert me  

SwingOSC slider not updated

by Till Bovermann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello,

trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
unfortunately the sliders (e.g. found in s.makeWindow) do not update...

This is sclang svn head and
        java version "1.6.0_03"
        Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
        Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
.

when opening a window I get somethig like

X Error: BadDevice, invalid or uninitialized input device 169
   Major opcode:  147
   Minor opcode:  3
   Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
   Major opcode:  147
   Minor opcode:  3
   Resource id:  0x0
Failed to open device

anyone confirm this problem or knows a fix for it?

cheerioh
till
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SwingOSC slider not updated

by LFSaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I could need help on this... anyone have an idea?

regards
Till

On 02.05.2008, at 16:05, Till Bovermann wrote:

> hello,
>
> trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
> unfortunately the sliders (e.g. found in s.makeWindow) do not  
> update...
>
> This is sclang svn head and
> java version "1.6.0_03"
> Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
> Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
> .
>
> when opening a window I get somethig like
>
> X Error: BadDevice, invalid or uninitialized input device 169
>   Major opcode:  147
>   Minor opcode:  3
>   Resource id:  0x0
> Failed to open device
> X Error: BadDevice, invalid or uninitialized input device 169
>   Major opcode:  147
>   Minor opcode:  3
>   Resource id:  0x0
> Failed to open device
>
> anyone confirm this problem or knows a fix for it?
>
> cheerioh
> till
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SwingOSC slider not updated

by James Harkins-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device



trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
unfortunately the sliders (e.g. found in s.makeWindow) do not  
update...

What does "the sliders do not update" mean?

What action are you taking, and how does sc respond (or fail to respond)?

Specifics are always helpful.
hjh


: H. James Harkins

: jamshark70@...

: 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
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Parent Message unknown Re: SwingOSC slider not updated

by brbrofsvl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

For what it's worth...  I'm not sure this is the same problem, but I
have seen a problem on Fedora/planetccrma where gui sliders can't be
moved at all -- you try to move them but they stay anchored in one
place, moving just a fraction and then snapping back to the starting
spot (you can send them a value message to move them, however).

I've always solved this by running sun java instead of the
distribution's java -- you can install it and then change it using the
"alternatives" system... you can find a decent tutorial for setting it
up (as well as other things) in Fedora here:

http://www.mjmwired.net/resources/

I can't offer advice about ubuntu.

Matt





>  Date: Wed, 7 May 2008 08:43:09 -0400
>  From: James Harkins <jamshark70@...>
>  Subject: Re: [sc-users] SwingOSC slider not updated
>  To: SuperCollider users mailing list <sc-users@...>
>  Message-ID: <36B1A90A-B4E4-41A2-BE22-6751863EF971@...>
>  Content-Type: text/plain; charset="us-ascii"
>
>  >> X Error: BadDevice, invalid or uninitialized input device 169
>  >>   Major opcode:  147
>  >>   Minor opcode:  3
>  >>   Resource id:  0x0
>  >> Failed to open device
>  >>
>
>  https://answers.launchpad.net/ubuntu/+source/xorg/+question/10983
>
>  >> trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
>  >> unfortunately the sliders (e.g. found in s.makeWindow) do not
>  >> update...
>
>  What does "the sliders do not update" mean?
>
>  What action are you taking, and how does sc respond (or fail to
>  respond)?
>
>  Specifics are always helpful.
>  hjh
>
>
>  : H. James Harkins
>  : jamshark70@...
>  : http://www.dewdrop-world.net
>  .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
>
>  "Come said the Muse,
>  Sing me a song no poet has yet chanted,
>  Sing me the universal."  -- Whitman
>
>  -------------- next part --------------
>  An HTML attachment was scrubbed...
>  URL: http://lists.create.ucsb.edu/pipermail/sc-users/attachments/20080507/dbcffa37/attachment-0001.html
>
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SwingOSC slider not updated

by LFSaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 07.05.2008, at 14:43, James Harkins wrote:

>>> X Error: BadDevice, invalid or uninitialized input device 169
>>>   Major opcode:  147
>>>   Minor opcode:  3
>>>   Resource id:  0x0
>>> Failed to open device
>>>
>
> https://answers.launchpad.net/ubuntu/+source/xorg/+question/10983
>
>>> trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
>>> unfortunately the sliders (e.g. found in s.makeWindow) do not
>>> update...
>
> What does "the sliders do not update" mean?

Basically it does not update its position when I try to adjust it via  
mouse movement.

>
> What action are you taking, and how does sc respond (or fail to  
> respond)?


sc behaves like if it would update.

>
> Specifics are always helpful.

you're propably right here. :-)

Till

> hjh
>
>
> : H. James Harkins
> : jamshark70@...
> : 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
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Simple question about font sizes on OSX

by Erich Neuwirth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am new to SuperColllder.
I wold like to be able to change the font site in the command window,  
I can access the font dialog,
but changing the font size there simply does change the font in use.  
Is there a way of doing what I want?
 
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SwingOSC slider not updated

by LFSaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

(((resent because of hijacked email thread)))

till

On 07.05.2008, at 20:15, LFSaw wrote:

>
> On 07.05.2008, at 14:43, James Harkins wrote:
>
>>>> X Error: BadDevice, invalid or uninitialized input device 169
>>>>  Major opcode:  147
>>>>  Minor opcode:  3
>>>>  Resource id:  0x0
>>>> Failed to open device
>>>>
>>
>> https://answers.launchpad.net/ubuntu/+source/xorg/+question/10983
>>
>>>> trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
>>>> unfortunately the sliders (e.g. found in s.makeWindow) do not
>>>> update...
>>
>> What does "the sliders do not update" mean?
>
> Basically it does not update its position when I try to adjust it via
> mouse movement.
>
>>
>> What action are you taking, and how does sc respond (or fail to
>> respond)?
>
>
> sc behaves like if it would update.
>
>>
>> Specifics are always helpful.
>
> you're propably right here. :-)
>
> Till
>
>> hjh
>>
>>
>> : H. James Harkins
>> : jamshark70@...
>> : 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
>> sc-users@...
>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SwingOSC slider not updated

by Sciss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

are you sure swingOSC is launched with sun java? i have heard of  
another case with fedora 8 and gcj for java 1.5 that was solved when  
switching to sun java.

otherwise try to launch with Metal look-and-feel instead of Gtk+.  
That should happen if you do SwingOptions.default.javaOptions_("")

ciao, -sciss-




Am 08.05.2008 um 10:46 schrieb LFSaw:

> (((resent because of hijacked email thread)))
>
> till
>
> On 07.05.2008, at 20:15, LFSaw wrote:
>
>>
>> On 07.05.2008, at 14:43, James Harkins wrote:
>>
>>>>> X Error: BadDevice, invalid or uninitialized input device 169
>>>>>  Major opcode:  147
>>>>>  Minor opcode:  3
>>>>>  Resource id:  0x0
>>>>> Failed to open device
>>>>>
>>>
>>> https://answers.launchpad.net/ubuntu/+source/xorg/+question/10983
>>>
>>>>> trying to use SwingOSC (0.59) on ubuntu hardy (feisty tested, too)
>>>>> unfortunately the sliders (e.g. found in s.makeWindow) do not
>>>>> update...
>>>
>>> What does "the sliders do not update" mean?
>>
>> Basically it does not update its position when I try to adjust it via
>> mouse movement.
>>
>>>
>>> What action are you taking, and how does sc respond (or fail to
>>> respond)?
>>
>>
>> sc behaves like if it would update.
>>
>>>
>>> Specifics are always helpful.
>>
>> you're propably right here. :-)
>>
>> Till
>>
>>> hjh
>>>
>>>
>>> : H. James Harkins
>>> : jamshark70@...
>>> : 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
>>> sc-users@...
>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users@...
>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users