In my application, I want to set a fixed position for the SecurityPanel. Is there any way to set the x and y postion for SecurityPanel?
i have numeric stepper in MXML component.when i entered manually numeric value and press a button to add the current value in my 开发者_如何学Pythondatagrid column row.First time its not effected in d
I\'m transitioning 开发者_如何学JAVAa flex 3 application to flex 4.There was AS code in the flex 3 app that worked:
how can i change the cursor when my cursor is only within this pop out panel and not in the main stage ?
For example, I have a function in class A: private function functionA(f:Function):void { var objB:B; objB.f();
I\'m trying to开发者_开发技巧 migrate a Flex 4 project backwards to Flex 3, and I need to move stuff mapped in a <fx:Declarations> block in MXML. Does Flex 3 have something similar to this? It\'
I am looking for solutions for a problem that we are facing. We are planning to make a POC for Desktop Alert application. We will have a desktop AIR app that will connect to a Java Server. The server
I got 2 parsley configurations for my 2 elements. A.xml <fx:Declarations> <!--Presenters--> <presenters:ScenarioDefinitionPresenter id=\"scenarioDefinitionPresenter\"/>
I need to find t开发者_开发问答he IP Address of the system my AIR App is running. I found a similar question here. But the solution is with SDK version higher than 3.5 it seems. Can this be done using
While using Socket, I am able to read the data as while (socket.bytesAvailable) { textArea.text += socket.readUTFBytes(socket.bytesAvailable);