Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, Mike Moser-Booth wrote: If you send a [dirty 0( message after the [donecanvasdialog( one, you can prevent the save changes dialog from popping up. You're also preventing it if it were supposed to pop up. If you want to preserve the dirty-flag in its same state, you need e

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mike Moser-Booth
If you send a [dirty 0( message after the [donecanvasdialog( one, you can prevent the save changes dialog from popping up. .mmb On Sat, Feb 19, 2011 at 2:23 PM, patko wrote: >  There is another thing about this feature I'd like to flag, dunno if I have > to create a new topic for this > >  

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
Allright I've got it from canvas_coords() in g_canvas.c and arguments are appearing in this order: [coords xFrom yFrom xTo yTo xWidth yHeigth GraphMe Xmargin Ymargin( | [s mysubpatch] It's far better than donecanvasdialog method ! - "Mathieu Bouchard" a écrit : > On Sat, 19 Feb 2011, pa

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: - "Mathieu Bouchard" a écrit : That might have been the reason why I used the "coords" method instead. where this method is documented? In the source code. ___ | Mathieu Bouchard

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
- "Mathieu Bouchard" a écrit : > On Sat, 19 Feb 2011, patko wrote: > > > When the donecanvasdialog message has been sent to my subpatch in > > runtime, if I close the patch I have a message appearing for saving > > > changes in the patch, like if I used the properties dialog box, > that's

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: When the donecanvasdialog message has been sent to my subpatch in runtime, if I close the patch I have a message appearing for saving changes in the patch, like if I used the properties dialog box, that's a bit annoying because the patch isn't supposed to save

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
There is another thing about this feature I'd like to flag, dunno if I have to create a new topic for this When the donecanvasdialog message has been sent to my subpatch in runtime, if I close the patch I have a message appearing for saving changes in the patch, like if I used the properti

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: Allright I've understood, to make it clear, if graphme = 0 it doesn't graph on parent if graphme is 1 it graph on parent but display name and arguments, and then, if graphme is 2 or 3 it does graph on parent and hides name and argument Yeah, and for reaso

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- "Mathieu Bouchard" a écrit : > On Sat, 19 Feb 2011, patko wrote: > > - "Mathieu Bouchard" a écrit : > >> On Sat, 19 Feb 2011, patko wrote: > >>> I'm wondering why this argument is missing, any idea? > >> _Where_ is that argument missing ? > > in properties dialog box there are setting

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Jonathan Wilkes
It has been assimilated into "GraphMe". Possible values are: 0 - no gop 1 - gop 2 - gop + hide object name and args -Jonathan ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: - "Mathieu Bouchard" a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box there are settings we can handle with donecanvasdialog message where argum

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- "Mathieu Bouchard" a écrit : > On Sat, 19 Feb 2011, patko wrote: > > > I'm wondering why this argument is missing, any idea? > > _Where_ is that argument missing ? in properties dialog box there are settings we can handle with donecanvasdialog message where arguments can be set in this

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC

[PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
Hello, I'm wondering why this argument is missing, any idea? -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list