Re: [PD] gcanvas?

2009-05-22 Thread glerm soares
2009/5/21 Hans-Christoph Steiner h...@at.or.at


 Try [colorpanel] or I think pdmtl has some convertors.


no. pdmtl just have hex to dec.

I made a [webcolors] object to use with ggee (attached).

Why gcanvas don't work inside graph on parent?


abraço

glerm


webcolors.pd
Description: Binary data


webcolors-help.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2009-05-22 Thread glerm soares
2009/5/23 glerm soares organi...@gmail.com




 I made a [webcolors] object to use with ggee (attached).


sorry, I meant to use with [gcanvas]


;;;
glerm
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2009-05-21 Thread glerm soares
[gcanvas] message color _name_ object seems that just work with color
names oe webcolors like #ff ?

I could not find a decimal to hexadecial object already...

 Does anyone know some or something like [colorgrid] to build webcolors?


abraço

glerm
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2009-05-21 Thread Hans-Christoph Steiner


Try [colorpanel] or I think pdmtl has some convertors.

.hc

On May 21, 2009, at 3:46 PM, glerm soares wrote:

[gcanvas] message color _name_ object seems that just work with  
color names oe webcolors like #ff ?


I could not find a decimal to hexadecial object already...

 Does anyone know some or something like [colorgrid] to build  
webcolors?



abraço

glerm
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list







I have always wished for my computer to be as easy to use as my  
telephone; my wish has come true because I can no longer figure out  
how to use my telephone.  --Bjarne Stroustrup



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-10 Thread Gunter Geiger
Jack wrote:
 Hello Hans and Gunter, hello list !
 It's impossible to delete the rectangle (of [gcanvas]). It's also  
 impossible to move it and to resize it.
 Any idea ?
   
