Ah! I was close! I did create a MouseEvent.MOUSE_CLICK event listener and handler but missed the idea of dispatching the ListEvent.ITEM_CLICK. Makes sense now....
2395
Josh Tynjala
joshtynjala
Aug 9, 2011 9:12 pm
You probably want to do it when the renderer is passed to removeChild(). Also, in the MouseEvent.CLICK handler, make sure to use event.currentTarget to ensure...
2396
Jason
jlampitt
Aug 10, 2011 4:22 am
Same component, different topic. The carousel in my project lets the user to initiate a load sequence (i.e. a .swf) into a UILoader instance. My project is...
2398
Jason
jlampitt
Aug 10, 2011 7:06 pm
I'm glad to say I can answer my own question. To update the contents of a CarouselItem - for example the selectedItem within my carousel instance - I simply...
2401
normalianajamali
normalianaja...
Aug 24, 2011 9:10 am
hello. is it possible to have the chart categorynames into two lines. the category name for each bar is pretty long. thus the graph chart tend to be smaller in...
2402
Josh Tynjala
joshtynjala
Aug 24, 2011 6:50 pm
You should be able to change the rotation of the chart labels. This should allow more labels to fit within the bounds without overlapping. If you need multiple...
2403
rfong32039
Aug 26, 2011 2:22 pm
Come to our Adobe Developer User Group meeting at Adobe HQ in SF. RSVP at : baadaug.org Here is the event................ August 30, 2011 - Flex Wrapper for...
2404
normalianajamali
normalianaja...
Aug 29, 2011 1:34 am
Hello. What do you mean by rotation of the chart labels? I m pretty lost reading the documentation. Im currently using the stackedbarchart. Thus the chart get...
2405
Josh Tynjala
joshtynjala
Aug 29, 2011 6:52 am
http://developer.yahoo.com/flash/astra-flash/classreference/com/yahoo/astra/fl/charts/CartesianChart.html#style:horizontalAxisLabelRotation On Sun, Aug 28,...
2407
normalianajamali
normalianaja...
Sep 2, 2011 7:05 am
hey. thanks for the reply. i tried rotation of the chart labels, but it wasn't what i looking for. ohh well......
2408
normalianajamali
normalianaja...
Sep 30, 2011 9:38 am
hello people. may i ask, is there a way to make the bar width bigger? please and thank you....
2409
Josh Tynjala
joshtynjala
Sep 30, 2011 6:19 pm
You're looking for the seriesMarkerSizes style: ...
2410
normalianajamali
normalianaja...
Oct 3, 2011 2:30 am
hey, thanks for the tip. ^^v...
2416
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
have checked out the docs but I cant seem to get these going could use a simple example using as3, trying to build it up programatically thanks...
2417
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
I get a property called generateCategoryLabels from my code complete trying to figure this out because it's exactly what I need: the ability to pass in a cat...
2418
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
first thanks for the hard work it took to create these things - they're great for a couple of reasons I'd like to recompile the astra component set am working...
2419
chriswelsh41
Dec 22, 2011 4:28 pm
I am looking to use tree menu to load swf files into a parent swf but I am not sure how to go about it. Are there any examples to be had or can some help me...
2420
Steffen Rühlmann
steffen.rueh...
Dec 22, 2011 4:29 pm
I try to get the interception point to fill an area between two line- charts. Is there a possibility to to calculate such a point for use in ASTRA Flash chart...
2421
Josh Tynjala
joshtynjala
Dec 22, 2011 4:55 pm
If you make a SWC from the components, don't also add the fl.* source files to your project's source path. There will be a conflict and things won't work...
2422
Josh Tynjala
joshtynjala
Dec 22, 2011 7:26 pm
That's not a feature available in the Astra Flash charts. You'd need to create a new ISeries implementation or extend an existing one to add it yourself. -...
2423
Josh Tynjala
joshtynjala
Dec 22, 2011 11:41 pm
I can't find that property. What class is it defined on? - Josh On Fri, Nov 11, 2011 at 11:33 AM, ceteris@......
2425
Josh Tynjala
joshtynjala
Feb 1, 2012 9:33 am
I'm not super familiar with MenuBar, but looking over the examples, you set the textFormat style like this: menuBar.setMenuBarRendererStyle("textFormat",...
2426
dandelion665
Feb 1, 2012 3:18 pm
Thanks Josh...setMenuBarRendererStyle works perfectly!...
2427
sana.openmeetings
sana.openmee...
Feb 27, 2012 6:54 pm
Is there anybody who can give me Flex 2 api for yahoo. I couldnt find from anywhere. Regards Sana...
2428
shanthi
al_shanthi
Feb 27, 2012 6:55 pm
Hi , Can anyone please help me. I am doing a project and I am stuck in the middle. I am developing a jewelery design application I am developing same...
2429
Manjiri J
manjiri1986
Mar 7, 2012 4:07 am
hi, I wants to use "two" timestepper components for start and end time and then need to compare it so that end time should not be before start time or should...
2430
martizhen
Mar 9, 2012 7:27 am
Hi, I'm new to as3 and I'm trying to figure out how to get the actual width of the TabBar object. TabButton width depends on the text content. My TabBar...
2431
Josh Tynjala
joshtynjala
Mar 9, 2012 7:47 am
I think you can listen for a ComponentEvent.RESIZE event (or something very similar) on TabBar. After the listener is called, tabBar.width should be accurate. ...
2432
martizhen
Mar 27, 2012 5:12 am
Thanks! tried tabBar.drawNow(),it works....
2433
Robin Cris
robin.cris...
May 15, 2012 3:30 pm
Hello I am developing a plug-in that create flash presentation from output of a program. The plug in first generate a lot of pictures and need to sort them to...