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