It's not quite as easy - the user doesn't exactly select a "page" but a "task to do", which is why I needed some description that can only go next to a radio button or similar. It just happens that each task fits on one page, so I've simply used hidden tabs.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of David Smith Sent: 20 October 2005 20:00 To: [email protected] Subject: RE: [delphi-en] mysterious form behaviour No offense but that is the most convoluted use of a page control I have ever heard. Why don't you just let them use the tabs to select whatever page they want to display? If the tabs are hidden then put the radio button outside of the page control (like on a panel above the page control). This is so non-intuitive that I can imagine all kinds of extraenous behavior would ensue. DJS > > -----Original Message----- > > From: [email protected] > > [mailto:[EMAIL PROTECTED] On Behalf Of > Brigitte Spatz > > Sent: Thursday, October 20, 2005 5:54 PM > > To: [email protected] > > Subject: [delphi-en] mysterious form behaviour > > > > > > I have a form that is created at runtime. It > contains a page control > > with four pages, one of which is a selection > (radio group) where the > > user selects which of the other three pages to > display. The selection > > page is displayed every time one of the other > three has been shown and > > the user clicks the Continue button. There's also > a Cancel button. Now > > for some completely mysterious reason the form > closes when > > the selection > > page is displayed after one specific page has been > displayed but not > > after the other two have been displayed. There's > nothing in the code > > that would call Close or CancelButtonClick (which > contains Close, but > > I've put a breakpoint in there and as expected the > method wasn't > > executed), so I haven't got the faintest idea why > on earth the form > > closes at this specific instance. The selection > page's OnShow code is > > still exectued (I've put a ShowMessage in there). > > > > Has anybody ever heard of anything like this? > > > > TIA. > > > > Brigitte > > __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

