Announcement

Collapse
No announcement yet.

SOOOO close but SOOOO far...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SOOOO close but SOOOO far...

    My Experiment:
    User actions:
    Uses Expired CD...
    Have dialog telling them its gone bad
    then they click ok and another askes them
    "You interested in..."
    YES/NO
    Upon "YES"...
    3rd box, asking if "ARE YOU CONNECTED TO THE INTERNET?"
    Upon "YES" open url
    "You interested in..."
    YES/NO
    Upon "NO"
    closes AMS

    My set up so far:
    Project/Settings/Actions :
    Startup:

    Read From Reg = %RegVar% Default=FALSE
    (THEN THE KEY IT LOOKS FOR)
    Show Message = Capt-Expired Mess-Its expired
    Close/Exit = %RegVar% = FALSE

    ShutDown:

    YES/NO = %MyVar% Capt:Attention Mes-Interested...

    YES/NO = %MyVar2% Capt=Connect Mes-R U

    Open URL - http://www.indigorose.com
    RUN = MAX
    Boolean = %MyVar2% = YES

    Close/Exit - Boolean = %MyVar% = NO

    Why wont it work?

    Its saying this...
    user uses cd that is expired...dialog says "NO GOOD" they click "OK"...another dialog asked them if they are interested in services? Yes will ask if they are connected to the internet, yes again will open url
    If they choose NO from interested in services, then AMS will close. But it doesnt, it still goes are you connected...

    What am I missing?



    ------------------
    Just Some Thoughts...


  • #2
    Re: SOOOO close but SOOOO far...

    I think I see what you did wrong. You need to set the boolean on "Are you connected" to run ONLY if %MyVar%=Yes. Otherwise, it automatically runs the next step in the process, which is "Are you Connected" (%MyVar2%). Also, make sure your Exit command is set to run if either of the 2 variables = No. Set up 2 different boolean conditions, one for each variable.


    [This message has been edited by Jito463 (edited 11-27-2001).]

    Comment


    • #3
      Re: SOOOO close but SOOOO far...

      Startup:

      Read From Reg = %RegVar% Default=FALSE
      (THEN THE KEY IT LOOKS FOR)
      Show Message = Capt-Expired Mess-Its expired
      Close/Exit = %RegVar% = FALSE

      ShutDown:

      YES/NO = %MyVar% Capt:Attention Mes-Interested...

      YES/NO = %MyVar2% Capt=Connect Mes-R U

      Open URL - http://www.indigorose.com
      RUN = MAX
      Boolean = %MyVar2% = YES

      Close/Exit - Boolean = %MyVar% = NO

      To get it correct...just set the last
      Close/Exit - Boolean - %MyVar2% = NO

      HEHE I figured it out after I posted here last night...

      Thanks Jito !

      Man, I love this place and this software !


      ------------------
      Just Some Thoughts...

      Comment

      Working...
      X