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...
Show off your group to the world. Share a photo of your group with us.

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 1990 - 2039 of 2049   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1990
The 'Component Assets' folder is in the Library along with the Tree component. Is this what you mean?...
martinwrightuk
Offline Send Email
Oct 12, 2009
3:58 pm
1991
Can you clarify? Are you building your SWF in Flash CS3 or FlashDevelop? - Josh...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 12, 2009
5:09 pm
1992
I'm using Flash CS3 to create the SWC file (which has the Tree component & Component Assets folder) then using FlashDevelop to create the SWF. Btw. if I remove...
martinwrightuk
Offline Send Email
Oct 12, 2009
5:27 pm
1993
I think Flash CS3 does some magic behind the scenes to make the symbol in the library replace the package and class it represents. If I'm right, by overriding...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 12, 2009
5:33 pm
1994
Hi Josh Thanks for your patience on this. I made the Class changes and published the new SWC from Flash. Then removed the Yahoo Classes Folder and published it...
martinwrightuk
Offline Send Email
Oct 12, 2009
8:29 pm
1995
Hi, I want to have additional controls in the tree's rows, e.g. a button in each line. I wrote a custom CellRenderer and added a Button-Sprite. Problem: The...
MrQuarc
Offline Send Email
Oct 12, 2009
9:50 pm
1996
For #1, make sure your source code changes are in Flash CS3's source path before you export the SWC. For #2, here's what I mean: For each of the Tree's skins...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 12, 2009
10:41 pm
1997
When I comment out: setStyle('cellRenderer', TreeCellRenderer); ... which s part of the Tree constructor, it publishes without errors. But this is needed to...
martinwrightuk
Offline Send Email
Oct 13, 2009
8:56 am
1999
I am having the same issue, even after updating to version 1.4. It occurs if antiAliasingType is set to advanced (AntiAliasType.Advanced). The following code...
shockthetoast
njdoor
Offline Send Email
Oct 15, 2009
10:50 pm
2000
It's not surprising that setting antiAliasType on an internal display object causes the text to be cut off. The TabBar and it's buttons don't know to measure...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 15, 2009
11:54 pm
2010
There seem to be a problem with HBoxPane component. I have attached a custom object which extends sprite into the HboxPane. within my custom class, i have: ...
rajdeeprath
Offline Send Email
Oct 23, 2009
10:28 am
2011
Perhaps you're not properly associating your custom class with a symbol in your library, or maybe you're setting mouseEnabled or mouseChildren to false ...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 23, 2009
2:53 pm
2012
I had my Gmail account long before I worked for Yahoo! and I'm not one to switch my email address for something like that, especially since I think Gmail's UI...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 23, 2009
3:29 pm
2013
First fun is this (joshtynjala@...) Gmail ahahah Do you not work for Yahoo. Like working in CocaCola and drinnking Pepsi :)))) Ok forget it. useful...
alex winx
winxalex
Offline Send Email
Oct 23, 2009
3:45 pm
2015
I am currently working on implementing a bar chart using the Astra component set and have to say it looks nice.Only I have a question how I can change the...
sprogch
Offline Send Email
Oct 28, 2009
8:29 am
2016
The seriesMarkerSizes style is what you need to use: ...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 28, 2009
2:46 pm
2017
Thanks, so that would mean I should calculate the marker size by hand. Something like markerSize = ( width / totalItems )/ seriesCount Only I don't think I...
sprogch
Offline Send Email
Oct 28, 2009
3:30 pm
2018
Yes, if you want the markers to fit within the chart a certain way, you'll need to calculate the marker sizes by hand. It defaults to a specific number of...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 28, 2009
3:45 pm
2019
Hello, I'm playing with the search AS3 Yahoo API, and have curious results when I modify the language parameter. Here is the call used in AS3, as simple as...
olivier.nerot
Offline Send Email
Oct 28, 2009
4:57 pm
2020
Free Online College Study ACCA 100% Online Get 100% Funded MBA! InterActive+ACCA+MBA+Top Tutors http://highereducationdegree-magha.blogspot.com Migration &...
Bavani K
kbavani22
Offline Send Email
Oct 30, 2009
9:48 am
2025
Hi y'all. I am running into a zoom issue that has stumped me short of debugging the YahooMap.swc. version 0.9.4. When I invoke a file chooser in FireFox 3.5.3...
ddchili
Online Now Send Email
Nov 3, 2009
3:00 pm
2026
Hi everyone, I am trying to build a contact form where users can enter information and it will then collect and send that information to me. In the situation...
shadetyler
Offline Send Email
Nov 3, 2009
8:17 pm
2027
Hi Shade, You can collect unvalidated data by loop through FormDataManagerEvent.collectedData. For instance, in sample movie of SimpleFormToBegin.as , try to...
kayoh@...
kayoh@ymail.com
Offline Send Email
Nov 5, 2009
3:57 am
2029
Thanks for answering my post. I have not been able to test the solution you suggested because I am not sure how to fire the submit handler without the user...
shadetyler
Offline Send Email
Nov 5, 2009
7:16 pm
2030
"collectData" function in "FormDataManager" is public. So, you can call directly formDataManager.collectData(). Let's say you have registed trigger like... ...
kayoh@...
kayoh@ymail.com
Offline Send Email
Nov 5, 2009
8:11 pm
2031
Wow, I completely missed that function in the documentation. The only other thing would be to collect data from fields even though they haven't validated. For...
shadetyler
Offline Send Email
Nov 5, 2009
9:03 pm
2032
At the very end of FormDataManager.as, there is line of FormDataManager.failedData[id] = curErrStr; in "validateAndStore" function. You can modify it as below...
kayoh@...
kayoh@ymail.com
Offline Send Email
Nov 5, 2009
10:47 pm
2033
If you set autosize as true then you will see the mouse events dont work....
rajdeeprath
Offline Send Email
Nov 8, 2009
3:20 am
2034
Hey Buddy: Was his meant for me? Dave In a message dated 11/4/2009 9:58:01 P.M. Central Standard Time, kayoh@... writes: Hi Shade, You can collect...
Entek@...
Send Email
Nov 8, 2009
7:24 am
2039
too good Merry Christmas in advance [?]...
kanu kukreja
kanukukreja@...
Send Email
Nov 13, 2009
3:47 am
Messages 1990 - 2039 of 2049   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