Re: Vaiidators

2013-02-13 Thread James Lynes
Johan: Thanks for the hint. I will give it a try. Are validators not used very often? If multiple values need to be returned from a custom dialog, is a hash reference used to return the values or do you use multiple validators? Maybe someone has a complete custom dialog they can post. James

Re: Vaiidators

2013-02-13 Thread James Lynes
Steve: Looks like your example matches up with Johan's suggestion. I'll try a character class. Thanks, for your response. James On Wed, Feb 13, 2013 at 6:36 AM, steveco.1...@gmail.com wrote: I am playing with creating a custom dialog using validators and I seem to have hit a wall. I am

Modality and new windows

2013-02-13 Thread Dave Hayes
Apparently when you call ShowModal(), new frames are disabled just like the parent frame of the dialog. So if I have a dialog invoked with ShowModal() and an event comes along that wants to create a new frame, how can I enable the new frame to receive events? -- Dave Hayes - Consultant -

Re: Modality and new windows

2013-02-13 Thread Johan Vromans
Dave Hayes d...@jetcafe.org writes: Apparently when you call ShowModal(), new frames are disabled just like the parent frame of the dialog. So if I have a dialog invoked with ShowModal() and an event comes along that wants to create a new frame, how can I enable the new frame to receive

Re: Modality and new windows

2013-02-13 Thread Dave Hayes
On 02/13/13 14:41, Johan Vromans wrote: Dave Hayes d...@jetcafe.org writes: Apparently when you call ShowModal(), new frames are disabled just like the parent frame of the dialog. So if I have a dialog invoked with ShowModal() and an event comes along that wants to create a new frame, how can

Re: Vaiidators

2013-02-13 Thread James Lynes
I have a working version and will post it after some sleep. James On Wed, Feb 13, 2013 at 11:21 AM, James Lynes jmlyne...@gmail.com wrote: Steve: Looks like your example matches up with Johan's suggestion. I'll try a character class. Thanks, for your response. James On Wed, Feb 13,