The name property of the mobileLabel does not appear to be available in the opening event.
Is this true?
The name property of the mobileLabel does not appear to be available in the opening event.
Is this true?
Do you read or write it?
It’s a read-only property that can only be set in the IDE and therefore it’s probably always readable (if i’m correct)
I’m trying to read it.
It also looks like the text property is not yet available. I’m assuming that this is the way things work.
In the Open event the controls aren’t actually rendered yet. Set a 1ms timer in the open event and when it goes off you can interact with the controls in your UI.
Or use the Activated event.
Thanks Jason and Art for the suggestion.
I ended up handling the “opening stuff” to the opening event of the screen.