Search Results

Search results 1-6 of 6.

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

  • Hi, I've got a IMAGE widget that I'm wanted to show/hide on the fly. I give the function call 'ShowWindow' the 'IMAGE_Handle' of the widget and it appears no problem. However when i give the function 'HideWindow' the same argument it doesn't hide the widget and the image still remains on the screen. Any ideas why this is happening or a better method to achieve this? Thanks, Henry

  • Edit Widget Wrapping

    htsmith19 - - emWin related

    Post

    Hi, Is there any way to wrap text in an EDIT widget into 2 lines? Thanks

  • ListView Maximum Rows

    htsmith19 - - emWin related

    Post

    Hi all, For a ListView widget, is there a limit on the number of rows you can add to the table? Is it configurable via an API or is it a fixed limit based on platform/memory limitations? Thanks,

  • Set Touch Area of a Widget

    htsmith19 - - emWin related

    Post

    Hi, Is there a way of increasing the touch area of a widget, for instance a dropdown, without increasing the size of the widget. Am I able to set an area around the widget where if touched will open the dropdown for example or notify the parent window. Thanks,

  • DropDown Widget Problems

    htsmith19 - - emWin related

    Post

    Hi Florian, Thanks for your help. I changed the List Height of the Dropdown widget to (Font Size * Number of Items + 2) and this has fixed my issue. Thanks, Henry

  • DropDown Widget Problems

    htsmith19 - - emWin related

    Post

    Hi, I'm using a DropDown widget and have added 3 strings to the widget ("PA", "PSI", "BAR"). The dropdown expands and closes just fine, however when I select the last option (BAR) and re-open the widget, it appears like the items have all shifted up one row. I can no longer see the first entry and the last entry is now blank. Any ideas as to why this behaviour would happen? Pictures below show the problem