Dave Hayes <dave@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 events? A modal dialog is intended, by design, to block all other processing. Are you sure you want a modal dialog in the first place? -- JohanThread Previous | Thread Next