Hi, seems to be some incompatibility introduced by the new features.
Definitely a bug in gcanvas somewhere :(
I have to try it, and then maybe this is on PowerPC Macs only.
I would like to fix it, but don't hold your breath.
A workaround is to download old pd extended and just get 
gcanvas.pd_darwin from
there.

Günter


 Pd version 0.40.3-extended - MacOSX.4.11 - PowerBook G4
 ++

 Jack


 Le 7 déc. 08 à 23:01, Hans-Christoph Steiner a écrit :

   
 About 6 months ago, I checked in some updates from Günter on this.   
 It seems that he changed the default color from grey to white.  You  
 can set it with a message like this:

 [color grey 0(

 I updated the help patch to document some of the hidden messages.

 gcanvas-help.pd

 .hc

 On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:

 
 gcanvas is behaving differently in these two situations:
 linux (fc10) pd-0.39 object is gray and can resize correctly
 win pd-extended 0.40.3 object is white and resize changes the  
 input area
 but not the object.
 Is it a feature or a bug?
 In both cases the values seems to be done correctly.
 Oded
 ___
 Oded Ben-Tal
 http://ccrma.stanford.edu/~oded

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list
   

 -- 
 --

 If you are not part of the solution, you are part of the problem.


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list
 


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

   


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-09 Thread Hans-Christoph Steiner

Yeah, the implemnetation is incomplete.  You need to save then  
reload, then it should look normal.  Basically, I exposed a bunch of  
incomplete, but functional additions to gcanvas.

.hc

On Dec 8, 2008, at 8:06 PM, Jack wrote:

 Sorry for the confusion !
 The problem is not about the blue rectangle or the green line. The  
 message [delete 1( works fine.
 It is about the 'contour' of the gcanvas.
 I put a small picture to illustrate the problem when i resize using  
 [size 50 50(.
 ++

 Jack

 gcanvas.gif
 Le 9 déc. 08 à 00:01, Hans-Christoph Steiner a écrit :


 It worked for me on Mac OS X... [delete element#( i.e. [delete 3 
 ( or [delete 1(

 That's all I know... it's pretty raw, I wouldn't count on it for  
 much.

 .hc

 On Dec 7, 2008, at 7:28 PM, Jack wrote:

 Hello Hans and Gunter, hello list !
 It's impossible to delete the rectangle (of [gcanvas]). It's also  
 impossible to move it and to resize it.
 Any idea ?
 Pd version 0.40.3-extended - MacOSX.4.11 - PowerBook G4
 ++

 Jack


 Le 7 déc. 08 à 23:01, Hans-Christoph Steiner a écrit :


 About 6 months ago, I checked in some updates from Günter on  
 this.  It seems that he changed the default color from grey to  
 white.  You can set it with a message like this:

 [color grey 0(

 I updated the help patch to document some of the hidden messages.

 gcanvas-help.pd

 .hc

 On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:

 gcanvas is behaving differently in these two situations:
 linux (fc10) pd-0.39 object is gray and can resize correctly
 win pd-extended 0.40.3 object is white and resize changes the  
 input area
 but not the object.
 Is it a feature or a bug?
 In both cases the values seems to be done correctly.
 Oded
 ___
 Oded Ben-Tal
 http://ccrma.stanford.edu/~oded

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http:// 
 lists.puredata.info/listinfo/pd-list



 --- 
 -

 If you are not part of the solution, you are part of the problem.


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list




 - 
 ---

 kill your television






 


Mistrust authority - promote decentralization.  - the hacker ethic



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-08 Thread Hans-Christoph Steiner

It worked for me on Mac OS X... [delete element#( i.e. [delete 3( or  
[delete 1(

That's all I know... it's pretty raw, I wouldn't count on it for much.

.hc

On Dec 7, 2008, at 7:28 PM, Jack wrote:

 Hello Hans and Gunter, hello list !
 It's impossible to delete the rectangle (of [gcanvas]). It's also  
 impossible to move it and to resize it.
 Any idea ?
 Pd version 0.40.3-extended - MacOSX.4.11 - PowerBook G4
 ++

 Jack


 Le 7 déc. 08 à 23:01, Hans-Christoph Steiner a écrit :


 About 6 months ago, I checked in some updates from Günter on  
 this.  It seems that he changed the default color from grey to  
 white.  You can set it with a message like this:

 [color grey 0(

 I updated the help patch to document some of the hidden messages.

 gcanvas-help.pd

 .hc

 On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:

 gcanvas is behaving differently in these two situations:
 linux (fc10) pd-0.39 object is gray and can resize correctly
 win pd-extended 0.40.3 object is white and resize changes the  
 input area
 but not the object.
 Is it a feature or a bug?
 In both cases the values seems to be done correctly.
 Oded
 ___
 Oded Ben-Tal
 http://ccrma.stanford.edu/~oded

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list



 - 
 ---

 If you are not part of the solution, you are part of the problem.


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list




 


 kill your television



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-08 Thread Jack

Sorry for the confusion !
The problem is not about the blue rectangle or the green line. The  
message [delete 1( works fine.

It is about the 'contour' of the gcanvas.
I put a small picture to illustrate the problem when i resize using  
[size 50 50(.

++

Jack

inline: gcanvas.gif

Le 9 déc. 08 à 00:01, Hans-Christoph Steiner a écrit :



It worked for me on Mac OS X... [delete element#( i.e. [delete 3 
( or [delete 1(


That's all I know... it's pretty raw, I wouldn't count on it for much.

.hc

On Dec 7, 2008, at 7:28 PM, Jack wrote:


Hello Hans and Gunter, hello list !
It's impossible to delete the rectangle (of [gcanvas]). It's also  
impossible to move it and to resize it.

Any idea ?
Pd version 0.40.3-extended - MacOSX.4.11 - PowerBook G4
++

Jack


Le 7 déc. 08 à 23:01, Hans-Christoph Steiner a écrit :



About 6 months ago, I checked in some updates from Günter on  
this.  It seems that he changed the default color from grey to  
white.  You can set it with a message like this:


[color grey 0(

I updated the help patch to document some of the hidden messages.

gcanvas-help.pd

.hc

On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:


gcanvas is behaving differently in these two situations:
linux (fc10) pd-0.39 object is gray and can resize correctly
win pd-extended 0.40.3 object is white and resize changes the  
input area

but not the object.
Is it a feature or a bug?
In both cases the values seems to be done correctly.
Oded
___
Oded Ben-Tal
http://ccrma.stanford.edu/~oded

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list




 



If you are not part of the solution, you are part of the problem.


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list





-- 
--


kill your television




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] gcanvas?

2008-12-07 Thread Oded Ben-Tal
gcanvas is behaving differently in these two situations:
linux (fc10) pd-0.39 object is gray and can resize correctly
win pd-extended 0.40.3 object is white and resize changes the input area 
but not the object.
Is it a feature or a bug?
In both cases the values seems to be done correctly.
Oded
___
Oded Ben-Tal
http://ccrma.stanford.edu/~oded

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-07 Thread Hans-Christoph Steiner


About 6 months ago, I checked in some updates from Günter on this.   
It seems that he changed the default color from grey to white.  You  
can set it with a message like this:


[color grey 0(

I updated the help patch to document some of the hidden messages.



gcanvas-help.pd
Description: Binary data



.hc

On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:


gcanvas is behaving differently in these two situations:
linux (fc10) pd-0.39 object is gray and can resize correctly
win pd-extended 0.40.3 object is white and resize changes the input  
area

but not the object.
Is it a feature or a bug?
In both cases the values seems to be done correctly.
Oded
___
Oded Ben-Tal
http://ccrma.stanford.edu/~oded

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list




 



If you are not part of the solution, you are part of the problem.


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas?

2008-12-07 Thread Jack
Hello Hans and Gunter, hello list !
It's impossible to delete the rectangle (of [gcanvas]). It's also  
impossible to move it and to resize it.
Any idea ?
Pd version 0.40.3-extended - MacOSX.4.11 - PowerBook G4
++

Jack


Le 7 déc. 08 à 23:01, Hans-Christoph Steiner a écrit :


 About 6 months ago, I checked in some updates from Günter on this.   
 It seems that he changed the default color from grey to white.  You  
 can set it with a message like this:

 [color grey 0(

 I updated the help patch to document some of the hidden messages.

 gcanvas-help.pd

 .hc

 On Dec 7, 2008, at 6:24 AM, Oded Ben-Tal wrote:

 gcanvas is behaving differently in these two situations:
 linux (fc10) pd-0.39 object is gray and can resize correctly
 win pd-extended 0.40.3 object is white and resize changes the  
 input area
 but not the object.
 Is it a feature or a bug?
 In both cases the values seems to be done correctly.
 Oded
 ___
 Oded Ben-Tal
 http://ccrma.stanford.edu/~oded

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list



 -- 
 --

 If you are not part of the solution, you are part of the problem.


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas and GoP

2007-04-10 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote:
 Either cyclone or maxlib.  I didn't know that zexy had one.

me neither ;-)

i guess federivo is referring to iemlib's [speedlim] which (to my
knowledge) only works with numbers.

mgh.sdft
IOhannes

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas and GoP

2007-04-10 Thread Hans-Christoph Steiner


On Apr 5, 2007, at 8:57 AM, Frank Barknecht wrote:


Hallo,
Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:


I would love to be able to use gcanvas for GoP objects.  But it
doesn't seem to work with GoP.  It's very handy to put a gcanvas
behind something like an array to get the click data.  Maybe someone
could tell me another way to do this?  data structures?


Data structures not yet, AFAIK. But you can use [iem_event] or [ivnt]
instead of [gcanvas]. It properly works with GOP on pd-0.40 and
probably with earlier Pds as well.


I made something with [tot] from toxy, but it seems to fight with the  
mouse interaction of arrays:




mouse_region-help.pd
Description: Binary data


mouse_region.pd
Description: Binary data


.hc



Ciao
--  
 Frank Barknecht _ __footils.org_ __goto10.org__


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list





 



kill your television


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gcanvas and GoP

2007-04-05 Thread Frank Barknecht
Hallo,
Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:

 I would love to be able to use gcanvas for GoP objects.  But it  
 doesn't seem to work with GoP.  It's very handy to put a gcanvas  
 behind something like an array to get the click data.  Maybe someone  
 could tell me another way to do this?  data structures?

Data structures not yet, AFAIK. But you can use [iem_event] or [ivnt]
instead of [gcanvas]. It properly works with GOP on pd-0.40 and
probably with earlier Pds as well.

Ciao
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] gcanvas and GoP

2007-04-03 Thread Hans-Christoph Steiner

I would love to be able to use gcanvas for GoP objects.  But it  
doesn't seem to work with GoP.  It's very handy to put a gcanvas  
behind something like an array to get the click data.  Maybe someone  
could tell me another way to do this?  data structures?

Here's an example of what I would like to do in a GoP (download both  
files and open double_linear-help.pd, and click-n-drag on the grey  
array):

http://pure-data.cvs.sourceforge.net/*checkout*/pure-data/externals/ 
mapping/double_linear.pd

http://pure-data.cvs.sourceforge.net/*checkout*/pure-data/externals/ 
mapping/help/double_linear-help.pd

.hc

 


I spent 33 years and four months in active military service and  
during that period I spent most of my time as a high class muscle man  
for Big Business, for Wall Street and the bankers.  - General  
Smedley Butler



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list