I need to open a HTTP link to the webserver which my air app is talking to but I don\'t want to hard-code the webserver URL into the Flex code. If I can get the endpoint URI then I can work from there
Given this XML code: private const XML:XML = <pref> <game id=\"0\"/> <game id=\"9012\">
Is there a way in spark datagrid to disable some rows programmatically, in flex 3, it could be done using the function mouseEventToItemRenderer this way:
Please advise me, how to align Label followed by RadioButtons in Flex 4.5: RadioTest.mxml: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I am developing a flex 4.5 web based application and I need to make sure if the client chooses a certain level of security, each user can log only from an authorized computer.
i try to toggle tabBarvisible = true/false with the following code: protected function textA开发者_高级运维rea_clickHandler(event:MouseEvent):void
I\'m experiencing a very strange behavior with a spark list with TileLayout placed inside a scroller. Basically, I want to have a title area above my list that scrolls away when the user scrolls down
I\'m printing from flex, and since I want to customise the jobs such as with margins and a title, I created a UI Component PrintTemplate. I add my stuff to the PrintTemplate and then I print it.
I need to have a spark list that switches between VerticalLayout and TileLayout depending on the user choice. The most obvious way is create two lists with separate layouts and then use States and the
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