Calendar

March 2008
M T W T F S S
« Feb   Apr »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Tag Cloud

Categories

Archives

Highest Rated

Most Viewed

Recent Posts

Recent Comments


« Calling Out Apple, iPhone and Steve Jobs | Main | Beginning AIR - Accessing the File System Part 2 »

Free Gauge Component

By Rich Tretola | March 25, 2008Print This Post Print This Post
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5 out of 5)
Loading ... Loading ...
803 views


gaugesample.jpg

My friend Tom Gonzalez who is the owner of BrightPoint Consulting has decided to contribute one of his custom gauge components to the community under the MIT license. Check it out here and please say thanks to Tom for his contribution.

Share/Save/Bookmark

Topics: Announcements, Flex 2, Flex 3 (Moxie), Flex Tools, Tutorials |

8 Responses to “Free Gauge Component”

  1. levani Says:
    March 27th, 2008 at 12:40 am

    very nice component, I liked it so much
    I tried to make a module loader progress display out of it, but I cant get arrow to move towards the 100%, even though numbers do increase
    here is demo : http://amostudio.com:8080/fs-demo/Main.html

    can you tell me why is it happening? maybe its because component is using a spring type of effect and loader is too fast for it?

  2. Tom Says:
    March 27th, 2008 at 10:52 am

    Hi Levani,

    Glad to see you liked the component.

    Your assumption is correct, that is exactly what is happening, you are updating the values faster than the spring effect can finish, thus the odd bouncing that is occurring. It would be possible with not a lot of work that I could expose a boolean like “useSpringEffect” via the gauge that would allow you to turn that on/off and thus get a smoother effect.

    If this is a feature you would like to see you please feel free to make a request (and continue this thread) back at my blog so other readers can benefit from the dicussion as well.

    http://form-function.blogspot.com/

    - Tom

  3. Roy Says:
    May 2nd, 2008 at 2:46 pm

    Great gauge!

    Is there a way to pass the value to the gauge from a cfc? I would like to query my MSSQL DB…have tried several things to no avail…TIA…

  4. Osama Says:
    May 19th, 2008 at 8:53 am

    how can i download source code

  5. everythingflex Says:
    May 19th, 2008 at 9:34 am

    Just visit:
    http://www.brightpointinc.com/FlexDemos/GaugeSample/GaugeSample.html
    and right click to view/download the source code

  6. Brendon Wildbore Says:
    July 3rd, 2008 at 10:18 pm

    @Roy - you could use data binding and have the cfc remote object result event update the variable the gauge is bound to

    BTW… fantastic component, I love it!

    Im using a new version of degrafa and am getting some weird errors:

    Severity and Description Path Resource Location Creation Time Id
    1046: Type was not found or was not a compile-time constant: GeometryCompositionGroup. tournFlex/src/com/brightPoint/controls/gauge GaugeSkin.mxml line 155 1215137858572 3899

  7. Brendon Wildbore Says:
    July 3rd, 2008 at 10:20 pm

    Oh and also I think that boolean value to turn off the spring effect would be the icing on the cake!

    The effect is great but if the data is updating faster than the spring effect can finish it looks a bit funky

  8. Zchar Says:
    September 4th, 2008 at 9:12 am

    It’s so cool~ thanx~

Comments