Hi,
I am working on creating different screens for my application. I have two separate .c files created using GUI builder. I want to display one after another with some delay.
For example: screen with logo and after couple of seconds main screen with different buttons.
Is there an example I could follow or has anyone in the forum tried this before? Any kind of suggestions are welcome.
Note: I tried to call second function inside WM_paint of the first function. That doesn't seem to work. I also tried calling both functions in main with a delay. Nothing seems to work. I just can't seem to understand what I am missing.
Thank you!
I am working on creating different screens for my application. I have two separate .c files created using GUI builder. I want to display one after another with some delay.
For example: screen with logo and after couple of seconds main screen with different buttons.
Is there an example I could follow or has anyone in the forum tried this before? Any kind of suggestions are welcome.
Note: I tried to call second function inside WM_paint of the first function. That doesn't seem to work. I also tried calling both functions in main with a delay. Nothing seems to work. I just can't seem to understand what I am missing.
Thank you!