Re: [PD] list item picker widget

2021-02-27 Thread Ingo Stock
Hi, here is menu by Pierre Guillot: https://forum.pdpatchrepo.info/topic/10867/a-menu-made-with-the-graphical-data-structures. Cheers Ingo On 11.02.21 13:37, Roman Haefeli wrote: > Hi > > I'm curious what types of list item pickers widgets exist in Pd realm. > I imagine a widget that lets you

Re: [PD] list item picker widget

2021-02-21 Thread João Pais
I mean there is no way to detect hovering or a mouse key release. I think there's [mousestate] or maybe something in one of the iem libraries (?), and if I remember correctly, structs can declare if a mouse is over them. I don't know how to make a struct report mouse hovering. If it is

Re: [PD] list item picker widget

2021-02-21 Thread Roman Haefeli
On Fri, 2021-02-12 at 09:31 +0100, João Pais wrote: > > > I mean there is no way to detect > > hovering or a mouse key release. > > I think there's [mousestate] or maybe something in one of the iem > libraries (?), and if I remember correctly, structs can declare if a > mouse is over them. I

Re: [PD] list item picker widget - [declare] lib paths

2021-02-16 Thread Dan Wilcox
d-List mailto:pd-list@lists.iem.at>> > Subject: Re: [PD] list item picker widget - [declare] lib paths > Message-ID: <mailto:f592ac96dd0de66fa4679b609eb2e7096e9e2864.ca...@gmail.com>> > Content-Type: text/plain; charset="utf-8" > > Thanks for the ful

Re: [PD] list item picker widget - [declare] lib paths

2021-02-16 Thread Roman Haefeli
ts.iem.at wrote: > > > > Message: 2 > > Date: Tue, 16 Feb 2021 10:33:52 +0100 > > From: João Pais > > To: pd-list@lists.iem.at > > Subject: Re: [PD] list item picker widget - [declare] lib paths > > Message-ID: > > Content-Type: text/plain; charset=ut

Re: [PD] list item picker widget - [declare] lib paths

2021-02-16 Thread Dan Wilcox
2 > Date: Tue, 16 Feb 2021 10:33:52 +0100 > From: João Pais mailto:jmmmp...@gmail.com>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: Re: [PD] list item picker widget - [declare] lib paths > Message-ID: <mailto:e362b696-301a-ee0d-e4d9-a5db6ee32...@gmail.com&

Re: [PD] list item picker widget - [declare] lib paths

2021-02-16 Thread João Pais
I'm not quite sure what the canonical declaration style is, -lib/- path or -stdlib/-stdpath. I guess the former will work better for Pd's own default setup. I should say this is true since 0.50 or so. Before that, -stdlib/- stdpath was the common thing to use. What would be then the canonical

Re: [PD] list item picker widget

2021-02-15 Thread Alexandre Torres Porres
Em ter., 16 de fev. de 2021 às 00:17, Alexandre Torres Porres < por...@gmail.com> escreveu: > what I see it happens now is that both need to to click back on the pd > canvas window before you can click on bangs and stuff. > for the record, I didn't see this issue with ceammc's [ui.menu] >

Re: [PD] list item picker widget

2021-02-15 Thread Alexandre Torres Porres
Em seg., 15 de fev. de 2021 às 20:27, Roman Haefeli escreveu: > On Sat, 2021-02-13 at 19:47 -0300, Alexandre Torres Porres wrote: > > what about the compiled externals? > > I only tried [flatgui/popup] and [tof/menubutton]. The former looks tk- > ish and also expands over the patch canvas, which

Re: [PD] list item picker widget

2021-02-15 Thread Roman Haefeli
On Sat, 2021-02-13 at 19:47 -0300, Alexandre Torres Porres wrote: > what about the compiled externals? I only tried [flatgui/popup] and [tof/menubutton]. The former looks tk- ish and also expands over the patch canvas, which is good for large item lists. It's not very customizable, though.

Re: [PD] list item picker widget

2021-02-14 Thread Roman Haefeli
On Sun, 2021-02-14 at 21:59 +0100, Roman Haefeli wrote: > > I'm not quite sure what the canonical declaration style is, -lib/- > path or -stdlib/-stdpath. I guess the former will work better for > Pd's own default setup. I should say this is true since 0.50 or so. Before that, -stdlib/- stdpath

Re: [PD] list item picker widget

2021-02-14 Thread Roman Haefeli
On Sun, 2021-02-14 at 11:21 +0100, João Pais wrote: > > > > > > For [jp.menu] to load properly, I had to [declare -path ggee -path > > list-abs]. I think that could be done within [jp.menu] itself. > > Strange, that should be necessary in my computer as well. I'll have > to > check it. Ok, I

Re: [PD] list item picker widget

