That's really nice! Unfortunately when your abstraction initializes itself, something you are doing is setting the dirty flag. This means for each instance you'll get a dialog asking if you want to save the changes. (I think it's because you are sending a donecanvasdialog message to a canvas somewhere.)
This is on Pd version 0.42.5-extended in Ubuntu Hardy. I think matju has an object called [#many] in Gridflow that is an abstraction that dynamically creates GUI content on a GOP. I can't remember if it sets the dirty flag or not-- if not, you might see how he does it and use whatever method he uses. -Jonathan --- On Wed, 9/22/10, Hans-Christoph Steiner <[email protected]> wrote: > From: Hans-Christoph Steiner <[email protected]> > Subject: Re: [PD] [Pd-announce] mediagrid v0.1 > To: "[email protected] List" <[email protected]> > Date: Wednesday, September 22, 2010, 11:34 PM > > Wow, the GUI is impressive, that's Pd? Downloading > now. You should post this on the library downloads > page: > > http://puredata.info/community/projects/software/ > > Also, you don't need httpS, http just works and without the > certificate warning: > > http://code.autistici.org/trac/planetQ/wiki/mediagrid > > .hc > > On Sep 22, 2010, at 2:10 PM, Husk 00 wrote: > > > Hi list, > > just to share this abstraction I'm using in my recent > patches. > > Mediagrid is a graphical file chooser. > > It is based on videogrid external from Sergi Lario and > Lluis Gomez i Bigorda. > > Apart to be an abstraction and not an external, the > main difference is > > that mediagrid is cross-platform and you can manage > audio file also > > and no just video or images. > > Here more infos and download: > > https://code.autistici.org/trac/planetQ/wiki/mediagrid > > > > cheers > > husk > > > > > > --when Art become pratical > > we call it technology. > > > > When Technology become useless > > we call it Art > > > > www.estereotips.net > > > > _______________________________________________ > > Pd-announce mailing list > > [email protected] > > http://lists.puredata.info/listinfo/pd-announce > > > ---------------------------------------------------------------------------- > > I hate it when they say, "He gave his life for his > country." Nobody gives their life for anything. > We steal the lives of these kids. -Admiral Gene > LeRocque > > > _______________________________________________ > [email protected] > mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
