Hi, I'm trying to use the color plane and slider picker in one of the components I'm developing. It seams I found a bug, it can be reproduced even on the...
2357
vmlepore
Jul 13, 2011 12:24 pm
Hello, I have a line graph that has 180 data points (or 180 categories with an associated value). Everything is working great but I'm stuck on one little...
2358
Josh Tynjala
joshtynjala
Jul 14, 2011 12:27 am
You cannot. The category axis can only display all categories or a subset that you specify. Do your categories have some sort of measurable meaning? I mean,...
2359
vmlepore
Jul 14, 2011 3:03 pm
Hi Josh, thanks for your response and thanks for the great components. They have been tremendously helpful for me! The categories are numeric and represent...
2360
Josh Tynjala
joshtynjala
Jul 18, 2011 8:57 am
I cannot reproduce with your steps. I think I understand what's happening, but I just don't see it. Can you make the same thing happen with this example from...
2361
Josh Tynjala
joshtynjala
Jul 20, 2011 3:18 pm
Considering that Hz is a numeric value, wouldn't it make sense to use a NumericAxis instead of a CategoryAxis? - Josh...
2362
ghoppermaster
Jul 20, 2011 3:58 pm
Hi all, I was trying to download the Yahoo Astra Flash Components today and keep getting a 404 on the link on their download page...
2363
nick.haroldsen
Jul 20, 2011 3:58 pm
Where are the ASTRA Flash Components? Were they taken down or just moved? I found the link in the Flash Developer Center to download the files, but I get a...
2364
vmlepore
Jul 21, 2011 1:24 pm
Yeah I agree Josh, I honestly just couldn't figure out how to make it work with the numeric axis. My understanding (which could be completely wrong) of the...
2365
Josh Tynjala
joshtynjala
Jul 21, 2011 7:24 pm
Okay. In this case, I think you're probably right to look at the CategoryAxis. Here are some suggestions based on a quick look in the docs: 1) Take a look at...
2366
踢踢狗
depthfantasy
Jul 25, 2011 3:12 pm
In the very first example - YOSSimple.fla it import com.yahoo.social.data.Profile but I couldn't find this class in the SDK package Is anyone know how can I...
2367
alain.dhaene
Jul 25, 2011 3:13 pm
Hi, Where can ik get the astra-flex swc? The link http://p.yimg.com/c/ycs/ydn/flash/pkg/astra-flex-1.4.zip doesn't works. Thx...
If your project uses Flex 4 or newer, please download my fork on Github: https://github.com/joshtynjala/astra-flex - Josh...
2370
normalianajamali
normalianaja...
Jul 28, 2011 8:34 pm
hi. i am unable to download the ASTRA Flash Components from the main page. error 404 not found. i have read the message reply and try afew links but i was...
2371
pleffas
Jul 28, 2011 8:35 pm
I tried to download the Astra Flash components this morning from http://p.yimg.com/c/ycs/ydn/flash/pkg/astra-flash-1.4.zip (the "Download" link shown on the...
2372
tripp.bridges
Jul 28, 2011 9:33 pm
I have contacted someone internally about the 404 issue. I will post back when I have word on the link's status. Thanks, Tripp...
2373
tripp.bridges
Jul 28, 2011 9:33 pm
I have contacted someone internally about the 404 issue. I will post back when I have word on the link's status. We are not revising or updating the...
2374
alain.dhaene
Jul 29, 2011 4:20 pm
http://code.google.com/p/as3ase/source/browse/trunk/libs/astra-flex.swc?spec=svn2&r=2 view raw file (link to the component.)...
2375
normalianajamali
normalianaja...
Jul 29, 2011 4:21 pm
thanks. looking forward to it. :)...
2376
Josh Tynjala
joshtynjala
Jul 29, 2011 11:14 pm
Alain, you keep linking to a copy of the Flex components, but some people want the Flash components instead. Please note that there are two different Astra...
2377
tripp.bridges
Jul 29, 2011 11:16 pm
New working links have been posted for the ASTRA components on developer.yahoo.com/flash. You may notice each component set has been marked as deprecated....
2378
tripp.bridges
Jul 30, 2011 12:00 am
New working links have been posted for the ASTRA components on developer.yahoo.com/flash. You may notice each component set has been marked as deprecated....
2379
normalianajamali
normalianaja...
Aug 7, 2011 8:50 pm
hi. I m just wondering, combining column chart or stacked column chart with line series. Is it possible? I have been getting error combining them. thanks....
2381
Josh Tynjala
joshtynjala
Aug 8, 2011 4:38 am
That should be possible. Just add a LineSeries to the data provider on a column chart. I seem to remember that one of the examples does a combination like...
2382
normalianajamali
normalianaja...
Aug 9, 2011 5:07 am
hi. the example given was a bar chart. i had modify it to suit my needs where by an external xml file is use to plot the lineseries. in addition using the user...
2383
Jason
jlampitt
Aug 9, 2011 5:07 am
If I'm simply using a BoxCellRenderer and have a simple button that I want to use to navigate (scroll) through the carousel items one at a time - WITHOUT...
2384
Jason
jlampitt
Aug 9, 2011 5:07 am
Who can I beg for help with the carousel? I'm using the SlidingCarouselRenderer. Specifics... - Why won't the ListEvent.ITEM_CLICK event fire? ...
2385
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
There should be no difference between bar and column charts, except that you need to ensure that you're targeting the correct axis with your data. The numeric...
2386
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
The Carousel itself doesn't have the ability to scroll. It's the skin that scrolls or changes layout. If you're familiar with Flex, the Carousel is like the...