Hi everyone,
I'm using AppWizard for an embedded application where an image object's bitmap (10 patterns ) will change after some specific signal.
I'm using 10 separate interactions (Job = SETBITMAP) for that, each checking for an appropriate condition using code.
Now, the image object must also be initialized depending on settings.
I would like to avoid using another 10 INITDIALOG interactions (with the same Job and condition as above).
Is there a way to use a common function to set bitmap?
Can I skip the interaction and control the image object's bitmap through code?
Thanks.
Best Regards,
Rowel
I'm using AppWizard for an embedded application where an image object's bitmap (10 patterns ) will change after some specific signal.
I'm using 10 separate interactions (Job = SETBITMAP) for that, each checking for an appropriate condition using code.
Now, the image object must also be initialized depending on settings.
I would like to avoid using another 10 INITDIALOG interactions (with the same Job and condition as above).
Is there a way to use a common function to set bitmap?
Can I skip the interaction and control the image object's bitmap through code?
Thanks.
Best Regards,
Rowel