Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Monitoring memory consumption

    AlexSapego - - emWin related

    Post

    Thank you. Happy Holidays and I wish you success!

  • Monitoring memory consumption

    AlexSapego - - emWin related

    Post

    Thanks for the answer.Taking this opportunity, I want to say thank you for your product and your attitude towards us.I certainly read UM. At this stage, this is my main book. )Thank you for such detailed documentation. Lots of details.Developers are all different. I hope for your understanding.I still really miss a general description. Interrelation of modules. For example, with messages, not everything is clear yet.I don’t feel your library yet. But, the project is big - I hope it will come whi…

  • I do it differently. Is it legal? tskGUI ... // Screen numbering //enum {W_SETTINGS, W_WPRIMCH1, W_WPRIMCH2, W_WTIME, W_MAX}; // Current screen number. Declaring the function of creating a dialog. int16_t NScreen = W_SETTINGS; WM_HWIN (*pCreateWin[W_MAX])() = { CreateWSettings, CreateWPrimCh1, CreateWPrimCh2, CreateWTime, }; WM_HWIN hCurWin = NULL; ... // Declare a callback routine on a blank screen WM_SetCallback(WM_GetDesktopWindowEx(0), _cbBk); // start GUI //hCurWin = CreateWSettings(); hCur…

  • Monitoring memory consumption

    AlexSapego - - emWin related

    Post

    I'm using stemWin. 1. How can you see how much RAM is being used in the debugger? How can I see how many windows have been created? 2. Am I correct in understanding that calling GUI_EndDialog (pMsg-> hWin, 0) deletes the window and all the widgets of that window? Thank you in advance for your response.