Sign in to follow this  
fusionflex08

Angular Gauge not visible

Recommended Posts

i am a newbie.

 

I am trying to implement basic fusionwidgets angular gauge

 

like below:

 

but its not displayed.

 

please help.

 

 

 

mxml snippet::

 

 

 

xmlns:ns1="com.fusionwidgets.components.*"

 

 

 

 

 

 

 

XML Data::

 

 

 

[bindable]

 

private var _xml2:String=""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+""

 

+"";

att.txt

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 

Its worked here perfectly.

 

Which version of Flex Builder are u using - 2 / 3 / 4 ?

 

Check whether string data (_xml2) declared in 'Script' block or not ?

 

If error persist, supply the entire .mxml.

 

 

 

Thanks,

 

Debasish.

Edited by Guest

Share this post


Link to post
Share on other sites

hi debhasish,

 

I am using 3,

 

yes string is declared in script perfectly.

 

though i have some other components also.

 

may be some other problem due to those comopenents.

 

i cannot post whole code here.

 

security issues :)

 

would be more than happy if you could help off the forum.

 

 

 

thanks.

 

 

 

Hi,

 

Its worked here perfectly.

 

Which version of Flex Builder are u using - 2 / 3 / 4 ?

 

Check whether string data (_xml2) declared in 'Script' block () or not ?

 

If error persist, supply the entire .mxml.

 

 

 

Thanks,

 

Debasish.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this