On Thursday 29 January 2004 1:59 pm, Steve Wampler wrote: > This is with Unicon 11.0beta... > > I'm having a problem with Dialog 'popups' when trying to use > the show() method. After the popup is displayed I can enter > events in the original dialog window, but events in the > popup dialog are ignored. Switching to using show_modal() > instead of show() allows the events in the popup dialog > to be processed, but of course prevents events from > being processed in the original dialog. > > What am I missing? How can I have a program open multiple > dialog boxes and accept events in all of them? > > Thanks! > Steve Hi Steve
I think what you want is show_modeless(d) where d is the parent dialog - don't call show() directly. Cheers R ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
