cilmagemlu Community Member

  • Member since Jul 10th 2023
Last Activity

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

  • cilmagemlu -

    Replied to the thread What are the differences in the version repository of V646.

    Post
    Hello, yes, you use the correct version. Refer to the thread for details: forum.segger.com/index.php/Thr…about-the-pack-for-STM32/
  • cilmagemlu -

    Replied to the thread Unable to use custom WHEEL_SetOwnerDraw function.

    Post
    Hello, the commands you listed probably relate to LISTWHEEL legacy widget not to WHEEL widget. The commands for WHEEL widget are not documented at all, and yes, they have undocumented values. Apparently default draw function WHEEL_OwnerDraw...() is not…
  • cilmagemlu -

    Replied to the thread GUI_MBITMAP_CreateEx example.

    Post
    Hello, just had such a code based on GUI_MBITMAP_Create() sample under WIN32. For using in WIN32 simulation add opengl32.lib in the linker input. C Source Code (48 lines)
  • cilmagemlu -

    Replied to the thread AppWizard Set PROGBAR COLOR.

    Post
    Hello, seems there's nothing wrong with your code, I'm using AppWizard V154_646 and it works fine on my side. C Source Code (8 lines) Maybe you should check if you set a color within the properties of the progbar in AppWizard does this shows correct…
  • cilmagemlu -

    Replied to the thread LISTBOX_EnableMotion has no effect.

    Post
    Hello, Andy, strange but somehow LISTBOX started processing the motion whereas LISTVIEW still not performing right. Maybe there is a problem with memory cache at the frame buffer area. I will deal... In fact I also prefer to use LISTVIEWs instead of…
  • cilmagemlu -

    Replied to the thread LISTBOX_EnableMotion has no effect.

    Post
    Hello, what MCU are you using? I faced the same problem with STM32H7 MCU using precompiled object library v6.46. LISTBOX and LISTVIEW AppWizard controls (as well as those legacy widgets) are processing the motion perfectly in simulation but not on real…
  • cilmagemlu -

    Replied to the thread Creating rotated rounded rectangles.

    Post
    Hello, Quote from BramPeeters: “Sidenote: I am using stemwin, so I don't have access to the latest versions anymore I am afraid. ” The latest versions are compiled by SEGGER. You can find it here: emWin: STM32 microcontrollers. If your rectangles are…