Hi, can i change the color of my gui elements using messages in pd? I was wondering if anybody have develop any strategy, mechanism or patch for asigning colors to very large group of gui elements.
I was thinking that if i have a very large and comple gui , it would be nice to apply the color to all elements automatically using the language and not by hand one by one.
any idea?
R.
I forgot to mention that my patch has its gui elements in different windows . so i was wondering : if its possible to control the size and position of a group of windows or subpatches from the language? Sending a message in pd in real time?
Is that possible?
2012/9/25 ronni montoya ronni.montoya@gmail.com:
Hi, can i change the color of my gui elements using messages in pd? I was wondering if anybody have develop any strategy, mechanism or patch for asigning colors to very large group of gui elements.
I was thinking that if i have a very large and comple gui , it would be nice to apply the color to all elements automatically using the language and not by hand one by one.
any idea?
R.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-09-25 23:53, ronni montoya wrote:
I forgot to mention that my patch has its gui elements in different windows . so i was wondering : if its possible to control the size and position of a group of windows or subpatches from the language?
yes it's possible and it's "simple". however, you have to write code to achieve this yourself, using the language Pd. check the help-patches for the GUI-elements you are using, and look for [pd edit]. you will find all the info you need in there.
Sending a message in pd in real time?
ähm, Pd is all about sending messages in real time (and doing a bit of audio inbetween)
fgmasdr IOhannes
One way is to serialize the names-- 1-gui, 2-gui, and so on.
Then you can do
[f 50] | [until] | [f]x[+ 1] | [pack 0 0] <- put the color you want in the 2nd inlet
|
[; $1-gui color $2(
I can't remember the syntax for colors but I think it takes the same syntax for the iemguis.
-Jonathan
----- Original Message -----
From: ronni montoya ronni.montoya@gmail.com To: pd-list@iem.at Cc: Sent: Tuesday, September 25, 2012 5:26 PM Subject: [PD] managing complex gui
Hi, can i change the color of my gui elements using messages in pd? I was wondering if anybody have develop any strategy, mechanism or patch for asigning colors to very large group of gui elements.
I was thinking that if i have a very large and comple gui , it would be nice to apply the color to all elements automatically using the language and not by hand one by one.
any idea?
R.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list