GUI_EditDec() GUI_EditHex() example?

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

    • GUI_EditDec() GUI_EditHex() example?

      Hi,

      I have searched both the forum and on internet for an example on how to use GUI_EditDec() and similar functions (hex, string, etc...) without any success.

      What i want to do (in case i am looking at the wrong func) is to get a number on the screen using a numeric keypad displayed on the screen, so i can use the new input number to update the value of a var.

      I have tried to straight use GUI_EditDec() but all it does is jump into that code without showing anything on the screen.


      I would really appreciate if you could please share an example on how to use those functions, or if there is a better way to achieve what i need, an example that would do that.



      Thanks!
    • Hi,

      the GUI_Edit...() functions are old functions that do not give any visual feedback on the screen. It's better to use an EDIT widget that is in decimal mode. You can create an EDIT and call EDIT_SetDecMode() to activate decimal mode. The EDIT also provides equivalent functions for binary mode, float mode, etc.

      Best regards,
      Florian
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.