Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!!
José (the snorer)
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
If you want a popup menu, you probably want [popup].
.hc
On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote:
Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!!
José (the snorer)
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more
direct solution... It may sound small in theory, but it in practice,
it can change entire economies. - Amy Smith
Thanks Hans...ill try...
José
2010/12/18 Hans-Christoph Steiner hans@at.or.at:
If you want a popup menu, you probably want [popup].
.hc
On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote:
Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!!
José (the snorer)
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
Hi Hans, thanks a lot, solved... Works fine!
José
2010/12/18 Jose Luis Santorcuato santorcuato76@gmail.com:
Thanks Hans...ill try...
José
2010/12/18 Hans-Christoph Steiner hans@at.or.at:
If you want a popup menu, you probably want [popup].
.hc
On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote:
Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!!
José (the snorer)
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
...or [widget popup SomeName] from toxy - my preference because the font and the box size can be set very neatly (see the help browser: Pure Data/examples/toxy/popup-test.pd)
Andras
On Sat, Dec 18, 2010 at 8:47 PM, Hans-Christoph Steiner hans@at.or.atwrote:
If you want a popup menu, you probably want [popup].
.hc
On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote:
Hello list, I wondered if there was any object as umenu or ubumenu , i
know, I can make lists but would like something faster ... Greetings!!
José (the snorer)
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, 2010-12-18 at 11:47 -0800, Hans-Christoph Steiner wrote:
If you want a popup menu, you probably want [popup].
.hc
Except with the omission of the flatspace from the latest svn, you can't (instead the popup invoked is an abstraction from iemlib which BTW is missing pop and thus does not work in and of itself).
That said popup is very buggy to begin with (e.g. you cannot move it once it is created, its preferred color does not appear until it has had at least one mouseover followed by a mouse-off, etc.), hence I would hardly recommend it.
Ico
On Dec 18, 2010, at 1:45 PM, Ivica Ico Bukvic wrote:
On Sat, 2010-12-18 at 11:47 -0800, Hans-Christoph Steiner wrote:
If you want a popup menu, you probably want [popup].
.hc
Except with the omission of the flatspace from the latest svn, you
can't (instead the popup invoked is an abstraction from iemlib which BTW is missing pop and thus does not work in and of itself).That said popup is very buggy to begin with (e.g. you cannot move it once it is created, its preferred color does not appear until it has
had at least one mouseover followed by a mouse-off, etc.), hence I would hardly recommend it.
I really should finish the tkwidgets library... that said, trunk is
not necessarily representative of what the release looks like. If
anyone wants to take on the maintenance of flatspace, then it could be
in the next release. I prefer to focus my efforts on a better widget
library.
.hc
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
I really should finish the tkwidgets library... that said, trunk is
not necessarily representative of what the release looks like. If
anyone wants to take on the maintenance of flatspace, then it could be
in the next release. I prefer to focus my efforts on a better widget
library..hc
Speaking of which, where does the release tree live in terms of SVN checkout? Also, any idea why iemlib/popup.pd is not working? Is this a defunct object? It is looking for a pop object and that is nowhere to be found as a source/binary/abstraction.
Ico
On Dec 18, 2010, at 2:08 PM, Ivica Ico Bukvic wrote:
I really should finish the tkwidgets library... that said, trunk is not necessarily representative of what the release looks like. If anyone wants to take on the maintenance of flatspace, then it could
be in the next release. I prefer to focus my efforts on a better widget library..hc
Speaking of which, where does the release tree live in terms of SVN checkout? Also, any idea why iemlib/popup.pd is not working? Is this a defunct object? It is looking for a pop object and that is nowhere
to be found as a source/binary/abstraction.Ico
I just updated this, hopefully its clear:
http://puredata.info/docs/developer/GettingPdSource
.hc
"A cellphone to me is just an opportunity to be irritated wherever you
are." - Linus Torvalds
Speaking of which, where does the release tree live in terms of SVN checkout? Also, any idea why iemlib/popup.pd is not working? Is this a defunct object? It is looking for a pop object and that is nowhere
to be found as a source/binary/abstraction.Ico
I just updated this, hopefully its clear:
http://puredata.info/docs/developer/GettingPdSource
.hc
OK, thanks. Now, what about the iemlib/popup problem?
=)
Thanks friends....
Best regards from Chile
José
2010/12/18 Ivica Ico Bukvic ico@vt.edu:
Speaking of which, where does the release tree live in terms of SVN checkout? Also, any idea why iemlib/popup.pd is not working? Is this a defunct object? It is looking for a pop object and that is nowhere to be found as a source/binary/abstraction.
Ico
I just updated this, hopefully its clear:
http://puredata.info/docs/developer/GettingPdSource
.hc
OK, thanks. Now, what about the iemlib/popup problem?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, 2010-12-18 at 17:32 -0500, Ivica Ico Bukvic wrote:
any idea why iemlib/popup.pd is not working? Is this a
defunct object? It is looking for a pop object and that is nowhere
to be found as a source/binary/abstraction.
Please allow me to redirect the same question to the rest of the community, particularly iemlib maintainers. Any ideas? Is this simply a defunct abstraction?
Ico