Handleiding Adobe Flex 4.5

Handleiding voor je Adobe Flex 4.5 nodig? Hieronder kun je de handleiding gratis bekijken en downloaden als PDF in het Nederlands en/of Engels. Dit product heeft 0 veelgestelde vragen, 0 comments en heeft 0 stemmen. Is dit niet de handleiding die je zoekt, neem dan contact met ons op.

Is je product kapot en biedt de handleiding geen oplossing meer? Dan kun je voor reparatie gratis terecht bij Repair Café.

Handleiding

Loading…

6
USING FLEX 4.5
Getting started
Dernière mise à jour le 19/6/2011
An MXML tag that corresponds to an ActionScript class uses the same naming conventions as the ActionScript class.
Class names begin with an uppercase letter, and uppercase letters separate the words in class names. Every MXML tag
attribute corresponds to a property of the ActionScript object, a style applied to the object, or an event listener for the
object. For a complete description of the Flex class library and MXML tag syntax, see the ActionScript 3.0 Reference for
the Adobe Flash Platform.
Understanding the structure of an application built with Flex
You can write an MXML application in a single file or in multiple files. You typically define a main file that contains
the
<s:Application> tag. From within your main file, you can then reference additional files written in MXML,
ActionScript, or a combination of the two languages.
A common coding practice is to divide your Flex application into functional units, or modules, where each module
performs a discrete task. In Flex, you can divide your application into separate MXML files and ActionScript files,
where each file corresponds to a different module. By dividing your application into modules, you provide many
benefits, including the following:
Ease of development Different developers or development groups can develop and debug modules independently of
each other.
Reusability You can reuse modules in different applications so that you do not have to duplicate your work.
Maintainability You can isolate and debug errors faster than if your application is developed in a single file.
In Flex, a module corresponds to a custom component implemented either in MXML or in ActionScript. These
custom components can reference other custom components. There is no restriction on the level of nesting of
component references in Flex. You define your components as required by your application.
You can also use sub-applications rather than modules to develop applications that are not monolithic.
Developing applications
MXML development is based on the same iterative process used for other types of web application files such as HTML,
JavaServer Pages (JSP), Active Server Pages (ASP), and ColdFusion Markup Language (CFML). Developing a useful
Flex application is as easy as opening your favorite text editor, typing some XML tags, saving the file, requesting the
file’s URL in a web browser, and then repeating the same process.
Flex also provides tools for code debugging. For more information, see « Command-line debugger » à la page 2207.
Laying out a user interface using containers
In the Flex model-view design pattern, user interface components represent the view. The MXML language supports
two types of user interface components: controls and containers. Controls are form elements, such as buttons, text
fields, and list boxes. Containers are rectangular regions of the screen that contain controls and other containers.
You use container components for laying out a user interface, and for controlling user navigation through the
application. Examples of layout containers include the HGroup container for laying out child components
horizontally and the VGroup container for laying out child components vertically. Examples of navigator containers
include the MX TabNavigator container for creating tabbed panels and the MX Accordion navigator container for
creating collapsible panels. Typical properties of a container tag include
id, width, and height. For more information
about the standard Flex containers, see « Introduction to containers » à la page 328.
The following example application contains a Spark List control on the left side of the user interface and an MX
TabNavigator container on the right side. Both controls are enclosed in a Spark Panel container:
Download de handleiding in het Nederlands en/of Engels (PDF, 24.05 MB)
(Denk aan het milieu en print deze handleiding alleen als dat echt noodzakelijk is)

Loading…

Meer over deze handleiding

We begrijpen dat het prettig is om een papieren handleiding te hebben voor je Adobe Flex 4.5. Je kunt de handleiding bij ons altijd downloaden en daarna zelf printen. Indien je graag een originele handleiding wilt hebben, raden we je aan contact op te nemen met Adobe. Zij kunnen wellicht nog voorzien in een originele handleiding. Zoek je de handleiding van Adobe Flex 4.5 in een andere taal? Kies op de homepage je taal naar keuze en zoek daarna op het modelnummer om te zien of we deze beschikbaar hebben.

Specificaties

Merk Adobe
Model Flex 4.5
Categorie Software
Bestandstype PDF
Bestandsgrootte 24.05 MB

Alle handleidingen voor Adobe Software
Meer handleidingen voor Software

Beoordeling

Laat ons weten wat je van de Adobe Flex 4.5 vindt door een beoordeling achter te laten. Wil je je ervaringen met dit product delen of een vraag stellen? Laat dan een bericht achter onderaan de pagina.
Bent u tevreden over de Adobe Flex 4.5?
Ja Nee
Beoordeel dit product als eerste
0 stemmen

Praat mee over dit product

Laat hier weten wat jij vindt van de Adobe Flex 4.5. Als je een vraag hebt, lees dan eerst zorgvuldig de handleiding door. Een handleiding aanvragen kan via ons contactformulier.

Handleiding Adobe Flex 4.5

Gerelateerde producten

Gerelateerde categorieën