Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 902945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:47:50+00:00 2026-05-15T15:47:50+00:00

in action script str is string var str=(some condition)? store true:store false; when i

  • 0

in action script

str is string var

str=(some condition)?" store true":"store false";

when i alert the str am not getting any message …..why am not getting

code:

[Bindable]
public var errVarMsg:String ;

errVarMsg="";
errVarMsg=(minfee<=maxfee)?"":"fee min > max\n";
Alert.show(errVarMsg);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:47:51+00:00Added an answer on May 15, 2026 at 3:47 pm

    If minfee is less than or equal to maxfee, you’ll get an empty alert which might be taken as no message. Change it to

    minfee = 5;
    maxfee = 10;
    errVarMsg = (minfee <= maxfee) ? "min <= max" : "min > max";
    Alert.show(errVarMsg);
    
    minfee = 15;
    maxfee = 10;
    errVarMsg = (minfee <= maxfee) ? "min <= max" : "min > max";
    Alert.show(errVarMsg);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to call an action script function from an anchor which
I am a new to Action Script, so I am not sure if my
is there a way to deserialize strings to objects in actionscript: i.e. var str:String
Having the following code: var loadingSoundTitle:String; var loadingSound:Sound = new Sound(); function loadFile(str:String) {
I am creating some action script to simulate 3 button states and load in
Are there any Flash Action Script (AS) debuggers capable of debugging on a embedded
HTML Code : <html> <head> <script type=text/javascript> function checkforValid(str) { var xmlhttp; if (str.length==0)
this is my action script action.js function showDistrict() { //alert(hello); $.ajax({ url: 'dialog_applet.jsp#dialog-modal-district', success:
How to trigger the action script when the browser is closed in Flex? What
im very nex to action script but i've got a problem with an movieclip.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.