Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > AutoPlay Media Studio 4.0 > AutoPlay Media Studio 4.0 Examples

 
 
Thread Tools Display Modes
  #1  
Old 10-10-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
PROBLEM: AMS40 Crashes With Page.HideObject and Dialog.MessageBox

PROBLEM: AMS40 Crashes With Page.HideObject and Dialog.MessageBox

PROBLEM: AMS40 Crashes With Page.HideObject and Dialog.MessageBox

Document ID: IR04048
The information in this article applies to:
  • AutoPlay Media Studio 4.0

SUMMARY

This 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.

DISCUSSION

If 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");
%Result% = Dialog.MessageBox("Title", "Message", Ok, Question);

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);
Page.HideObject("MediaPlayer1");

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 05:20 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software