View via push / Code in Event handler not running

Hello Community,

is there more documentation about Views? I have checked the User Guide and searched in the Forum but could not find the information I am looking for.

I am using push to present a view on a iOS device to the user.

Dim v as new View2
Self.PushTo(v)

I have code in the Open Event Handler from View2. In the Simulator I saw that the code from the Open Event Handler is not used.

Is this correct behaviour? If yes where do I find details about this?

Best regards

–Christian

As far as I know this works. I usually only put things like changing font styles in the Open event, and put serious code in the Activate event, like enabling/disabling buttons. Both seem to work for me.

Hello Art,

thank you for your feedback. It helps me to run some further tests.

Best regards

–Christian