Issue 56432 - MsgBox blocks IDE
Summary: MsgBox blocks IDE
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-22 11:04 UTC by jkon
Modified: 2013-02-24 21:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jkon 2005-10-22 11:04:29 UTC
A MsgBox blocks the OOo Basic IDE. This causes that a macro like

while true
MsgBox "Hi"
wend

cannot be aborted. As the IDE functions as a debugger it should never be blocked.
Comment 1 stephan.wunderlich 2005-10-31 16:54:49 UTC
mmm ... that is the expected behaviour ... message boxes are application modal
and so nothing can be done before the message box has been confirmed.

setting ab on cc in case he want to add something :-)
Comment 2 stephan.wunderlich 2005-11-07 13:35:09 UTC
closing