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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1311 - 1340 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1311
Hi, It looks like you may have found a bug in the rendering of a logarithmic column chart with values less than one. I will need to investigate this further. ...
tripp.bridges
Offline Send Email
Oct 1, 2008
11:34 pm
1312
Tripp, thanks very much for your help. With some testing, I had to use an ENTER_FRAME event rather than RENDER. RENDER was being fired for some reason too soon...
fivetwelvish
Offline Send Email
Oct 2, 2008
2:43 pm
1313
Using the following code: var mb:MessageBox = new MessageBox(); mb.drawMessage( 100, 200, "Testing textfield" ); var tf:TextField = mb.textField; trace(...
stevenpenza
Offline Send Email
Oct 2, 2008
4:40 pm
1314
Oops. Left out an important line of code. ... mb.textField.autoSize = TextFieldAutoSize.CENTER;...
stevenpenza
Offline Send Email
Oct 2, 2008
4:58 pm
1315
Please disregard this post. I incorrectly assumed that autoSize "center" centers entire object, not just the text....
stevenpenza
Offline Send Email
Oct 2, 2008
5:20 pm
1316
Hi, I am just beginning with the ASTRA chart component, and it is great! Simple question, how do I move the captions further away from the x and y-axis lines?...
fitzgers_98
Offline Send Email
Oct 3, 2008
2:43 am
1317
I assume by captions you mean the axis labels? The style on DefaultAxisRenderer is labelDistance. It is available on the chart by using the approriate method: ...
Josh Tynjala
joshtynjala
Online Now Send Email
Oct 3, 2008
3:41 am
1318
http://developer.yahoo.com/flash/maps/ 0.9.3 available (component) http://developer.yahoo.com/maps/flash/componentEULA.html 3.5.2 (Suit) Can someone elaborate...
markledford2
Offline Send Email
Oct 3, 2008
9:15 pm
1319
The 3.5.2 version is for AS2. The 0.9.3 version is for AS3. - Josh...
Josh Tynjala
joshtynjala
Online Now Send Email
Oct 3, 2008
9:37 pm
1320
Hello All! I am having some issues with these tabs and loading data into them. can anyone show me a better example than the one shown on yahoo yui site. I am...
rmrklnd
Offline Send Email
Oct 5, 2008
4:45 pm
1321
Hi, You do not need to load any data into the TabBar. You can listen for events from the TabBar and display you movie clips based on the event. For example, if...
tripp.bridges
Offline Send Email
Oct 5, 2008
4:47 pm
1322
Hi, I wish to show an overlay at zoom level 13 only. Please could somebody tell me what I'm doing wrong. Sequence: Intialize map at zoom level 14 - no overlay ...
bennettberlin
Offline Send Email
Oct 6, 2008
2:43 pm
1323
Where did you place this code? Is it in an mapZoom event handler function? On the timeline? You have provided little context to help us determine why your code...
Josh Tynjala
joshtynjala
Online Now Send Email
Oct 6, 2008
3:42 pm
1324
Hi! Can anybody help me to resolve one problem with tree component? I try to find out full path to selected (clicked) item in the tree (in the ...
ahualex
Offline Send Email
Oct 6, 2008
3:44 pm
1325
Hi I'm Beginer with AS I want set horizontal{time} axis as ####### ####### 210-219 220-.... This is easy , i can set it in xml file, but because i have 20...
jakub_kohout
Offline Send Email
Oct 8, 2008
5:01 pm
1326
Hi, I am not sure that I am completely clear about what you are trying to accomplish but if you want to set a TimeAxis for your horizontal axis, you'll need to...
tripp.bridges
Offline Send Email
Oct 8, 2008
6:00 pm
1327
So what i wanted i already did.But it is not really nice...Can I set align in horizontal axis?Now what I have look like this: ####### ######## ####### ...
jakub_kohout
Offline Send Email
Oct 9, 2008
4:01 pm
1328
Hi, You don't want to use a TimeAxis because you do not have any time values in your data but you will need to set an axis so that you can format your labels....
tripp.bridges
Offline Send Email
Oct 9, 2008
4:30 pm
1329
how can i display images in the tile pane based on an array?? also once those images are in, how do i go about figuring out which image was clicked by the...
rmrklnd
Offline Send Email
Oct 9, 2008
5:02 pm
1330
Why not just use the TileList component? http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/TileList.html The TilePane is mainly for layout....
Josh Tynjala
joshtynjala
Online Now Send Email
Oct 9, 2008
6:16 pm
1331
Looked for a bug list but don't see one. Anyway, what I noticed is on creation of a new subMenu (openSubMenu()) the subMenu property is set on the source row...
jeremygiovannetti
jeremygiovan...
Offline Send Email
Oct 9, 2008
7:47 pm
1332
josh, thanks for the reply but i am using the yahoo tile pane cause i have like 300+ images i need to store in 5 galleries. i wanted something that was more...
rmrklnd
Offline Send Email
Oct 9, 2008
7:59 pm
1333
One thing the Astra layout containers don't include is a component similar to Flex's Canvas container. This type of layout container leaves its children at...
Josh Tynjala
joshtynjala
Online Now Send Email
Oct 9, 2008
9:57 pm
1334
hello all! I am using the tile pane component in flash as3. and i want to add event listeners to movieclips placed inside of it. considering i am dynamically...
rmrklnd
Offline Send Email
Oct 10, 2008
8:24 pm
1335
Each item has a property called parentNode that points to the parent. You can start at the node clicked, and then recursively go through each parentNode, until...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Oct 13, 2008
10:58 pm
1336
I am getting this error also. To recreate this error use this code to populate the tree: var dp:XML = <node label="Root"> <node label="Main Parent"> <node...
twn621
Offline Send Email
Oct 13, 2008
10:59 pm
1337
Hi, Thanks for reporting this. I was able to reproduce the bug and currently looking into fixing it. I'll let you know in a few days. Thanks, Allen ... ...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Oct 13, 2008
11:12 pm
1338
I have been using the Yahoomap APis for quite some time. I found there are some bugs in the API which are quite annoying The markermanager provided in the...
rohdimp24
Offline Send Email
Oct 14, 2008
4:57 am
1339
... I have added a post on my blog containing some more errors and few workarounds. ...
rohdimp24
Offline Send Email
Oct 14, 2008
1:03 pm
1340
... I have discussed the errors and some of the solutions in my blog http://rohitagarwal24.blogspot.com/2008/10/yahoomap-api-for-flex-3-is-buggy-i-have.html...
rohdimp24
Offline Send Email
Oct 14, 2008
1:03 pm
Messages 1311 - 1340 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