MACROMEDIA FLEX - DEVELOPING COMPONENTS AND THEMES Bedienungsanleitung Seite 14

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 36
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 13
Version#1.0#(May#14,#2009)#
own!width!requiring!the!component!to!update!its!layout,!set!its!children’s!width!
causing!them!to!update!their!layout!and!then!inform!its!parent!that!the!width!
change,!possibly!spawning!even!more!calls!to!other!width!affected!properties!and!
calculations.!!!
Now,!on!the!next!line!we!set!width!again!requiring!all!the!changes!to!be!applied!a!
second!time.!!The!execution!time!has!now!doubled!and!if!the!set!width!occurs!even!
more!times,!the!execution!time!can!jump!dramatically!causing!our!Flash!frame!to!
extend!for!no!good!reason.!!What!we!would!prefer!is!for!all!those!operations!to!
occur!only!once!and!after!the!last!execution!of!a!set!width.!
The!Invalidation‐Validation!cycle!solves!this!problem!by!using!a!flag!system!and!
delaying!the!execution!of!the!required!update!code!until!later.!!Let’s!look!at!the!
width!setter!for!UIComponent!(this!is!partial!code):!
public function set width(value:Number):void {
if(explicitWidth != value) {
explicitWidth = value;
invalidateSize();
}
// other code follows…
Figure'5')' Width'Code'Example'
The!method!first!checks!to!see!if!the!value!changed,!if!not!the!method!ignores!the!
new!value.!!If!the!value!has!changed,!it!stores!the!new!value!and!the!calls!
invalidateSize().!Let’s!look!at!what!the!invalidateSize()!method!does.!
public function invalidateSize():void {
if (!invalidateSizeFlag) {
invalidateSizeFlag = true;
if (parent && UIComponentGlobals.layoutManager)
UIComponentGlobals.layoutManager.invalidateSize(this);
}
}
Figure'6')' Invalidate'Size'Example'
The!invalidateSize()!method!is!a!simple,!but!powerful!method.!!It!first!checks!to!
see!if!invalidateSize()!has!been!called!previously!using!the!invalidateSizeFlag!
value
12
.!!The!first!time!this!method!is!called!(either!during!birth!or!post‐validation),!
the!invalidateSizeFlag!is!false!and!is!set!to!true,!the!method!then!checks!if!we!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
#The#invalidateSizeFlag#sho uld#b e#considered#an#internal#flag,#one #that#we#should#never#set#
dire ctly.#Later#on#i n#the#Flex#Component#Development#B est#Practi ces#section#we#will# demonstr ate#how#to#
create#our#own#pr operty#fla gs#to#track#the#current# Invalidati on^Validation#property#states#and#these#
should#n ot#be #conf used#with #the#internal#UICompoment#flags.#
Seitenansicht 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 35 36

Kommentare zu diesen Handbüchern

Keine Kommentare

MD Building Products 87684 manuály

Uživatelské manuály a uživatelské příručky pro ne MD Building Products 87684.
Poskytujeme 1 manuály pdf MD Building Products 87684 ke stažení zdarma podle typů dokumentů: Instalační příručka


Tabulka s obsahem





Další produkty a příručky pro ne MD Building Products

Modely Typ Dokumentu
03822 Instalační příručka   MD Building Products 03822 Installation Guide, 1 stránky
71480 Instalační příručka   MD Building Products 71480 Installation Guide, 1 stránky
70409 Instalační příručka   MD Building Products 70409 Installation Guide, 1 stránky
73098 Instalační příručka   MD Building Products 73098 Installation Guide, 1 stránky
06635 Manuál s instrukcemi   MD Building Products 06635 Instructions / Assembly, 1 stránky
03772 Instalační příručka   MD Building Products 03772 Installation Guide, 1 stránky
70144 Instalační příručka   MD Building Products 70144 Installation Guide, 1 stránky
69962 Instalační příručka   MD Building Products 69962 Installation Guide, 1 stránky
69609 Instalační příručka   MD Building Products 69609 Installation Guide, 1 stránky
02071 Instalační příručka   MD Building Products 02071 Installation Guide, 1 stránky
50005 Instalační příručka   MD Building Products 50005 Installation Guide, 1 stránky
50144 Instalační příručka   MD Building Products 50144 Installation Guide, 1 stránky
43251 Instalační příručka   MD Building Products 43251 Installation Guide, 1 stránky
69138 Instalační příručka   MD Building Products 69138 Installation Guide, 1 stránky
43250 Instalační příručka   MD Building Products 43250 Installation Guide, 1 stránky
70441 Instalační příručka   MD Building Products 70441 Installation Guide, 1 stránky
02352 Instalační příručka   MD Building Products 02352 Installation Guide, 1 stránky
69791 Instalační příručka   MD Building Products 69791 Installation Guide, 1 stránky
25756 Instalační příručka   MD Building Products 25756 Installation Guide, 1 stránky
03426 Instalační příručka   MD Building Products 03426 Installation Guide, 1 stránky