Because Adobe Flex is an Object Oriented Language most of the Application Files that you will create will begin with an Upper Case letter. Most Applications will be the equivalent of a Class, and traditionally, a Class is named using an upper case letter in the first character of the name.
In Adobe Flex, what is the difference between the Label Control and the Text Control?
A) The largest difference is that Text Controls can have multiple lines of text, Label Controls can only have one line of text.
B) Label Controls cannot have Id’s, but Text Controls can.
C) Text controls can have a default value, Label Controls cannot.
Answer = “A”
True or False
When you set the Padding Property for an Application using the Absolute Layout, the application ignores the “Padding Property” at run-time, however, Flex does add the padding to the Layout Guides for you to use in “Design Mode”.
Answer = True
True or False?
When using Design Mode the “Standard View” of the “Flex Properties View” allows you to change the Padding Property of an application.
Answer = False