Is there such a thing as a good looking Flex 4 Gauge component?
The degrafa gauge looks great but it doesn't work with Flex 4

link|improve this question

What issues have you had converting the Degra Guage to flex 4? Since the source is available, why can't you just recompile it against the new SDK? – www.Flextras.com May 16 '10 at 12:44
I compiled it into an swc which works fine if used from a FB3 project. It's throwing an exception when used from FB4. I could not compile it in FB4 because some root class is missing. – A known Imous May 16 '10 at 14:53
You can't use a Flex 3 SWC in a Flex 4 project. Edit the question to give details on the compiler error; and perhaps we'll be able to help you. – www.Flextras.com May 16 '10 at 15:53
I can compile the source code into a FB4 swc. The runtime error is: VerifyError: Error #1053: Illegal override of RadialGradientFill in com.degrafa.paint.RadialGradientFill. at com.brightPoint.controls.gauge::GaugeSkin/_GaugeSkin_RadialGradientFill1_i() I should also mention the custom component doesn't show in the design view. – A known Imous May 17 '10 at 8:21
feedback

6 Answers

up vote 1 down vote accepted

I have also created a Flex 4 version of the brightpoint gauge. I based it on the smithfox.com one mentioned in another answer. Wrote a little something about the rationale here:

http://blog.betterthantomorrow.com/2011/02/06/a-flex-4-gauge-component/

You can test it here:

http://dl.dropbox.com/u/3259215/gauge-demo/gaugetestflash.html

And the source is on Github https://github.com/PEZ/FlexGauge

I'll probably keep working on it some as my requirements change.

link|improve this answer
feedback

Hi this issue is fixed in a specific build. Greg and to some extent myself are working to make Degrafa work correctly in flex 4. Download the DegrafaFlex4.swc and try that. An official release will be made when we get closer to full compatibility. That specific swc will fix the issue with fills.

cheers

jason

link|improve this answer
feedback

Personally I am very fond of the IBM ILOG Elixir gauges. Elixir 3.0 was released recently and supports Flex SDK 4.0 and Flash Builder 4.0

Elixir Gauge Example

Elixir Blog

link|improve this answer
feedback

I've seen similar runtime errors when using a swc that is compiled against a different version of the SDK.

So, I recommend getting the Degrafa source ( http://www.degrafa.org/code/ ) and compile it against the same SDK version you are doing with your project. Then recompile the Guage component.

link|improve this answer
Unfortunately Degrafa won't compile with Flex 4. There are some problems with fill() calls and interface implementations. – A known Imous May 18 '10 at 11:38
feedback

You can use brightpoint gauge component and betterthanflex gauge.

I also do some improvement for the above gauge.

you can view http://www.smithfox.com/?e=48

link|improve this answer
Wonderful. Just what the doctor ordered! – PEZ Feb 3 '11 at 9:49
Your work lives on: github.com/PEZ/FlexGauge – PEZ Feb 5 '11 at 23:36
feedback

I have Created a Flex 4 Version from brightpoint gauge you can download from here http://mohamedmostafablog.blogspot.com/2011/01/flex-4-gauge.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.