hi,
Just curious which event is more appropriate for setting the values of labels and other text. I know it works fine with Load, Page Show and even device ready but is it ok to set label caption in the load event?
I know that Page show is more suited for setting the sizes of elements because the page is loaded at that time and element dimensions can correctly be calculated at that time. But what about setting label text - load event is ok?
Thanks