I\'m using a NumberValidator on each cell in a column on a datagrid. The source is set to the datagrid\'s dataProvider but the property is the problem. I can\'t just say \'text\' because I use a label
I have been tasked with creating the equivalent Flex 4 implementation of graphical style of the buttons found on this page:
I really hope there is someone that can help me out on this one. It took me days to implement a decent looking error skin for some custom text inputs but I am running into what seems to be a measuring
Hey people, I\'ve this huge problem loading a symbol from a swf file in the application at runtime.I want to load it and pass it as a argument to another class where it could be used further. The symb
I have a TextInput inside a spark Item Renderer. I need to undo some behavior in a library I\'m using by stopPropagation of the mouseDown and mouseUp event for the TextInput. However, I would like the
I\'m trying to get my Actionscript 3.0 model that links to an SQLite database using Probertson\'s SQLRunner class to talk to my flex component; I\'m really unsure of how best to accomplish this. I hav
Not sure this exist, but worth asking you all: is there a built in method to compute the distance between the current mouse position and a given compone开发者_StackOverflownt? If not, is there a simpl
I have set the itemrenderer package like that: package myrenderers { import mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;
I have two states. When I switch from OFF to A, it resizes correctly, but when I switch from A back to OFF it happens without the smooth resize transition. What am I doing wrong?
I\'ve been banging my head against the wall trying to figure out where I\'m going wrong with this, but having no luck.