Search Results

Search results 1-5 of 5.

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

  • Hi all, Could you please give a sample code on How to load a bitmap(can be a jpeg or gif) into a button widget dynamically which is placed inside the file system. I know it's possible but couldn't get it working. I need the image on top of the widget. Thanks in advance Ajay

  • Hi, Could you please give a sample code to load a bitmap into a button widget dynamically which is placed inside the file system. I know it's possible but couldn't get it working. Thanks in advance Ajay

  • Graph with data points only

    ajaym006 - - emWin related

    Post

    Hi all, I'm new to emWIn, so please help me out on this. I need to draw a graph but it must contain only the data points. Connecting the data points is not needed. Also if user clicks a point, that point must be highlighted and it's x and y values should be shown there. Is there anyway to make that data point a custom symbol like square or other similar symbols. Is there any way to implement this stuff. Thanking you in advance. - Ajay

  • Hi , I have multiple screens for my GUI, and need to implement a Day/Night mode in it. Currently i'm changing the background explicitly and behaviors on button click for each and every screen manually which takes a significant amount of code. I know that skinning feature can be used to change the properties of buttons, listbox etc.... with just a API call, but what i'm having are Windows and texts . Is there any property like skinning to change the Background color of windows and text color. Als…

  • Creating a keyboard in emWin

    ajaym006 - - emWin related

    Post

    Hi, I wanted to make a virtual keyboard in emWin. i found the skinning_notepad sample code in the emWin library but i can't modify it to my specify needs. what i need is, on clicking an edit box keyboard layout should appear and type the required text that appears in the edit box and close the keyboard. Currently i was able to remove the notepad and animations from the sample code but still calling the keyboard changes my background into black and i can't see any of my current screen. Only the k…