MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Instrukcja Użytkownika Strona 61

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 184
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 60
Controls 61
mx.containers.ViewStack
The following table describes changes to the ViewStack class:
When all children are removed from a ViewStack, Flex sets the
selectedIndex to -1 (was
NaN). Removing children from a ViewStack container now adjusts the selectedIndex.
If a view is removed from the front (where 0 is the front-most), Flex decrements the
selectedIndex by 1 to remain pointing at the selected item. If the current view is removed,
Flex points the
selectedIndex to the next view first, and then the previous view.
If there are no remaining views, Flex sets the
selectedIndex property to -1.
Controls
This section describes changes to Flex classes in the mx.controls package.
mx.controls.Alert
The following table describes changes to the Alert class:
Member Change description
Child indices The type of the child indices in the ViewStack container
has been changed from uint to int.
cachePolicy
The ViewStack container no longer overrides the
cachePolicy property.
changeEffect
Use the showEffect and hideEffect effect triggers of
children of the ViewStack container instead.
historyManagement historyManagementEnabled
marginBottom paddingBottom
marginTop paddingTop
Member Change description
buttonStyleDeclaration
Removed. Use the buttonStyleName style.
messageStyleDeclaration
Removed. Use the messageStyleName style.
Przeglądanie stron 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 183 184

Komentarze do niniejszej Instrukcji

Brak uwag