I guess I just entered the wrong search phrases or is there really no overview of all the components that are useable on the mobile device?
i\'m a newbie in Flex/Air. I\'m developing an AIR web browser and i want to use a virtual keyboard to write in the HTML pages.
Is there a simple way to change the开发者_开发知识库 bar color of the default download progress bar by extending the DownloadProgressBar component besides implementing our own progress bar?Since drawP
Question I want to use a Spark ComboBox with numerous MX Components but the Spark ComboBox does not look the same as the MX Components.Is there a skin I can use to Skin Spark components like MX compo
[Embed(\"assets/BorderContainer.png\")] public const BorderContainerIcon:Class; The xml string of my application menu is formed entirely in java and I can\'t the iconField=\"@icon\" property of the
I am extending the Flash DownloadProgressBar component for use as开发者_如何学运维 a preloader with Flex.Is it possible to override the x and y coordinate position of the progress bar? (the default is
I have a dynamic Actionscript class as follows: public dynamic class Foo {....} In my code I (may) add some properties to it:
textChanged and valueCommit both event listener are attached with a spark textarea as follows: addEventListener(\"textChanged\",
This is my array collection [Bindable]private var Projects:ArrayCollection = new ArrayCollection( [ { Department: \"Software\", TotalProjects: 73,Completed:30,Inprogress:30,Approved:13},
I\'m getting the following error at the start of my application: ReferenceError: Error #1065: Variable mx.messaging.config::ConfigMap is not defined.