EDIT: It looks like a bug in AIR. I\'ve reported it here: https://bugbase.adobe.com/index.cfm?event=bug&id=2955444please vote on it ↑
I don\'t have much Flex-experience and am porting a (working) Flash card game to it. I\'m stuck with the problem, that scroll bars are not displayed for my List, which should display custom component
I\'m struggling with 2 layout problems when开发者_开发知识库 using HDivideBox in Flex 4.5: When I drag the vertical dividing bar to the left, the Label and the 3 RadioButtons on the top-left do no
Is mx.containers.HDividedBox deprecated by some spark container in Flex 4.5? I\'m new to Flex programming and can\'t find any spark replacement for it.
<s:Button id=\"btnNext\" label=\"Next\" width=\"80\" click.Title=\"changeState(\'Info\');\" click.Info=\"changeState(\'Organ\');\"
I have 10 columns in datgrid so i want datagrid to be horizontally scrollable. Im getting vertical scrollbar(auto generated without s开发者_如何转开发pecifying vertical scroll policy on) for mxDatagri
I am dynamically creating 10 textinputs inside a vgroup . when user clicks a button,I want to fetchthe text present on all textinputs. Howto do this. My code looks like this
In Flex 3, I used to be able to take 2 panels, lay them out with 100% width settings in an HBox.If I changed the width property of the first panel to somethi开发者_C百科ng smaller, let\'s say 20%, the
I have a browser application and i want to use the Geolocation class. The problem is that i get that error when i try to use Geolocation.isSupported. I have imported the flash.sensors.Geolocation in t
Hello I have this array: private var all_array:Array = [ { symbol: \"ADBE\", name: \"Adobe Systems Inc.\", price: 49.95 },