How to pass a message to a substack (or back)?

2005-08-26 Thread Gajo Csaba
Hi, I have the main stack, and when I want to add a new item to a list a new dialog/substack is opened. Here the user can enter some information, and when he clicks on the OK button I want to send that information back to the main stack, so it would appear in the list. How can I do it? I tr

Re: How to pass a message to a substack (or back)?

2005-08-26 Thread Eric Chatonet
Hi Gabo, You could check the following entries in the docs: modal - command dialogData - property This combination will let you to run a handler displaying a custom window (using the modal command) where the user will have to make a choice to go on, then get back his choice (using the dialo

RE: How to pass a message to a substack (or back)?

2005-08-26 Thread Lynch, Jonathan
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gajo Csaba Sent: Friday, August 26, 2005 1:23 PM To: use-revolution@lists.runrev.com Subject: How to pass a message to a substack (or back)? Hi, I have the main stack, and when I want to add a new item to a l

Re: How to pass a message to a substack (or back)?

2005-08-26 Thread Klaus Major
Hi Gajo, Hi, I have the main stack, and when I want to add a new item to a list a new dialog/substack is opened. Here the user can enter some information, and when he clicks on the OK button I want to send that information back to the main stack, so it would appear in the list. this is a list