|
Displaying 1 - 50 of about 217 Related Tutorials.
|
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...="ToolTipManager Example"
width="237"
height=" |
Flex4
Flex4 Hi......
please tell me about that.....
What?s new in flex4?
Thanks
Ans:
The Flex SDK has been focused around three primary... in flex4.
Integration with Adobe Catalyst
Spark Component Architecture
MXML |
Flex4
Flex4 Hi..
What is the difference between Flex3 and Flex4?
Please tell me about that......
Thanks
Difference between Flex3 and Flex4:
Adobe Flex 4 including a new skinning and component architecture, a new |
|
|
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:
<s |
Flex4 FXG and Image
Flex4 FXG and Image Hi....
Flex4 skin in FXG or image which is more efficient?
please tell me about that...
Thanks
Ans:
Is your app going to be scaled? If not use bitmaps or vectors cached as bitmaps.
if you |
|
|
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... the
ToolTipManager displays the parent's ToolTip. You will use \n and 
 |
ToolTip Effect in Flex4
ToolTip Effect in Flex4:
In this example you can see how we can use the effect
with tooltip. You can provide the effect to the tooltip by using ToolTIpManager.
You set the Show and Hide property of the ToolTipManager.
Example |
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...;
In this example you can see how we can use a
Spinner control in Flex4.
Output |
Flex ToolTip with TabBar and ToolTipManager
|
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...;FLEX3</fx:String>
<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 |
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... control in Flex4.
Output:
In this example you can see how the pop up component |
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 |
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 |
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 |
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 |
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:
Running Application |
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 |
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... a
VScrollBar control in Flex4.
Output:
Running Application |
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... use a
HScrollBar control in Flex4.
Output:
Running Application |
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... we can use a
ViewStack container in Flex4.
Output:
Running Application |
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... can use a
VideoDisplay control in Flex4.
Output:
Running Application |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
SwitchSymbolFormatter in FLex4
SwitchSymbolFormatter in Flex4:
The SwitchSymbolFormatter Class is used for creating
custom Formatters. This Class is used for replacing placeholder characters in a
string with another number string. In this example we useed |
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 |