Hello.
I have a label which name is lblsource.
it's initialized on top in the Activity create.
This label is only created by code.
During the use of the different objects created with the designer in debug mode, I need to use this label 'lblsource', but
the app stops through a fail telling me that I have to initialize it !!!
so, my question is :
is it possible that the initialization of an object needs a reset during a use, and why it can happen, in which conditions ?
Thanks much for answering.
I have a label which name is lblsource.
it's initialized on top in the Activity create.
This label is only created by code.
During the use of the different objects created with the designer in debug mode, I need to use this label 'lblsource', but
the app stops through a fail telling me that I have to initialize it !!!
so, my question is :
is it possible that the initialization of an object needs a reset during a use, and why it can happen, in which conditions ?
Thanks much for answering.