분류 전체보기
-
-
-
-
-
Overview of Spark DataGrids in Flex 4.5공부방/Flex 동강 2012. 3. 19. 16:55
About This Episode Technical Evangelist James Ward showcases the new DataGrid component in Flex 4.5, and explains how the new Spark architecture makes it easier than ever to customize and skin these components. 출처 : http://tv.adobe.com/watch/adc-presents/overview-of-spark-datagrid-in-flex-45/
-
[Flex] Flex에서 Wake On Lan Command Line공부방/Flex 2012. 3. 14. 14:40
먼저 Wake On Lan에 대한 Command Line에 대한 정보 및 자료는 http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx 에서 참고 하였습니다. Wake On Lan Command LineLooking for wolcmd for OS X - try here Wake on Lan Command Line The command line tool wolcmd is run from a dos prompt. The syntax is as follows: wolcmd [mac address] [ip address] [subnet mask] [port number] you can also do a local broadcast if you are running ..
-
[Flex] Flex file upload examples공부방/Flex 2012. 3. 14. 10:21
Uploading files in flex using the filereference class If you want to allow users to upload multiple files at once, you would use the FileReferenceList class instead of FileReference. Flex File Uploaded The component can be configured to include the Accordion image preview display shown in the example below or to just display the upload button and File Uploader browser pop-up. The demo contents a..
-
[Flex] Adobe AIR SQLite Example공부방/Flex 2012. 3. 13. 12:53
AIR applications that doesn’t need to store data on your computer are extremely rare. That is why I have created a basic application that should help you understand and learn how you can store data in SQLite database. The example is really basic but it should get you an idea on how to do it. You can download the AIR application right here (view source is enabled). If you don’t want to download t..