Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1429 - 1460 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1429
Hi, There are some issues with the time axis that we are working on for a future release. If possible, please send me your code or a test link and I'll take a...
tripp.bridges
Offline Send Email
Dec 1, 2008
7:47 pm
1430
Hello! I am exploring the example for the Stacked Carousel given here: http://developer.yahoo.com/flash/astra-flash/carousel/examples.html And the problem is: ...
dana22cc
Offline Send Email
Dec 5, 2008
3:58 pm
1431
Hi Dana, Do you have a sample of your code that I can see? Thanks, Tripp...
tripp.bridges
Offline Send Email
Dec 6, 2008
4:48 am
1432
Hello! I'm having the same issue. I'm using Flex 3.0.2 and Flash player 10. However, I wasn't as lucky about restarting my code and having it 'work.' I get a...
lelander
Offline Send Email
Dec 10, 2008
3:16 am
1433
I am not able to see the ComponentShim fla file for Yahoo Astra components, I want to see how ComponentShim fla is created and how Shared assets are used e.g....
cksachdev
Offline Send Email
Dec 10, 2008
4:30 pm
1434
No shim FLAs are included with Astra. They are automatically generated during the build process and deleted once each compiled shim is copied to its respective...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 10, 2008
5:11 pm
1436
Hello =) I have a little question. I saw that Tree class is extending the List Class, but I want to get the number of items currently displayed (and expended)...
hackmetal2
Offline Send Email
Dec 11, 2008
5:06 pm
1437
If you interested I'll share the code....
alex winx
winxalex
Offline Send Email
Dec 11, 2008
5:06 pm
1438
... Share it, please....
irdogtag
Offline Send Email
Dec 12, 2008
6:26 pm
1439
I want to use my flash component that has some internal call defined with Flex ExternalInterface. When I try to call it from widget script I get error. Does...
alona20008
Offline Send Email
Dec 15, 2008
3:31 pm
1440
Since the number of items currently exposed is the same as the length of the dataProvider, you can use YourTreeInstance.dataProvider.length to get that number....
Allen Rabinovich
allenrabinovich
Offline Send Email
Dec 17, 2008
9:21 pm
1442
Hi, Which version of the flash ide do you have installed on your machine? The error message indicates that you need the extension was not installed because you...
tripp.bridges
Offline Send Email
Dec 18, 2008
4:43 pm
1443
I saw the example at: http://developer.yahoo.com/flash/maps/examples/YahooMap_SampleSearch/YahooMap_SampleSearch.html I took the source mxml, converted...
jeremysavoy
Online Now Send Email
Dec 19, 2008
5:44 pm
1444
What about those of us using ActionScript development without Flash development environment. Is there a straight forward way of using Astra in this...
Jim Cook
oravecz
Offline Send Email
Dec 22, 2008
6:43 pm
1445
Hi, The short answer is no. Since ASTRA Flash components are built on top of the CS3 component architecture, you will need to have a copy of Flash CS3 to...
tripp.bridges
Offline Send Email
Dec 22, 2008
6:56 pm
1446
Thanks for the reply. Now, I own Flash, so is there step-by-step examples on how to export a single component, say layout managers, to a SWC so it can be used ...
Jim Cook
oravecz
Offline Send Email
Dec 22, 2008
7:14 pm
1447
First you'll need to make sure that you have installed the ASTRA components in your flash ide. (instructions can be found here: ...
tripp.bridges
Offline Send Email
Dec 22, 2008
7:36 pm
1448
Been looking for a way to get the selectedItem in the dropdown list after making a selection. Has anyone done it yet?...
teo.kenneth
Offline Send Email
Dec 23, 2008
7:35 pm
1449
Not sure how to implement this. I want to have a button, that has an option for a drop down list that may display other options. For example, and "Add" button,...
jeremysavoy
Online Now Send Email
Dec 23, 2008
8:44 pm
1450
Here's a simple solution: look for the PopUpButton or, perhaps an easier way, the PopUpMenuButton. The PopUpMenuButton will display a button and a popup list....
alariccole
Offline Send Email
Dec 23, 2008
8:58 pm
1451
There is a selectedItem as well as a selectedLabel. However, they may not work as expected due to the nature of the AutoComplete--once an item is chosen, the...
alariccole
Offline Send Email
Dec 23, 2008
9:38 pm
1452
I have found the flex Alert to be limiting. It does not wrap text for smaller width windows. I see that the AlertManager has a maxWidth so I thought I would...
mores
Offline Send Email
Dec 23, 2008
10:43 pm
1453
Hi, If you create a SWC(s) from the ASTRA Flash components and the CS3 core components, you can use them in your flex projects. A discussion on the topic can...
tripp.bridges
Offline Send Email
Dec 23, 2008
11:00 pm
1454
Hi, I've noticed that the dataprovider becomes the first item so i have tried adding event listeners to the change and close event. However, the behavior is...
teo.kenneth
Offline Send Email
Dec 24, 2008
5:40 pm
1455
... Thanks, the bug is also in Flex 3.0 I had to upgrade to 3.2 to get rid of that StackOverflow error. Currently I can not get the AlertManager to obey...
mores
Offline Send Email
Dec 24, 2008
5:41 pm
1456
I am trying to display a simple pie chart, but all I get is a blank screen. private function onDataResult(e:AcknowledgeMessage):void { trace("Data Ok"); var...
mores
Offline Send Email
Dec 29, 2008
7:45 pm
1457
Since they are not Flex components, ArrayCollection is not a supported dataProvider type for the Astra charts. Use Array or XMLList. - Josh...
Josh Tynjala
joshtynjala
Offline Send Email
Dec 29, 2008
7:49 pm
1458
Thanks. Perhaps the documentation could get updated to say "Use Array or XMLList" ...
mores
Offline Send Email
Dec 29, 2008
9:02 pm
1459
Are there any examples of skinning a chart with flex ?...
mores
Offline Send Email
Dec 29, 2008
9:58 pm
1460
Hi, There are no examples of using the Astra Chart component with flex. This link should still be helpful. ...
tripp.bridges
Offline Send Email
Dec 29, 2008
10:32 pm
Messages 1429 - 1460 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help