• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Pop up info

  • Thread starter Thread starter mobo at adelphia.net
  • Start date Start date
M

mobo at adelphia.net

Guest
Is there a way to make AB flag an invalid option when there really is not one? Also, it might be a useful tool to add pop up messages to users in a future version of AB. That way they would have to look at the notes that you deem very important to read. Maybe make them click OK to clear the pop up. Just and ideal Rob.


Thanks,

Keith




[Non-text portions of this message have been removed]


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/IMSolB/TM
---------------------------------------------------------------------~->
 
--- In armybuilder@y..., "Keith" <mobo@a...> wrote:
> Is there a way to make AB flag an invalid option when there really
is not one? Also, it might be a useful tool to add pop up messages
to users in a future version of AB. That way they would have to
look at the notes that you deem very important to read. Maybe make
them click OK to clear the pop up. Just and ideal Rob.
>

You can flag a pop-up when new rosters are created, or you can
specify messages on every printout for a certain race...
Check the info: race attribute

If you use an Augment rule to augment the xx race, you can apply one
info: attribute to all races...
If you have special information that you think should be popped up
before the user chooses a race, you can use the lnch: race attribute.

Is that why you want to flag a validation message? These two
mechanisms may be what you're really after.

Cheers,
Russell
--
Russell Sparkes, rjs@inorbit.com, http://www24.brinkster.com/rjsoz
"Experience is what you get just after you needed it" - Unknown


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/IMSolB/TM
---------------------------------------------------------------------~->
 
I'd like to have a pop up when a unit or option is selected my the user.


Thanks,

Keith


----- Original Message -----
From: "rjsoz" <rjs@inorbit.com>
To: ab@support.wolflair.com
Sent: Tuesday, June 25, 2002 9:36 PM
Subject: [AB] Re: Pop up info


> --- In armybuilder@y..., "Keith" <mobo@a...> wrote:
> > Is there a way to make AB flag an invalid option when there really
> is not one? Also, it might be a useful tool to add pop up messages
> to users in a future version of AB. That way they would have to
> look at the notes that you deem very important to read. Maybe make
> them click OK to clear the pop up. Just and ideal Rob.
> >
>
> You can flag a pop-up when new rosters are created, or you can
> specify messages on every printout for a certain race...
> Check the info: race attribute
>
> If you use an Augment rule to augment the xx race, you can apply one
> info: attribute to all races...
> If you have special information that you think should be popped up
> before the user chooses a race, you can use the lnch: race attribute.
>
> Is that why you want to flag a validation message? These two
> mechanisms may be what you're really after.
>
> Cheers,
> Russell
> --
> Russell Sparkes, rjs@inorbit.com, http://www24.brinkster.com/rjsoz
> "Experience is what you get just after you needed it" - Unknown
>
>
>
> To unsubscribe from this group, email
>
> armybuilder-unsubscribe@egroups.com
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/IMSolB/TM
---------------------------------------------------------------------~->
 
--- In armybuilder@y..., "Keith" <mobo@a...> wrote:
> I'd like to have a pop up when a unit or option is selected my the
> user.

Hmm, fair enough - you wont get that with the current version of AB.
You could insert an option that immediately flags a validation error
as soon as the unit is added to the roster. The user then has to
unselect (or select depending on how you want it setup) the option
to indicate they have read the "pop-up".

You could do this with a type: option attribute and a tloc: unit
attribute like this...
Option:
id=oFlagErr name="Warning Message" attributes=type:FlagError

Unit:
link to oFlagErr=free
internal attributes=dflt:oFlagErr
external attributes=tloc:is=FlagError-msg=feMsgId

Messgae:
id=feMsgId text="You should really know xyz about the unit you have
just selected, unselect the Warning Message option for ^u to clear
this message"

Or you could switch it around so the option is not selected by
default (remove the dflt: attribute) and change the tloc to be "not"
instead of "is".
Just an option :-)

Cheers,
Russell
--
Russell Sparkes, rjs@inorbit.com, http://www24.brinkster.com/rjsoz
"Experience is what you get just after you needed it" - Unknown


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/IMSolB/TM
---------------------------------------------------------------------~->
 
Thanks for all the help. You've given me a few things to try out.


Thanks,

Keith


----- Original Message -----
From: "rjsoz" <rjs@inorbit.com>
To: ab@support.wolflair.com
Sent: Tuesday, June 25, 2002 10:13 PM
Subject: [AB] Re: Pop up info


> --- In armybuilder@y..., "Keith" <mobo@a...> wrote:
> > I'd like to have a pop up when a unit or option is selected my the
> > user.
>
> Hmm, fair enough - you wont get that with the current version of AB.
> You could insert an option that immediately flags a validation error
> as soon as the unit is added to the roster. The user then has to
> unselect (or select depending on how you want it setup) the option
> to indicate they have read the "pop-up".
>
> You could do this with a type: option attribute and a tloc: unit
> attribute like this...
> Option:
> id=oFlagErr name="Warning Message" attributes=type:FlagError
>
> Unit:
> link to oFlagErr=free
> internal attributes=dflt:oFlagErr
> external attributes=tloc:is=FlagError-msg=feMsgId
>
> Messgae:
> id=feMsgId text="You should really know xyz about the unit you have
> just selected, unselect the Warning Message option for ^u to clear
> this message"
>
> Or you could switch it around so the option is not selected by
> default (remove the dflt: attribute) and change the tloc to be "not"
> instead of "is".
> Just an option :-)
>
> Cheers,
> Russell
> --
> Russell Sparkes, rjs@inorbit.com, http://www24.brinkster.com/rjsoz
> "Experience is what you get just after you needed it" - Unknown
>
>
>
> To unsubscribe from this group, email
>
> armybuilder-unsubscribe@egroups.com
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/IMSolB/TM
---------------------------------------------------------------------~->
 
Back
Top