Search Results

Search results 1-20 of 94.

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

  • Hi Florian, Yes I am using emfile for our embedded file system. You can move it to the emFile forum. Just want to get some help with this issue is all. I have tried different stuff. Nothing seems to be working. Best regards, BMD

  • Hi, I am using an SD card as external memory to access images and text files. I have come across an issue that I do not quite understand how I could solve. 1. I have two text files A is 1.2kB and B is 1.5kB. When I access the A, I am able to read all the strings on there and when I try to access the B, I am not able to retrieve a few strings in the end. 2. I tried looking at both files and counting the characters with spaces and found out that I was able to read the same number of characters fro…

  • Florian, Thank you so much for your response. 1. So you are suggesting that I put my code which I am executing during NOTIFICATION_RELEASED also under WM_NOTIFICATION_MOVED_OUT??? 2. Thank you for the suggestion. Will try that out. Best regards, BMD

  • Hi, I have been working with emWin for quite sometime now. I am currently using buttons for some functionalities in my project. I have a couple of things I would like to get technical answers for. 1. I have found that sometimes even after the button is released, it wouldn't send NOTIFICATION_RELEASED. This happens only when the buttons are pressed at the edges. Is there a way to solve this problem? 2. I am displaying images and text boxes. Since the image isn't performing any functions, when pre…

  • Image overlap

    bio_med - - emWin related

    Post

    Sven, Thank you so much for helping me out in figuring a better way to do things. I tried to remove the automatic memory devices but that's causing bitmaps on buttons on each screen to flicker. Can you help me understand what could be causing this? Thanks and regards, BMD

  • Image overlap

    bio_med - - emWin related

    Post

    Sven, Appreciate the response. Thank you so much. Also, when the image is touched, it clears the entire scree. The only I know to stop that from happening is to disable the image. Is there any other efficient way of doing this? Best regards, BMD

  • Image overlap

    bio_med - - emWin related

    Post

    Sven, Thank you for quick response. Please see attached code and Images I am currently using. Best regards, BMD Source Code (163 lines) Source Code (45 lines)

  • Image overlap

    bio_med - - emWin related

    Post

    Hi, I have been using emWin for quite sometime now and haven't come across this before. On a window widget I am displaying few 2 buttons and 2 images. For some reason I see 2nd image in the background of first image. I checked the parameters and made sure I am not displaying the image twice. I have been using the same procedure on a couple other windows but haven't had any problems with it. I'd really appreciate it if someone came across this problem and could help me or any suggestions will do.…

  • Create chinese font

    bio_med - - emWin related

    Post

    Florian, Thank you for looking into it. Really appreciate it. But I am initializing emWin and emFile in another file before calling Maintask(). I have tried the XBF font sample. That works perfectly fine. But now I am trying to incorporate it into widgets and that doesn't seem to work at all whatsoever. Best regards, BMD

  • Create chinese font

    bio_med - - emWin related

    Post

    HI Florian, Appreciate all your help. So I tried the following code but I don't see anything on the display whatsoever. Could you please tell me where I am possibly going wrong? Thank you for all your help. Best regards, BMD C Source Code (143 lines)

  • Create chinese font

    bio_med - - emWin related

    Post

    Florian, I have tried that example but for some reason it doesn't work on widgets. Is there a way to set this external Font as default font or this function has to be called every time a new screen is drawn? Best regards, BMD

  • Create chinese font

    bio_med - - emWin related

    Post

    Hi, Can anyone tell me if there is a workaround CreateFile for non-OS systems? Thanks and regards, BMD

  • More buttons on a window

    bio_med - - emWin related

    Post

    Sven, Thank you for your response. I got confused with things. It's sorted now. Appreciate your help. Best regards, BMD

  • More buttons on a window

    bio_med - - emWin related

    Post

    Hi, Could someone tell me what is the maximum number of buttons a window can have? what can be done if I have to have more than the maximum? Any help is appreciated. Thanks and regards, BMD

  • Sven, That works. Thank you so much. Best regards, BMD

  • Hi, Is there a way to disable parent window or it's components when child window is active? I can disable each widget separately. Just wondering if there is an efficient way to do this?? Any help is appreciated. Thanks and regards, BMD

  • Display Text box on Image Widget

    bio_med - - emWin related

    Post

    Thank you , Florian

  • Display Text box on Image Widget

    bio_med - - emWin related

    Post

    Hi, I am trying to display a text box on top of an image widget. Is this possible using emWin? Appreciate any pointers or help with this regard. Thanks and regards, BMD

  • Create chinese font

    bio_med - - emWin related

    Post

    Sven, Much appreciate the response but I cannot use createfile because I am using a non OS system. Is there a way to get around that? Thanks and regards, BMD

  • Create chinese font

    bio_med - - emWin related

    Post

    Could someone help me understand if I am getting the steps right to display XBF font from SDcard in a widget. Or is there somewhere I can look at, as to how to implement XBF fonts on widgets? Appreciate any help. Thanks and regards, BMD