HEllo,
i try to do that in FlashBuilder (FlexProject)
protected function btn_detail_view_clickHandler(event:MouseEvent):void
{
CurrentState="Statistiques" || "PartMarche";
}
But it’s not working, i guess this is not the right syntax but what’s the right syntax ? Thanks
PS: i want to when the state is equal to “statistiques” or “partMarche” when i click on the button, that the current state changes to Detail view 😉
Ok in fact i need to remove the
.Statistiquesto that code works in all the statesSorry i just went too fast by myself instead of finishing the tutorial.
Your answers will prevent me to ask the next question ! thank you 😉