flex4.5
Adobe AIR: How do I get the current endpoint URI?
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[详细]
2023-04-01 18:18 分类:问答Counting XMLList elements with certain number of children
Given this XML code: private const XML:XML = <pref> <game id=\"0\"/> <game id=\"9012\">[详细]
2023-04-01 15:49 分类:问答disabling few rows in spark datagrid
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:[详细]
2023-04-01 14:57 分类:问答How to align a "Label:" followed by a RadioButtonGroup?
Please advise me, how to align Label followed by RadioButtons in Flex 4.5: RadioTest.mxml: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-04-01 11:46 分类:问答Flex 4.5 - unique computer information
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.[详细]
2023-04-01 09:45 分类:问答Flex mobile Turning tabBar visible = True/False?
i try to toggle tabBarvisible = true/false with the following code: protected function textA开发者_高级运维rea_clickHandler(event:MouseEvent):void[详细]
2023-04-01 08:05 分类:问答Problem with scrolling a sparks list with TileLayout in Flex 4.5
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[详细]
2023-04-01 02:13 分类:问答How to Print in Flex without the UI Components disappearing
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.[详细]
2023-04-01 01:58 分类:问答How to switch between Vertical and Tile layout in Flex 4.5
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[详细]
2023-04-01 01:43 分类:问答spark.components.List and TileLayout - scroll bars are not displayed (test case + screenshot attached)
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[详细]
2023-03-31 18:25 分类:问答