Hello,
My application is for Android I've created a window (self) and insert createScrollableView function with 2 views. I've added an option menu (self.activity.onCreateOptionsMenu) that open new window to select in a listbox value. Everything's fine: values selected are stored in my Titanium.App.Properties variable.
My problem is that one view I've created use variable stored and after I've changed variable, my initial view is not refreshed until I kill the application.
How can I force the view to be refreshed after changing my value
Regards
Régis