Hi. My first view calls the Geolocation process. So long I have the gps location I call other view where there is a map. I need this map zoomed and centered at the gps location. Its in the right format. First I put a button in this view. After the view is loaded, I press the button and the zoom and location is set. Fine. I do not want the button, so I need the right event to set the zoom and location. All the events that I used, activate, viewactivate, map creationcompleted, the creationcompleted of the last component (a label). Neither worked. So, what is the correct event to do this? thx in advance