waktu membuat sebuah program menggunakan flex saya memakai flex sdk 3.2, lalu saya mendapatkan kendala yaitu di flex sdk 3.2 Phonevalidatornya tidak mengenali fungsi "minDigit", jadi minimum digit yang dikenali ialah 10 digit untuk telepon. padahal saya ingin membatasi minimum digit menjadi 6 saja (untuk telepon rumah). setelah dicari-cari ternyata flex sdk 3.5 sudah mendukung minimum digit, cara yang mudah adalah mengganti flex sdk 3.2 yang saya pakai menjadi flex sdk 3.5, ketika saya melakukan itu ternyata flex sdk 3.5 yang saya download tidak mendukung chart atau grafik, sedangkan di program yang saya buat menggunakan grafik. jadi untuk mensiasatinya saya hanya mencopy phoneValidator di flex sdk 3.5 untuk di gunakan di flex sdk 3.2
caranya sangat mudah kita tinggal mencopy phoneValidator di 3.5 ke 3.2 lalu kita copy flex framework.swc. setelah itu tinggal kita clean project flex kita dan selesai, sekarang kita bisa menggunakan fungsi minDigit untuk phoneValidator :D
sebenarnya ada cara-cara yang lain, tapi cara ini menurut saya yang paling mudah untuk dicoba, karena kita tidak perlu susah susah membuat fungsi minDigit sendiri.
ini hanya salah satu masalah yang didapat ketika sdk yang kita gunakan tidak mendukung fungsi yang kita butuhkan, :D
Showing posts with label flex overview. Show all posts
Showing posts with label flex overview. Show all posts
Monday, May 10, 2010
Wednesday, October 14, 2009
Flex

Flex overview
Flex is a free, open source framework for building highly interactive, expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. It provides a modern, standards-based language and programming model that supports common design patterns. MXML, a declarative XML-based language, is used to describe UI layout and behaviors, and ActionScript™ 3, a powerful object-oriented programming language, is used to create client logic. Flex also includes a rich component library with more than 100 proven, extensible UI components for creating rich Internet applications (RIAs), as well as an interactive Flex application debugger.
RIAs created with Flex can run in the browser using Adobe Flash® Player software or on the desktop on Adobe AIR™, the cross-operating system runtime. This enables Flex applications to run consistently across all major browsers and on the desktop. And using AIR, Flex applications can now access local data and system resources on the desktop. Both Flash Player and Adobe AIR are available as a free download on Adobe.com.
You can accelerate application development with Adobe Flex® Builder™ 3 software, a highly productive, Eclipse™ based development environment, and AdobeLive Cycle® Data Services software, a set of advanced data services that can be used in Flex development. Both of these products are available for purchase.
Flex Builder 3
Try Flex Builder 3
Subscribe to:
Posts (Atom)