How to get the Current Date Time in Flex
I'm trying to get the current date time in Flex/AIR? ...
I'm trying to get the current date time in Flex/AIR? ...
I know you can listen for the click event on a Spark List but I need to be able to listen for a highlight event. ...
Hi, I try to make a connection between arduino and Flex 4.0, I added the JSON lib and also as3corelib.swc to Flex. When I run the Flex file the connection between PC to arduino is working (I can see it in SERPROXY window) and also I don't have any problems in Flex window, I added the SWF file of Flex to the list at //http://www.macrom...
Hy! When I login with my flex app and then I want to get the cookie of the session it returns null. But if I set with flex another var and the I get it back it works. // The cookie name is "DgU00" and I do like this: var SID:* = CookieUtil.getCookie("DgU00"); // SID = null // if I do: CookieUtil.setCookie("DgU01", "abcd", 4); var SID2...
Is there a way to declare a skin inline in a Flex 4 MXML Component? If not inline in the component then in the declarations or library tag? Thx ...
In the following working example the list's selected index is supposed to reset to 0 whenever the text box changes. However, for some odd reason every other keystroke the selected item disappears and then reappears at the subsequent keystroke. <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/200...