|
Thanks Nello, I think I understand what you're saying, but I'm unsure how to accomplish this.
What happens is that when I do an automatic email (from within my app), my screen changes to the Outlook screen. (XP brings up messages warning that a program is using Outlook and it could be a virus etc). Then my program does a MessageDlg('fax now sent to fax queue'.... Command. However, now the focus is on Outlook, so a task item for the dialog is created on the task bar. If I go to the task bar and click on my main app icon (not on the dialog task), then it "appears" as though my app has bombed when in fact the MessageDlg is sitting on the task bar waiting to be Ok'ed.
Any ideas?
Thanks.
Dave Jollie Tower NZ IT 09 368 4259
-----Original Message-----
if i'm following this correctly, i think the problem is that the "fax sent... " dialog is modal - so it blocks all keystroke/mouse input sent to the main window of the app.
one way to get around this (if it's your app) is to make that dialog modeless - and then enforce the "modal" features that you want (for example not allowing the user to do anything else until they cancel the dialog).
If the dialog is modeless - then taskbar clicks and attempts to click into the main application window will work as expected.
|
- [DUG]: Windows quirks and inexperienced users Dave . Jollie
- Re: [DUG]: Windows quirks and inexperienced users Nello Sestini
- RE: [DUG]: Windows quirks and inexperienced users Conor Boyd
- RE: [DUG]: Windows quirks and inexperienced users Dave . Jollie
- RE: [DUG]: Windows quirks and inexperienced users James Sugrue
- RE: [DUG]: Windows quirks and inexperienced users Dave . Jollie
