Dear PD users
First my excuses for the silly question, but is quite important for me. Can someone tell me if there is a way to quit PD through a message like (; pd quit) with a dialogue box requesting if I really want to quit, and not suddendly like it happens?
Thanks in advance, Gilberto Bernardes
www.bernardes7.googlepages.com
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver offline. Conheça o MSN Mobile! http://mobile.live.com/signup/signup2.aspx?lc=pt-br
i don't think it is a silly question.
afaik, there isn't anything like that already built-in. but it is quite feasible to program it yourself in pd.
i assume, that you have some event, that is supposed to trigger pd to quit. instead of directly sending the message 'quit' to pd, you pop up a subpatch [pd quitdialog] by sending a message 'vis 1' to [s pd-quitdialog]. this subpatch [pd quitdialog] contains a comment 'do you really want to quit?' and two buttons, one labelled 'yes' and the other labelled 'no'. the yes-button triggers the message 'quit'->[s pd] and the no-button triggers the message 'vis 0'->[s pd-quitdialog] in order to close the window.
roman
On Fri, 2008-04-18 at 21:25 +0100, gilberto bernardes wrote:
Dear PD users
First my excuses for the silly question, but is quite important for me. Can someone tell me if there is a way to quit PD through a message like (; pd quit) with a dialogue box requesting if I really want to quit, and not suddendly like it happens?
Thanks in advance, Gilberto Bernardes
www.bernardes7.googlepages.com
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver offline. Conheça o MSN Mobile! Crie já o seu! _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
Hallo, gilberto bernardes hat gesagt: // gilberto bernardes wrote:
First my excuses for the silly question, but is quite important for me. Can someone tell me if there is a way to quit PD through a message like (; pd quit) with a dialogue box requesting if I really want to quit, and not suddendly like it happens?
[; pd verifyquit(
Check m_glob.c for more possibilites. Those are internal messages that aren't cast in stone, though, so use at your own risk.
Frank Barknecht _ ______footils.org__
On Sat, 2008-04-19 at 13:26 +0200, Frank Barknecht wrote:
Hallo, gilberto bernardes hat gesagt: // gilberto bernardes wrote:
First my excuses for the silly question, but is quite important for me. Can someone tell me if there is a way to quit PD through a message like (; pd quit) with a dialogue box requesting if I really want to quit, and not suddendly like it happens?
[; pd verifyquit(
Check m_glob.c for more possibilites. Those are internal messages that aren't cast in stone, though, so use at your own risk.
oh.. thanks.
much simpler than what i proposed.
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
It's:
; pd verifyquit
cheers Miller
On Fri, Apr 18, 2008 at 09:25:47PM +0100, gilberto bernardes wrote:
Dear PD users
First my excuses for the silly question, but is quite important for me. Can someone tell me if there is a way to quit PD through a message like (; pd quit) with a dialogue box requesting if I really want to quit, and not suddendly like it happens?
Thanks in advance, Gilberto Bernardes
www.bernardes7.googlepages.com
Receba GR?TIS as mensagens do Messenger no seu celular quando voc? estiver offline. Conhe?a o MSN Mobile! http://mobile.live.com/signup/signup2.aspx?lc=pt-br _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list