Search Results

Search results 1-10 of 10.

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

  • emVNC client

    pgherardi - - emWin related

    Post

    Any news ?

  • emVNC client

    pgherardi - - emWin related

    Post

    Hi, I am actually using emWin 5.46 (keil middleware 7.7.0). Attached you can find: - LCDConf.txt - GUIConf.txt - GUI_VNC_X_StartServer.txt I can't attach the whole projetc since it runs on a custom board. Regards, Paolo

  • emVNC client

    pgherardi - - emWin related

    Post

    Hi, I have downloaded the new client but the behaviour is the same (look at the attacch). Regards, Paolo

  • emVNC client

    pgherardi - - emWin related

    Post

    Hi all, emVNC show an annoying shadow during mouse movement. Attached you can find what I am trying to explain. Any tips regrading ? Regards, Paolo

  • Hi Alex, this is what I was looking for. Thanks, Paolo

  • Hi everybody, I am trying to find a workaround to change string inside dropdown but at the moment I am far away from target. Since there is no API to change string directly (at least I did not find it) I am using DROPDOWN_GetListbox to get handle of the attached LISTBOX (DROPDOWN must be to get the handle back). I then change the string with LISTBOX_SetString and check with LISTBOX_GetItemText that string has been changed. ############################## hItem = WM_GetDialogItem(selectWindow, ID_…

  • button and wrap

    pgherardi - - emWin related

    Post

    Nice tip. Now I am able to wrap text inside button. Thanks. Regards, Paolo

  • listwheel set up

    pgherardi - - emWin related

    Post

    Hi everybody, I am looking for a good set up (velocity, deceleration, ...) about listwheel widget. I have tried many combination without getting a good usability. Any tips ? Thanks, Paolo

  • calibration

    pgherardi - - emWin related

    Post

    Hi everybody, I'm trying to use GUI_TOUCH_CalcCoefficients to calibrate touch screen run time but I am not be able to achieve good result. At start up LCD_X_Config call: GUI_TOUCH_SetOrientation(DISPLAY_ORIENTATION); GUI_TOUCH_Calibrate(GUI_COORD_X, 0, WIDTH - 1, TOUCH_LEFT, TOUCH_RIGHT); GUI_TOUCH_Calibrate(GUI_COORD_Y, 0, HEIGHT - 1, TOUCH_TOP, TOUCH_BOTTOM); and touch works fine. After calling routine _Calibrate (from TOUCH_Calibrate.c) touch is not calibrated at all. _Calibrate routine seems…

  • button and wrap

    pgherardi - - emWin related

    Post

    Hi everybody, I need to wrap text inside button but I did not find any API. Any tips ? Regards, Paolo