Another Win32::GUI newbie question incoming... I'm trying to pop up a DialogBox over my main app window. If I specify a "-parent" option it does the right thing - staying on top of the main app. But tab navigation doesn't work within the dialog... unless I get rid of the "-parent" option.
I'm doing the right things for tab navigation: setting "-tabstop" for the components and, for that matter, setting a "-default" and a "-cancel" component. And those things work if I create the DialogBox without a parent. But none of them works if I create the DialogBox with a parent. What am I missing here? Nathan Meyers [EMAIL PROTECTED]