Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Posts
    3

    Huh? Preview/Build Closes on a page click

    When I preview or build my project as soon as I click on the fifth page, the preview closes. The build does the same. I have no event to close selected and can see nothing wrong on the page in question. None of the pages indexed after that page will display either. Any ideas??

  2. #2
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    Well, you have something hiding in there somewhere. Can you post your project file and we can take a look?

  3. #3
    Join Date
    Oct 2005
    Posts
    3
    I'm trying to upload but it doesnt seem to be working

    i even tried removing the effected pages and recreating them but I still get the same issue. The problem page is number 5, Move Ins.



    Quote Originally Posted by rhosk
    Well, you have something hiding in there somewhere. Can you post your project file and we can take a look?

  4. #4
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    How large is this file? Make sure that you export as a APZ.

    Put this in your Global Functions -

    function QueryAllowProjectClose()
    result = Dialog.Message("Exit Application?", "Are you sure you want to exit?", MB_YESNO, MB_ICONEXCLAMATION, MB_DEFBUTTON1);

    --the no button was pressed
    if result == 7 then
    --cancel exit
    return false;
    else
    --allow exit
    return true;

    end
    end

    If it's an Appication.Exit call, then this message should show up. If it's not, then you definitely have a crash issue and maybe should contact support.

    Without knowing a single detail about your project, there's nothing we can do.

  5. #5
    Join Date
    Oct 2005
    Posts
    3
    Thanks Ron. It seems to happen even when i start a new project so it seems I may have a larger issue at hand. Will contact support. Appreciate your help!

  6. #6
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    You could always try a reinstall. In any event, the support folks will have you up and running again in no time. If able, let us know the outcome.

Similar Threads

  1. Menu Tree
    By Seville in forum AutoPlay Media Studio 6.0
    Replies: 24
    Last Post: 05-03-2006, 09:36 AM
  2. How can I know the FS Command name of a movie???
    By yoske in forum AutoPlay Media Studio 5.0
    Replies: 27
    Last Post: 01-01-2005, 10:39 PM
  3. Is there a way to go to next page easier?
    By christywalter in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 11-11-2004, 02:37 PM
  4. Setting Page Transition Effects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:08 PM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts