[flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-15 Thread sonnygett
hello,I've read an article
http://www.gskinner.com/blog/archives/2008/04/failure_to_unlo.html
that Flash Player 9 has a very dirty secret.is this pre-release
include fixed bug for this issue?
--- In flexcoders@yahoogroups.com, Bjorn Schultheiss
[EMAIL PROTECTED] wrote:

 Is there a new api to play with?
 
 --- In flexcoders@yahoogroups.com, Gordon Smith gosmith@ wrote:
 
  http://labs.adobe.com/technologies/flashplayer10/
  
   
  
  Gordon Smith
  
  Adobe Flex SDK Team
 





[flexcoders] need help to create anchor in flex

2008-05-08 Thread sonnygett
Hello guys,I'm stuck with idea how to create an anchor link in flex
that will be look like this
http://www.w3.org/TR/html401/struct/links.html,hope someone can help
me about this.huge thanks.



[flexcoders] can change pie chart color at runtime,please help

2007-09-26 Thread sonnygett
hi guys, i have a problem about changing the pie chart color at runtime.
for example, i have this chart :

mx:PieChart id=pcRegion width=100% height=100% 
mx:series
mx:Array
mx:PieSeries field=revenue nameField=name labelPosition=callout
labelFunction=getSliceLabel showDataEffect={interpolate}
mx:fills
mx:Array
mx:RadialGradient
mx:entries
mx:Array 
mx:GradientEntry id=pie1 color=#A1AECF ratio=0/
mx:GradientEntry id=pie11 color=#47447A ratio=1/
/mx:Array
/mx:entries
/mx:RadialGradient
/mx:series
/mx:PieChart

and need to change the gradient entry with the id pie1 anda pie11,i
did it like this:
pie1.color=0xFF;
but its seems doesn't work.
can someone help me?
thanks,
regards



[flexcoders] Controling ComboBox Height

2007-08-30 Thread sonnygett
Hi guys,
I'm creating a menu using combo box, but the problem is, when the data
inside the combo added, and much enough,then the drop down list have a
scrolling bar. how could i get rid of it.
regards.



[flexcoders] Integrating MapServer with Flex

2007-08-29 Thread sonnygett
Hi guys,
I'm a college student and now start to working on with my final
assignment to get my graduate. and i was thinking about integrate
MapServer (http://mapserver.gis.umn.edu/) inside the Flex application.
Did someone know how to do it?

regards,