Flex4

Flex4

Hi..

What is the difference between Flex3 and Flex4?

Please tell me about that......

Thanks

View Answers

October 29, 2010 at 12:38 PM

Difference between Flex3 and Flex4:

  1. Adobe Flex 4 including a new skinning and component architecture, a new animations engine, an extended layout mechanism, a new text engine, and a new graphics library.

  2. In Flex 4, the layout has been decoupled from components. Spark components are used in Flex 4 which includes Application, List, ButtonBar, and Panel.These Spark components can define their layouts declaratively. In all of these components, containment is managed by the Group class and the layout of the Group?s children is delegated to an associated layout object.

  3. Flex SDK 3 supports Flash Player 9 and Flash Player 10, but some graphical features are not supported in it. Whereas, Flex SDK 4 fully supports Flash player 10, including the Flex 3 features and also supports some additional features like Flex graphics.

  4. One of the major themes in the Flex 4 is ?Design in Mind?. This goal involves creating a smoother workflow between designers and developers. To help achieve this, the framework provides a clear separation of the visuals for a component and the rest of its behavior.

  5. In Flex 3, an individual component?s code includes logic around its behavior, layout, and visual changes. In Flex 4, the components are factored out into different classes, each handling specific pieces of behavior.









Related Tutorials/Questions & Answers:
Flex4
Flex4  Hi...... please tell me about that..... What?s new in flex4?ADS_TO_REPLACE_1 Thanks   Ans: The Flex SDK has been focused around...-cases. There are top 10 changes in flex4. Integration with Adobe Catalyst Spark
Flex4
Flex4  Hi.. What is the difference between Flex3 and Flex4? Please tell me about that......ADS_TO_REPLACE_1 Thanks   Difference between Flex3 and Flex4: Adobe Flex 4 including a new skinning and component
Advertisements
Flex4 container
Flex4 container   Hi... I have a custom component that is larger than a certain container, and I need it to be centered in that container. Best using only MXML, styles and properties This does not work as expected:ADS
Flex4 FXG and Image
Flex4 FXG and Image  Hi.... Flex4 skin in FXG or image which is more efficient? please tell me about that...ADS_TO_REPLACE_1 Thanks   Ans: Is your app going to be scaled? If not use bitmaps or vectors cached
Label in Flex4
Label in Flex4: In Flex4 Label is a lightweight and low level UI-component that is known as Spark Component in FLex4. Spark Label is used for rendering one or more lines of uniformly-formatted text. Label in Flex4 utilize the new
Spinner in Flex4
Spinner control in Flex4: Flex4 introduced a new a Spinner control which was not available in MX. In Flex4 Spinner control is called a Spark component. You can set the values and select the values by clicking up and down button
ComboBox in Flex4
ComboBox in Flex4: In Flex4 Combobox is called a spark Combobox control. DropDownListBase control is the base class of the combobox control. Combobox...:String>ADS_TO_REPLACE_5 <fx:String>FLEX4</fx:String> </mx
SkinnableDataContainer in Flex4
SkinnableDataContainer in Flex4: SkinnableDataConatiner Container is a Flex4 container hold and lays out data items and supports virtualization. .... In this example user can see how to use SkinnableDataContainer in the Flex4
RichText in Flex4
RichText in Flex4: In Flex4 RichText Control is a Spark Control and it is a middleweight Component. The text shown in richly-formatted text, with multiple character and paragraph formats. It is not a interactive component because
NavigatorcontentContainer in Flex4
NavigatorContent Container in Flex4: The NavigatorContent Container is a Flex4 container that's used to switch between multiple children which are other containers. It is place inside of MX navigator containers. In this example we
TextArea in Flex4
TextArea Control in Flex4: The TextArea control is a component of both the MX... Components while developing any program in Flex4. The characteristics of MX... in Flex4. The characteristics of MX TextArea control is a multilinear
RicheditableText in Flex4
RichEditableText in flex4: In Flex4 the RichEditableText control is just like a RichText control in which the text display in richly-formatted text, with multiple character and paragraph formats. It is a interactive component
Slider in Flex4
Slider control in Flex4: Flex4 Slider control is also called a Spark Slider control. You can select a value by moving a slider thumb between two end... In this example you can see how we can use a Slider control in Flex4. Output
PopUpAnchor Control in Flex4
PopUpAnchor Control in Flex4: The PopUpAnchor control is a Spark component. This new component added in Flex4. The PopUpAnchor control is used to a pop-up component in a layout. The pop-up component has no visual appearance
RadioButton in Flex4
RadioButton in Flex4: In Flex4 RadioButton is a spark component. You can use two or more RadioButton components with in a RadioButtonGroup and select only one RadioButton at one time and if one stands in selected mode then all
Components
Components in Flex4 is the simple extension of the components of Flex3. In this section, you will learns different types of spark components to be used in Flex4. Here is the list of spark components
Style in Flex4
Style in Flex4: In this section you will introduce to applying style to controls. You can change the appearance of components using style properties. If you set the style of the parent container it may be inherited by its children
TextInput in Flex4
TextInput in Flex4: TextInput control is a Text entry control that allows... Layout Framework (TLF) is used in Flex4 for text editing with high quality typography. In Flex4 TextInput control uses the new Text Layout Framework(TLF
NumericStepper in Flex4
NumericStepper control in Flex4: The NumericStepper control is used both in MX and Spark's component. It uses the number of an ordered list. It has... use a NumericStepper control in Flex4. Output: ADS_TO_REPLACE_6 Running
VideoPlayer in Flex4
VideoPlayer control in Flex4: The VideoPlayer control is used for playing downloaded or streaming video. The VideoPlayer control supports multibit rate... how we can use a VideoPlayer control in Flex4. Output: Running Application
ColorPicker in Flex4
ColorPicker control in Flex4: The ColorPicker control is a MX component not a Spark component. When you can choose a color from it  the swatch panel... In this example you can see how we can use a ColorPicker control in Flex4
ViewStack in Flex4
ViewStack Container in Flex4: The ViewStack container is called Spark ViewStack container. It is made up of a collection of child containers. The child... a ViewStack container in Flex4. Output: Running Application
Style in Flex4
.style1 { font-size: medium; } Style in Flex4:- Style is a process to change the look and feel for single component or apply them all component in your application. If user want to change the appearance then it is used style
ToolTip in Flex4
ToolTip in Flex4: ToolTip is used for display the message. When user moves a mouse towards a component a message will appear it is a ToolTip and user clicks the mouse button the message disappears. You can set the one ToolTip
ToolTipManager in FLex4
ToolTipManager in Flex4: In this example you can see how we can use the tooltip using ToolTipManager. The ToolTipManager provides the basic functionality of tooltip like enabling and disabling tooltip, duration of show and hide
ButtonBar in Flex4
ButtonBar in Flex4: The ButtonBar Control is comprises from the components of both the MX and the Spark and defines a horizontal group of logically allied buttons with a familiar look and navigation. On the basis of the value
DropDownList in Flex4
DropDownList control in Flex4: The DropDownList control contains a drop-down list. You can select only one item at a time. Its functionality is very similar to that of the SELECT form element in HTML. The DropDownList control consists
VScrollBar in Flex4
VScrollBar in Flex4: The VScrollBar controls is used both in the MX and Spark's component. The VScrollBar control can work as a stand-alone controls, it works combinedly with other compentents as a custom component to provide
HScrollBar in Flex4
HScrollBar in Flex4: The HScrollBar controls is used both in the MX and Spark's component. The HScrollBar control can work as a stand-alone controls, it works combinedly with other compentents as a custom component to provide
SkinnableContainer in Flex4
SkinnableContainer in Flex4: The SkinnableContainer container is a Flex container that hold components as children. It contain only those components that implement IVisualElement interface. It's contain both visual and graphical
LinkButton in Flex4
LinkButton in Flex4: The LinkButton is a MX component. It has no Spark component. The LinkButton in Flex is much like the hyperlink option of HTML. It helps us to open a URL in a web browser. You can use the ViewStack container
DateChooser in Flex4
DateChooser control in flex4: The DateChooser control is a MX component. It has no Spark component. The DateChooser control contains the year, a month and a grid of the day of the month. It has columns labeled for the days
VideoDisplay in Flex4
VideoDisplay Control in Flex4: The VideoDisplay control is used in both the MX and Spark components. You can use the MX VideoDisplay control for live streaming video.You can use  a local camera using the attachCamera() method
CurrencyValidator in Flex4
CurrencyValidator in Flex4: The CurrencyValidator class validates the currency format. You can set the precision property in it. The Tag of CurrencyValidator is <mx:CurrencyValidator>. In this example you can see how we can use
DateValidator in Flex4
DateValidator in Flex4: The DateValidator class validates the string and date format. You can enter the single or two digit for month and day. By default the DateValidator class takes the following range for day, month and year. 1
EmailValidator in Flex4
EmailValidator in Flex4: The EmailValidator class validates the string, @ sign and a period character(.) in the domain. You can use the IP domain name which is enclosed in square bracket. for example abc@[205.130.44.2]. This validator
NumberValidator in Flex4
NumberValidator in Flex4: The NumberValidator class validates a  number. You can specify the minimum and maximum range of value by using the minValue and maxValue property. You can specify the domain property for integer value
SocialSecurityValidator in Flex4
SocialSecurityValidator in Flex4: The SocialSecurityValidator class is used for validate a string Which has a valid United States Social Security Number or not. This validator does not check if the number is an existing Social
StringValidator in Flex4
StringValidator in Flex4: The StringValidator class validates a string Which is in a specified range or not. You can set the minimuum and maximun range by using minLength and maxLength property. The tag of StringValidator is <
ZipCodeValidator in Flex4
ZipCodeValidator in Flex4: The ZipCodeValidator class validates the correct length of the numeric value. It checks the length for a five-digit ZIP code, a five-digit+four-digit United States ZIP code. The tag of ZipCodeValidator
Validator in Flex4
Validator in Flex4: The Validator class validates the text field value. If the text is blank it will give an error message. If you will write anything in the text field then it will not generate a error message. Basically it is used
PhoneNumberValidator in Flex4
PhoneNumberValidator in Flex4: The PhoneNumberValidator class is used for a valid phone number. A valid phone number has a 10 digits. If the user enter less than or greater than 10 digits it will generate a error message. The tag
DateFormatter in Flex4
DateFormatter in Flex4: The DateFormatter class formats a date in month, day, year format. You can set the formatString property for date formatter. If an error occurs this error is saved to the error property. The error property has
NumberFormatter in Flex4
NumberFormatter in Flex4: The NumberFormatter class formats the decimal rounding and precision, thousand separator and negative sign. for example,203.4567=203.456 . You can use the precision property for decimal length. If an error
PhoneFormatter in Flex4
PhoneFormatter in Flex4: The PhoneFormatter class changes a number into a phone number format. You can use the formatString property for formatted a number.  The default area code is (###). You can set the areaCodeFormat
ZipCodeFormatter in Flex4
ZipCodeFormatter in Flex4: The ZipCodeFormatter class is used for format a zip code. You can use formatString property for formatting a zip code. There are many format for zip code
Font in Flex4
Font in Flex4: In this example you can see how we can use font in a flex application. You will use font for the appearance of the component. You will use font for give a color , size and etc. Example: <?xml version
CheckBox in Flex4
CheckBox in Flex4: In Flex 4 the CheckBox Control is comprises from the components of both the MX and the Spark. We can use either MX CheckBox or Spark CheckBox both are same thing. Checkbox contains two part in a graphical shape
TabBar in Flex4
TabBar control in flex4: The Spark TabBar control defines a horizontal row of related buttons. This Control uses a itemClickevent  event which is used to select a tab from TAbBar. The TabBar control displays tabs in horizontal
CreditCardValidator in Flex4
CreditCardValidator in Flex4: The CreditCardValidator class is used for validate a credit card number. It checks the length and correct prefix of the credit card number and check the number is currently active

Ads