View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005637 | MMW v4 | Framework: Scripts/Extensions | public | 2009-05-20 21:43 | 2010-10-10 02:03 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Fixed in Version | 4.0 | ||||
Summary | 0005637: MsgBox and CommonDialog from scripts are always modeless | ||||
Description | As described at: http://www.mediamonkey.com/forum/viewtopic.php?p=188376#p188376 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1301 | ||||
related to | 0006227 | new | Error message dialog is sometimes hidden. |
|
Fixed the CommonDialog ( http://www.mediamonkey.com/wiki/index.php/SDBCommonDialog ) problem described by ZvezdanD: - install the Magic Nodes script; - go to Edit / Magic Nodes Export/Import; - click on the File; - click on the "..." button on the right side; - when the new "Select a file..." dialog box appears, click on the previous dialog box (Magic Nodes Export/Import) -> you could easily cover the "Select..." dialog box with the "Export/Import" dialog box. However, this is not only problem. More serious problem is a fact that you could click again on the "..." button and you would get another "Select a file..." dialog box, as many times as you click on it. Fixed in build 1301. For SDB.MessageBox ( http://www.mediamonkey.com/wiki/index.php/ISDBApplication::MessageBox ) problem doesn't seem to appear. |
|
> For SDB.MessageBox problem doesn't seem to appear. You are wrong. Here is the sample script, you should click on Edit/MsgBox Test: Sub OnStartUp() Dim mnuTest Set mnuTest = SDB.UI.AddMenuItem(SDB.UI.Menu_Edit, 0, 0) mnuTest.Caption = "MsgBox Test" mnuTest.UseScript = Script.ScriptPath mnuTest.OnClickFunc = "Test" End Sub Sub Test(Item) MsgBox "MsgBox test" End Sub |
|
Uh, sorry. I saw just now that you are mentioning SDB.MessageBox. Yes, you are right, that dialog is fine, but I was talking about MsgBox system dialog box. |
|
Verified 1315 |