Hello.
I need help, :
I have two windows, that take all the screen , and I want to switch from one to the other one using the FadeInWindows. Unfortunately, It doesn't work.
I tried the sample GUI_MEMDEV_FadeInWindow on my board, and it works.
Here is my code :
WM_SetCreateFlags(WM_CF_MEMDEV);
hWin2 = CreateFenetre2();
GUI_Delay(1000);
hWin1 = CreateFenetre1();
GUI_MEMDEV_FadeInWindow(hWin1, 500);
GUI_Delay(1000);
Each windows is composed with a Windows and a image.
Thanks in advance.
Regards.
I need help, :
I have two windows, that take all the screen , and I want to switch from one to the other one using the FadeInWindows. Unfortunately, It doesn't work.
I tried the sample GUI_MEMDEV_FadeInWindow on my board, and it works.
Here is my code :
WM_SetCreateFlags(WM_CF_MEMDEV);
hWin2 = CreateFenetre2();
GUI_Delay(1000);
hWin1 = CreateFenetre1();
GUI_MEMDEV_FadeInWindow(hWin1, 500);
GUI_Delay(1000);
Each windows is composed with a Windows and a image.
Thanks in advance.
Regards.