06-25-2020, 08:08 AM
(06-25-2020, 03:51 AM)pratyush049 Wrote: sorry sir,
i didn't mentioned briefly in the last reply.
I am using wasp OS for pine time and everything worked great according to the document and excited to work more on it but while using simulator i got a screen update issue . I have attached the screenshot of the code i have written where as its not updating in the simulator. Also i clicked on the screen but remains the same. If u can share something about this i will be grateful to you.
Thank you so much
Thanks for the update. It is much easier to understand now.
When an application is registered (wasp.system.register(SettingsApp()) in your code) it does not start automatically. Instead the new application will have been added to the launcher. Once the simulator is running again (wasp.system.run() from your screenshot) then you will be able to select he new app in the simulator by using the Down Arrow key to bring up the launcher and then clicking on your application.
Note also that the Settings application is normally registered by default so you will probably find that it appears twice in the launcher if you have registered it yourself as well.