AppWizard wheel object size nor working

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

    • AppWizard wheel object size nor working

      Hello,

      I am having troubles with Wheel object, when I change the size in the menu "set text to be shown" I see this size is applied and working good in the simulation but when I export this to e2_studio 5.6.0 the resize is not applied and the font is so small, I think there is a bug that does not export this value correctly. Could you please check this and telling me another way of resize this font.

      Thank you
    • Hello,

      seems to be setting a font for an items in a WHEEL object is working only in APPWizard simulation. Font you see in the WHEEL object is small cause it uses default font. So if you do not use default font in the other places of your code then simply call GUI_SetDefaultFont() when handling WM_INIT_DIALOG message in the callback of a parent dialog. If you're using default font that is different from the one in the WHEEL object then you can overload default callback for the WHEEL object. When handling a WM_PAINT message just set a new default font, call default callback function and return back an old default font. Note that the objects in APPWizard are not the legacy widgets and they have different callbacks.
      Regards,

      Anthony
    • Hello ruben.m

      You could try adding a Text element and positioning it where it is more convenient, instead of employing the Set text to be shown feature of the Wheel element. See if it works for you.

      Saludos