Ask dialog with multiple button choices

2008-06-21 Thread Bill Vlahos
The ask dialog prompts the user to enter text but then can only "Cancel" and "OK"? The answer dialog supports multiple buttons but I can't prompt the user to enter text in it. What I want to do is allow the user to: Cancel Update the info Update the info and go to th

Re: Ask dialog with multiple button choices

2008-06-21 Thread Jim Ault
On 6/21/08 1:41 PM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote: > The ask dialog prompts the user to enter text but then can only > "Cancel" and "OK"? > > The answer dialog supports multiple buttons but I can't prompt the > user to enter text in it. > > What I want to do is allow the user to: > Can

Re: Ask dialog with multiple button choices

2008-06-21 Thread Stephen Barncard
Build your own. It is a surprisingly logical process and not that hard to do. And you'll get to rig it just the way you want and it might look better too.. check out the 'dialogdata' property for modals. A single array is a possibility for more complex dialogs. Put the openstack handler in th