« Calling Out Apple, iPhone and Steve Jobs | Main | Beginning AIR - Accessing the File System Part 2 »
Free Gauge Component
| By Rich Tretola | March 25, 2008 | Print This Post
|
| 803 views |

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.
Topics: Announcements, Flex 2, Flex 3 (Moxie), Flex Tools, Tutorials |







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?
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
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…
May 19th, 2008 at 8:53 am
how can i download source code
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
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
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
September 4th, 2008 at 9:12 am
It’s so cool~ thanx~