Hi ,
I have some querying regarding the screen updation and dynamically loading of images.
Query 1:
Scenario:
1.There are two buttons on the main Application GUI (Mode and Speed).
2.If i am clicking on the button Mode it is going to the ModeSetting screen which contains 3 buttons (Auto,cool,heat).
3.If i am clicking on the button Speed it is going to the SpeedSetting screen which contains 3 button(high,low and medium).
4.Default on the Main Application GUI the text under the Mode is heat. On the prototying window from main Application i am moving to Modesetting screen i am updating the text heat to cool on the main Application when i click the button cool on the ModeSetting screen .
5.In the main Application GUI the text is updated to cool .then i am clicking on the Speed it is going to SpeedSetting screen where i am changing the main application GUI screen text under speed to medium (default i kept as low).
6.From SpeedSetting screen when it is coming back the text under Speed is updated to medium but the text under mode is displaying the default value i.e.., heat. At runtime i have changed to cool .that data is lost .
GUI screen attached for your reference.
Please help me how to handle the data of screens at runtime and how to store them.
Query 2:
Can we add the .c and .h files to our Embedded wizard Application if yes then how to link the files to our Embedded wizard Application .
Query 3:
I want to change the image dynamically at runtime i tried using the externBitmap . I am getting error call to unknown method EwLoadExternBitmap() , i need to implement this function but where to implement this function and where to add the #includes and if you have any demo projects please send me for reference .
Thanks in Advance .

regards,
varun kumar