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....
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...
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...
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...
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...
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...
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...
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...
http://developer.yahoo.com/flash/astra-flash/classreference/com/yahoo/astra/fl/charts/CartesianChart.html#style:horizontalAxisLabelRotation On Sun, Aug 28,...
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...
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...
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...
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...
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...
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. -...
I'm not super familiar with MenuBar, but looking over the examples, you set the textFormat style like this: menuBar.setMenuBarRendererStyle("textFormat",...
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...
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...
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...
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. ...
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...