Hi,
Just wondering if someone could let me know what the best practice is regarding the loading of resources (in particular, bitmaps) into a datafield.
1. Load them into a local variable in onUpdate(dc) when they are required to be displayed
2. Load them into an instance attribute in initialize() so the loading is done only once
3. Load them into an instance attribute in onShow() and then assign null to those attributes in onHide()
4. Some other way that I haven't mentioned.
Thanks