Explore our World Wide Jobs bank to get preparation of your job and get better opportunity to server and earn in your local and international market. ...
I'm having a problem with the autoComplete when keepLocalHistory is set to true. The problem appears when your typing something that's NOT in the dataprovider,...
Hi, Does any body know of any examples with source to get the Layout Container working? I am having really troubles trying to figure this one out. I am reading...
Hello, I am investigation an issue where charts work fine without AdBlock Plus, but don't work with it. The charts were tested on different browsers and...
Internally, the YUI Charts use SWFObject, a common library for embedding Flash content with JavaScript. There was nothing specific added to bypass AdBlock...
Hello. Could you tell me what other steps you've done to get this error? I've tested this multiple times and haven't been able to reproduce it, so it must be...
Hi John, Are you trying to use the ASTRA Utilities layout utility http://developer.yahoo.com/flash/astra-utils/layout/ or the ASTRA Flash layout container...
Hi Tripp, Thanks so much for your mail`-` I am trying to get the first one working: http://developer.yahoo.com/flash/astra-utils/layout/ When you scroll down...
Hi, I tested this in firefox 3.06 with addBlock and only the pie chart doesn't load. here is a screenshot: http://www2.hawaii.edu/~johnbarr/symantec.jpg Not...
If you go to http://developer.yahoo.com/flash/astra-utils/index.html, you will see a download button on the top left side of the page. You will need to...
I created an instance of the Carousel using only actionscript and it is usable, but how can I make the images larger ? var carousel:Carousel = new Carousel(); ...
If I remember correctly, the renderers in the library are fixed size UILoader. You should be able to edit the symbol to make the image display at a different...
Hi Tripp, Is there Astra Utilities for AS2? Thank you. ... The first step to online success is your own domain. Get your .com, .org, .net, .info and .biz...
Ok, thank you very much..Will do on AS3 ... The first step to online success is your own domain. Get your .com, .org, .net, .info and .biz domains at: ...
Hi Tripp, THANK YOU SO VERY MUCH!`-` Yep, this worked like a charm, and was easy with you instructions. Before when I tried I was able to get it to compile...
I am trying to use this within flex. Only actionscript is used - there are no symbols. In a future version could a public method get added to change image...
You should find that it's consistent with how the default cell renderer for fl.controls.List behaves. The skins for the fl.* component architecture are meant...
Hi, There is a bug in the TabBar that is preventing the fonts from being successfully embedded. It will be fixed in the next release. Below is an outline for a...
Hey there! Im working on a project to use the wii nunchuck to manipulate yahoo! maps by using its built in accelorometer. So far I've managed to connect the...
Hi! Anyone tried append and insering new nodes and mofify existing XML/XMLlists ? I am Trying to insert or append new nodes to the tree component. Tried...
I have an Astra ColumnChart in my Flash project, and am trying to hook up a click event to the chart. I want to know the values associated with whatever...
You don't have to use event.target to access properties on the event object itself. You can access index and item directly on the event object using...
Sometimes, I've found that the problems I run into are actually bugs in the Flex SDK, not in the Yahoo components or something I've done. I wanted to let...
That reference error was my bug, due to the ListEvent not having the proper rowIndex. Just wanted to let everyone know that this is fixed and about to be...
Hi, I am new to Yahoo Astra. As my first lesson I tried this: // create the square var square:Shape = new Shape(); square.graphics.beginFill( 0xFFCC00 ); ...
Hello, I just re-send this because the previous subject is not appropriate. Sorry. I am a newbie to Astra and as my first lesson I tried this: // create the...