ListScreen
class EcranExemple : Screen Label lblTexte; void load() { Controls.Add(lblTexte); }
AimateIn()
AnimateOut()
void AnimateOut() { //disparition progressive de l'image du logo imgPointui.AnimateClear(); imgPointui.AnimateFade(-1, 0, 8); //Ne pas autoriser la fin de l'animation de transition //avant que le logo ait complètement disparu TransitionControls.Add(imgPointui); }
FlowStack.Return() ou FlowStack.Branch()
FlowStack.Return()
Layout()
SoftKeyButtonClick()
Controls.Add()
FlagLayoutRequired()
SetSoftkeys()