SwingOSC Palette

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

SwingOSC Palette

by mrmrShoes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hia all

I have been going though the documentation for swingosc today practicing various GUI coding and all seems to well enough with my install. But they is one thing which i can't seem to figure out. Sorry in advance if this is a daft question. If possible could some inform me about the swingosc palette(JSCWindow.viewPalette). It's not really doing anything for me because the buttons are not working. as a result of this i can't really see what its meant to do. I have been going though the documentation but it is possible that i have missed something.
when booting the SwingOSC server it does connect but it doesn't like something about my gkt. I guess that Murrine

/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:82: Engine "murrine" is unsupported, ignoring
/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:142: Engine "murrine" is unsupported, ignoring
/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:156: Engine "murrine" is unsupported, ignoring
SwingOSC : server connected.

maybe this has something to do with it.
i'm on Ubuntu Studio using a svn from yesterday, SwingOSC 0.6 and emacs editor
i'm also pointing swinosc to sun java 1.5.
I thought i should ask just in case this will help me get a hold on the GUI building.

Thanks in advance
david

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

Re: SwingOSC Palette

by nescivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Friday 09 May 2008 18:43:44 David Hughes wrote:

> Hia all
>
> I have been going though the documentation for swingosc today practicing
> various GUI coding and all seems to well enough with my install. But they
> is one thing which i can't seem to figure out. Sorry in advance if this is
> a daft question. If possible could some inform me about the swingosc
> palette(JSCWindow.viewPalette). It's not really doing anything for me
> because the buttons are not working. as a result of this i can't really see
> what its meant to do. I have been going though the documentation but it is
> possible that i have missed something.

You can test the different things in the right column, the left column seems
to function as labels, so you know their names.
It seems you can drag the items elsewhere to add them to another window, but
I'm not sure whether this works properly. I've never used it.

> when booting the SwingOSC server it does connect but it doesn't like
> something about my gkt. I guess that Murrine
>
> /usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:82: Engine "murrine" is
> unsupported, ignoring
> /usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:142: Engine "murrine" is
> unsupported, ignoring
> /usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc:156: Engine "murrine" is
> unsupported, ignoring
> SwingOSC : server connected.

are other examples of GUI's working?

>
> maybe this has something to do with it.
> i'm on Ubuntu Studio using a svn from yesterday, SwingOSC 0.6 and emacs
> editor
> i'm also pointing swinosc to sun java 1.5.

How?

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

Re: SwingOSC Palette

by mrmrShoes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message




Hia Marije

Right i see. I've tried to drag and drop from the list to a window/editor but this dosen't seem to work for me. I've been going through the docs and tutrauls and things seem to fine with swingosc.

are other examples of GUI's working?

I have done the gui 2 examples from the examples folder and they work fine. using buttons and sliders etc. I just posted because i couldn't find examples for the way you are ment to use the palette. It just seamed to be a pretty window that did'nt do anything for me, which is not the case for other functions i've seen using sc and swingOSC .


i'm also pointing swinosc to sun java 1.5.

How?
 
This is my .sclang.sc file
Server.program = "/usr/local/bin/scsynth";

SwingOSC.java    = "/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre/bin/java";
SwingOSC.program = "/home/mrmrshoes/share/SwingOSC/build/SwingOSC.jar";
g                = SwingOSC.default;

(
   g.doWhenBooted({arg serverGui,searchHelp;
               serverGui =  s.makeGui;
               searchHelp = Help.searchGUI;
      });
      g.boot;
      )

I was wanting to see if this palette was a useful thing to use, if i can't use it then fair enough, everything else is working fine. I just get caught up in the fine details when i can't see how thing works.

Thanks alot for you help
 

_______________________________________________
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