Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    4

    Mysterious screen-problem

    Hello!
    In my SF-project I've added different screens in this order:
    ID - Type
    ..
    Select Install Folder - Select Install Folder
    Select Install Typ - Radio Button
    Select Server Pfad - Select Install Folder
    Select Shortcut Folder - Select Shortcut Folder
    ..

    Sometimes then I click on the "Back"-Button in the screen "Select Install Typ", the screen "Select Shortcut Folder" appears!! I don't know why! Here's the Original-Debugger-Code:
    *** LOCATION: Select Install Typ > On Preload
    [1]: ServerPfadScreen = true;
    [3]: sAppFolder = SessionVar.Expand("%AppFolder%");
    [4]: Dialog.Message("InstallationsPfad: ",sAppFolder);

    *** LOCATION: Select Install Typ > On Back
    [1]: Screen.Back();

    *** LOCATION: Select Server Pfad > On Ctrl Message
    [0]: local e_CtrlID=801; local e_MsgID=115;local e_Details={Text = "C:\\Programme\\BavaRIS\\S-Projekt";};

    Sometimes then I click the Button, it works right, but sometimes also I have to click several times, because of nothing happens:

    *** LOCATION: Select Install Typ > On Preload
    [1]: ServerPfadScreen = true;
    [3]: sAppFolder = SessionVar.Expand("%AppFolder%");
    [4]: Dialog.Message("InstallationsPfad: ",sAppFolder);

    *** LOCATION: Select Install Typ > On Back
    [1]: Screen.Back();

    *** LOCATION: Select Install Typ > On Back
    [1]: Screen.Back();

    *** LOCATION: Select Install Typ > On Back
    [1]: Screen.Back();

    *** LOCATION: Select Install Folder > On Ctrl Message
    [0]: local e_CtrlID=801; local e_MsgID=115;local e_Details={Text = "C:\\Programme\\BavaRIS";};


    I don't know what's going on there ?!?

    Bernd Krämer

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    scholdofl,

    I have never come across this to date. Is the only action "On Back" Screen.Back();? You can attach a sample project that demonstrates this behavior and I will look into it for you.

    Adam Kapilik

Similar Threads

  1. problem of full screen!
    By major117 in forum Setup Factory 7.0
    Replies: 2
    Last Post: 12-30-2004, 03:00 AM
  2. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  3. HOWTO: Install a Screen Saver
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-27-2002, 01:35 PM
  4. Screen size problem
    By ace in forum AutoPlay Menu Studio 3.0
    Replies: 4
    Last Post: 02-20-2002, 02:23 PM
  5. Problem with Select Install Folder screen
    By pschepeler in forum Setup Factory 6.0
    Replies: 2
    Last Post: 12-28-2001, 01:27 PM

Posting Permissions

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