Is there a way to set the AntiAliasType to ADVANCED for a TabBar without modifying the astra classes? Adding the following to the end of drawTextFormat() in...
Looking at Adobe's Flash CS4 docs, I don't think any of the core fl.* controls have an explicit way to set the antiAliasType. It looks like Button and other...
Hello, I found a bug when using the color plane and slider. The problem can be tried out with the example on the Yahoo! Developer Network - DropDownColorPicker...
Hi, I'm using the AutoCompleteManager in Flex to auto-populate a textinput field. I am setting the text field's .text property inside my application (e.g....
i'm using the AutoComplete Flash component and having an issue with it: when selecting items from the dropdown list *using the mouse* selectedItem is null and...
Doesn't sound like a bug to me. I'd guess that once the drop down has closed, it no longer contains data. When you select an item from the drop down, it should...
I'm trying to build a google calendar style component for entering time. -I have a data provider for the auto complete manager. -I set the text input's value...
Regarding the main text property, it's replaced in both cases, but I need to access other relevant information about the selected item that's in the data...
Typical TextInput behavior, a Change event is not getting fired when the text property is set programmatically , so the AutoCompleteManager doesn't know a...
I can see that you'd want to access the data node to gather other information. Not sure why it's working different with the mouse and keyboard. I've looked at...
I'm using 1.4 version and found the following code on line 1156, not 1152.... not sure why: _dropdown.addEventListener(Event.CHANGE, dropdown_changeHandler); ...
I have trying to build a Yahoo! flash map to load Real Estate listings from an xml file. The map works a lot of time, but sometimes when I test it get an error...
I just got started with the Astra Controls. I want to use a tree and I have the following basic setup: [code] import com.yahoo.astra.fl.controls.*; import...
Currently, TimeStepper is not set up as an item editor, as it does not implement the IListItemRender interface. If you'd like it to work as such, you could...
This is my implement, use of up and down arrow keys can work, but do not manually enter the time. Where is the problem? public class HourMinuteStepper extends...
I'm trying to determine whether an SWF loaded into my Carousel is currently running. Is there a way to access a movie loaded into a carousel from the main...
... I'm trying to set it up so that if my carousel automatically advances. But if there is an SWF movie loaded then it should wait until that movie has...
I'v start with: Thank you. If use the chart without set the minimum all is ok. Look this: http://office.azero.it/download/totValue.png But.. i've set a ...