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.

  • Dialog on top of dialog

    evanb3 - - emWin related

    Post

    Found solution, call WM_SetStayOnTop() after GUI_CreateDialogBox()

  • Dialog on top of dialog

    evanb3 - - emWin related

    Post

    I have an application that has a full screen window that launches a full screen dialog, when another dialog is launched it is not drawn on top of the first dialog, have to close first dialog to see it. I want it on top, what to do ??. Tried setting WM_CF_STAYONTOP and WM_CF_FGND flags but still drawn behind first dialog. Only way i have been able to get it draw above first dialog is to set parent handle to first dialog, but I don't want that, as 2nd dialog will close when 1st dialog is closed.

  • Determine widget focus

    evanb3 - - emWin related

    Post

    If I have several widgets in a window or dialog like edits/dropdowns etc, and 2 buttons that will be up and down for increment /decrement of values in edits/dropdowns widgets. How do you i determine which widget has focus ? and get the window handle of focused widget to manipulate it (up/down buttons will be set to not allow focus). Evan

  • Hi I have previously been using emwin 5.26.1 from the keil compiler pack and was displaying a 256 color bitmap converted by the bitmap converter tool in a image widget from the Gui builder. Since changing to emwin 5.46e the bitmap displays as black with a few colored pixels scattered around. Using the original 24 bit BMP before converting displays Ok but of course consumes 24k code space instead of the 10k of the converted image. What changed between these versions that breaks using 256 color bm…