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 163155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:31:04+00:00 2026-05-11T11:31:04+00:00

I am flex newbie , so please forgive me if i am not using

  • 0

I am flex newbie , so please forgive me if i am not using the right words to ask the following question. I want to know if there is a way to draw a circle which shows a number , like for ex. Graduated Circles representing its radius to show it’s relevance. Is there a component which already do so , if not what is the best way to do this.

thanks.

  • 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. 2026-05-11T11:31:05+00:00Added an answer on May 11, 2026 at 11:31 am

    Here’s a quick example on how you could do it (to be continued to achieve your particular needs)

    package   {     import flash.text.TextFormatAlign;       import flash.text.TextField;         import flash.display.Sprite;     import flash.text.TextFormat;         public class LabeledCircle extends Sprite      {         private var textField:TextField;          public function LabeledCircle(radius:Number, label:String = '')         {             // Prepares the textField              var textFormat:TextFormat = new TextFormat();             textFormat.align = TextFormatAlign.CENTER;              textField = new TextField();             textField.defaultTextFormat = textFormat;              addChild(textField);              // Sets the default parameters              this.radius = radius;             this.label = label;         }           public function set radius(radius:Number):void         {             // redraws the circle             graphics.clear();             graphics.beginFill(0x000000, .5);             graphics.drawCircle(0, 0, radius);              // recenters the textfield depending on the radius             textField.width = radius * 2;             textField.x = -radius;         }           public function set label(label:String):void         {             textField.text = label;         }     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Flex uses by default UTF-8. I have not fount a way to specify a
In Flex I'm using the following code to allow sorting in a DataGrid (the
Flex newbie question: can MXML be generated on the fly, like HTML is generated
I'm still a newbie to Adobe Air/Flex, and still fairly new with SQL. I've
In Flex, I have an xml document such as the following: var xml:XML =
Using Flex 3, I have a Button which is skinned using PNGs specified in
I am a newbie to Flex 3 and Flash remoting and I can't decide
I am a newbie in flex. Latest task is to generate a graph or
I'm a complete newbie to Flex, so apologies for my dumbness. I've searched for
In Flex (and many other languages) a function/method of a class can be declared

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.