Thomas wrote: > Is there any other way to generate a dialog/window/frame with a > ShowModal method which returns immediately, but the dialog/window/frame > should stay modal until I call another method? Try frame.MakeModal. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!