----- Mail original -----
De: "Mathieu Bouchard" matju@artengine.ca Objet: Re: [PD] pdx problem with tk externals
Le 2012-05-21 à 14:15:00, Patrice Colet a écrit :
Just found out that [#many] on win32 have to be in an opened window otherwise pd gives an error message, and then all the gui objects doesn't work anymore, they send data as they are clicked but doesn't show any value change. I still don't know why tof/menubutton is erroneous under pdx, the outlet just doesn't work, flatgui/popup seems okay in fact.
[#many] est une abstraction qui n'utilise rien qui puisse être vraiment spécifique à win32. Ça me porterait fortement à croire que [#many] n'est pas réellement en cause dans ce problème.
Please gridflow users can you try attached patch and tell if there is an error? Thank you.
Je pense en effet que [#many] ne fait que mettre en exergue un des problèmes dans la partie client de pdx lorsque que [#many] est 'fermé' dans une abstraction à l'ouverture. C'est la raison pour laquelle j'ai indiqué pdx dans le titre, j'ai attaché les patchs erratiques, que se passe-t'il sur les autres plateformes avec ces patches? Moi j'ai une erreur tcl que je ne peux copier d'ailleurs depuis la console...
L'erreur dit en résumé qu'il ne trouve pas le patch: "INVALID command name .x2345678.c ..." ensuite ya plus rien qui marche normalement, il faut relancer...
Je ne peux tester gridflow sur vanilla malheureusement. Merci Mathieu d'avoir répondu.
Hi all,any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)?Thanks! Josep M
Perhaps a canvas ?
J
On May 23, 2012, at 11:34 AM, Jeppi Jeppi jeppiot@hotmail.com wrote:
Hi all, any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)? Thanks!
Josep M _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 23/05/12 16:34, Jeppi Jeppi wrote:
Hi all,any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)?Thanks!
If you only need display (no editing/input), set the label of a canvas, and adjust the properties to set font/size. Beware characters like $#%{}[]"' which might cause weird issues (though, I haven't tested recently, so any issues there might have been may be fixed - and I can't remember exactly which ones I had problems with in the past...).
Josep M
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote:
Hi all, any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)? Thanks!
Yup, send the message 'label yoursymbol' to any of the iemguis. I often use [cnv] for exactly this purpose.
Roman
Great idea, thanks :)josep
From: reduzent@gmail.com To: pd-list@iem.at Date: Wed, 23 May 2012 17:56:30 +0200 Subject: Re: [PD] bigger symbols
On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote:
Hi all, any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)? Thanks!
Yup, send the message 'label yoursymbol' to any of the iemguis. I often use [cnv] for exactly this purpose.
Roman
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list