|
#1
|
||||
|
||||
|
PROBLEM: AMS40 Crashes With Page.HideObject and Dialog.MessageBox
PROBLEM: AMS40 Crashes With Page.HideObject and Dialog.MessageBoxDocument ID: IR04048The information in this article applies to:
SUMMARYThis article explains the problem where your application will crash if you use Page.HideObject and Dialog.MessageBox on the On Stop event of your media player object. DISCUSSIONIf you attempt to hide the media player object, and then display a message box as in the following example, your application will generate a runtime error and crash: Page.HideObject("MediaPlayer1"); This is a known bug, and should not be done. Instead, display the message box before you hide the media player object. These actions when implemented as follows will not crash your application: %Result% = Dialog.MessageBox("Title", "Message", Ok, Question); KEYWORDS: AutoPlay Media Studio 4.0, crash, bug, Page, HideObject, Hide, Object, Dialog, MessageBox, Message, Box Last reviewed: October 10, 2003 Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before. WebHelp Guides: AMS | MSIFACT | SUF | TU | VP |
| Thread Tools | |
| Display Modes | |
|
|






Linear Mode