2021-02-14 Thread João Pais
you mean to show the dropdown under the selected item, probably repeating it? Is there a "common" software where I could see the behaviour? Is there a common software where I don't see that behaviour? https://en.wikipedia.org/wiki/Drop-down_list I don't think it is such a big deal that we

Re: [PD] list item picker widget

2021-02-14 Thread João Pais
yes, that is a problem. It can be minimized according to the creation order, but from empiric experience in my clicktracker I have 2 dropdown menus very near to other menus and gui elements, which don't get clicked. Somehow that works fine there. I could try to find out why and add it to the

Re: [PD] list item picker widget

2021-02-13 Thread Alexandre Torres Porres
what about the compiled externals? Em sáb., 13 de fev. de 2021 às 17:56, Roman Haefeli escreveu: > On Thu, 2021-02-11 at 15:05 -0300, Alexandre Torres Porres wrote: > > If you want a vanilla dropdown, Henri made one here > > https://github.com/HenriAugusto/guilla > > I found an important

Re: [PD] list item picker widget

2021-02-13 Thread Roman Haefeli
On Thu, 2021-02-11 at 15:05 -0300, Alexandre Torres Porres wrote: > If you want a vanilla dropdown, Henri made one here > https://github.com/HenriAugusto/guilla I found an important difference between [guilla/dropdownMenu] and [jmmmp/jp.menu]. The former uses sliders as buttons while the latter

Re: [PD] list item picker widget

2021-02-12 Thread Roman Haefeli
On Fri, 2021-02-12 at 09:44 +0100, João Pais wrote: > > > you mean something like [jmmmp/jp.menu]? > > Exactly. Thanks for the pointer. That's definitely what I was > > looking > > for. Picking something can be done really quick, which is nice. One > > small caveat: I personally find it confusing,

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
you mean something like [jmmmp/jp.menu]? Exactly. Thanks for the pointer. That's definitely what I was looking for. Picking something can be done really quick, which is nice. One small caveat: I personally find it confusing, when the drop-down covers the selected item. I'd place the drop-down

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. I'm not even so worried about the pain of building, but about how you can make something that feels good and intuitive to use given the limited HID data you get

Re: [PD] list item picker widget

2021-02-11 Thread Alexandre Torres Porres
Em qui., 11 de fev. de 2021 às 21:04, Alexandre Torres Porres < por...@gmail.com> escreveu: > Maybe ceammc has one as it has an unbeatable/extraordinary GUI pack > yeah, ui.menu :) > ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] list item picker widget

2021-02-11 Thread Alexandre Torres Porres
Em qui., 11 de fev. de 2021 às 17:47, Roman Haefeli escreveu: > On Thu, 2021-02-11 at 15:05 -0300, Alexandre Torres Porres wrote: > > If you want a vanilla dropdown, Henri made one here > > https://github.com/HenriAugusto/guilla > > Cool. That's also a nice one. Thanks for mentioning. It doesn't

Re: [PD] list item picker widget

2021-02-11 Thread Roman Haefeli
On Thu, 2021-02-11 at 15:05 -0300, Alexandre Torres Porres wrote: > If you want a vanilla dropdown, Henri made one here > https://github.com/HenriAugusto/guilla Cool. That's also a nice one. Thanks for mentioning. It doesn't even use data structures, just dynamically resized GOP. BTW, the

Re: [PD] list item picker widget

2021-02-11 Thread Roman Haefeli
On Thu, 2021-02-11 at 19:01 +0100, João Pais wrote: > you mean something like [jmmmp/jp.menu]? Exactly. Thanks for the pointer. That's definitely what I was looking for. Picking something can be done really quick, which is nice. One small caveat: I personally find it confusing, when the

Re: [PD] list item picker widget

2021-02-11 Thread Roman Haefeli
On Thu, 2021-02-11 at 16:51 +, Jonathan Wilkes wrote: > It's possible to build one with data structures. There may be one > from me or others on the pd forum. But it's really a pain to build. I'm not even so worried about the pain of building, but about how you can make something that feels

Re: [PD] list item picker widget

2021-02-11 Thread João Pais
you mean something like [jmmmp/jp.menu]? Or to split a list horizontally through a gui? It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. In Purr Data I just made a core object "dropdown" built on the same

Re: [PD] list item picker widget

2021-02-11 Thread Alexandre Torres Porres
If you want a vanilla dropdown, Henri made one here https://github.com/HenriAugusto/guilla Em qui., 11 de fev. de 2021 às 14:05, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> escreveu: > It's possible to build one with data structures. There may be one from me > or others on the pd forum.

Re: [PD] list item picker widget

2021-02-11 Thread Jonathan Wilkes via Pd-list
It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. In Purr Data I just made a core object "dropdown" built on the same simple display that an atom box has. Best,Jonathan On Thursday, February 11, 2021,