O’Reilly Programming Flex 2 phần 10 docx
... 15 AVM2, 2 B base state, 21 1 binary sockets, 407 breakpoint, 415 build.xml file, 27 Button, 128 Button tag, 125 ButtonBar, 144 buttons, 121 types, 128 C Canvas tag (MXML), 45 CheckBox, 128 child ... syntax, 26 8 curly braces (MXML), 52 CurrencyFormatter, 311 CurrencyValidator, 306 cursor management, 4, 1 62 164 custom APIs, 53 custom classes, 27 7 27 9 custom properties, 457 cus...
Ngày tải lên: 06/08/2014, 08:22
... date. The default value is /\ , which means any of the following is valid: 1 /20 /20 10 1 20 20 10 1 .20 .20 10 1 -20 -20 10 1 \20 \20 10 The following allows only the asterisk character as a delimiter: <mx:DateValidator ... userType(value:uint):void { if(userType <= 2) { _userType = userType; } } public function User( ) {} } } Example 12- 1. User class (continued) 2...
Ngày tải lên: 06/08/2014, 08:22
... content. Understanding Flex 1.5 and Flex 2 If you are familiar with earlier versions of Flex (Flex 1 and Flex 1.5), you may be interested in the relationship between Flex 2 and those earlier versions. While Flex 2 ... Ant. Creating a Flex Builder 2 project Using Flex Builder 2, you can create a new project with a few clicks on the mouse. From the Flex Builder 2 m...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 2 doc
... <class>com.oreilly.programmingflex.A</class> <class>com.oreilly.programmingflex.B</class> <class>com.oreilly.programmingflex.C</class> <class>com.oreilly.programmingflex.D</class> ... class="com.oreilly.programmingflex.A"/> <component id="B" class="com.oreilly.programmingflex.B"/> <component id=&qu...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 3 pptx
... width=" ;100 %" height=" ;20 0"> </mx:List> <mx:List width=" ;100 %"> </mx:List> </mx:DividedBox> <mx:Canvas width=" ;100 %" height=" ;100 %"> ... direction="vertical" width=" ;20 0" height=" ;100 %"> <mx:List width=" ;100 %" height=" ;20 0"> </mx:Lis...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 4 potx
... alphaTo="1" duration=" ;100 0" /> <mx:Blur blurXFrom=" ;10& quot; blurYFrom=" ;10& quot; blurXTo="0" blurYTo="0" duration=" ;100 0" /> </mx:Parallel> ... alphaTo="0" duration=" ;100 0" /> <mx:Blur blurXFrom="0" blurYFrom="0" blurXTo=" ;10& quot; blurYTo=" ;10& quot...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 5 ppt
... xmlns:mx="http://www.adobe.com /20 06/mxml"> <mx:Image width=" ;100 " height=" ;100 " source="@Embed(source='assets/cube. GIF',scaleGridTop=&apos ;10& apos;,scaleGridLeft=&apos ;10& apos;, scaleGridBottom='90',scaleGridRight='90')"/> </mx:Application> Figure ... <mx:VRule height=" ;21 3"/> <...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 6 pptx
... application. Using ActionScript to Define States | 22 7 import mx.states.State; import com.oreilly.programmingflex.states.CustomForm; import com.oreilly.programmingflex.states.CustomFormManager; private ... MXML document. For this reason, Flex Builder adds xmlns="", as in the preceding example. Using ActionScript to Define States | 22 5 The CustomFormManager class (Example...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 8 potx
... upSkin: ClassReference("com.oreilly.programmingflex.styles.ButtonSkin"); overSkin: ClassReference("com.oreilly.programmingflex.styles.ButtonSkin"); downSkin: ClassReference("com.oreilly.programmingflex.styles.ButtonSkin"); ... 14 -25 is a programmatic skin for tool tips. You can then apply the customized skin as shown in Example 14 -26 . Example 14 -25 . An ex...
Ngày tải lên: 06/08/2014, 08:22
O’Reilly Programming Flex 2 phần 9 pps
... type="text/javascript"> <! function getFlexApplicationReference( ) { if (navigator.appName.indexOf("Microsoft") != -1) { return window .Flex2 ; } else { return document .Flex2 ; } } function getDisallowedDates( ... com.oreilly.programmingflex.remotedata { import mx.rpc.http.HTTPService; import mx.rpc.events.ResultEvent; import mx.collections.XMLListColle...
Ngày tải lên: 06/08/2014, 08:22