Search Results

Search results 1-9 of 9.

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

  • Hi everyone, I would like to know if there is any special procedure to create an "alpha channel, compressed" image format. I created a sample application to test this format but there was a problem when setting the color to black. The play function of AppWizard shows the expected output (left : black triangle, right : white triangle). forum.segger.com/index.php/Att…3cb04a714a950886eea770702 But running the same application inside Visual Studio simulation shows the left black triangle with just a…

  • Hi everyone, I'm using AppWizard for an embedded application where an image object's bitmap (10 patterns ) will change after some specific signal. I'm using 10 separate interactions (Job = SETBITMAP) for that, each checking for an appropriate condition using code. Now, the image object must also be initialized depending on settings. I would like to avoid using another 10 INITDIALOG interactions (with the same Job and condition as above). Is there a way to use a common function to set bitmap? Can…

  • AppWizard Runtime Error (SimError)

    rowel - - emWin related

    Post

    Hello Florian, Many thanks for your prompt reply. We are using AppWizard V128c_6.26c (Compiled 14:2208 Jun 8 2022) included in Renesas FIT Module (for RX65N). I think I found the problem (but not the reason). It seems to be related to the alignment setting of a particular Text Object. That particular object was connected (concatenated) to another text object previously but is now pointing to another object. I changed the alignment setting and it is now working again. Thank you for all your suppo…

  • AppWizard Runtime Error (SimError)

    rowel - - emWin related

    Post

    Hi. My simulation environment (Windows 10) is now displaying an error message showing the following. "Disposing does not work in _DisposeWindow()." forum.segger.com/index.php/Att…3cb04a714a950886eea770702 I would appreciate it if someone can tell me the reason for this problem. Thank you very much. Best Regards, Rowel

  • Hi. I have read the AppWizard manual and it seems like if you want to control an AppWizard object's properties (other than text and values) from code, you have to use AppWizard's Variables. It's useful on simple applications, but I personally believe that method won't scale on large embedded projects. Some AppWizard objects like Button is said to be similar to emWin button widget but it's not clear if you can use the Window Manager (WM) APIs on them. Is there any document where I can find the in…

  • Hello Sven, Thank you for the very specific answer. Very helpful Best Regards, Rowel

  • Hi, I'm using a library version of emWin, but I would like to ask if there is a way/option to make emWin use an external SDRAM instead of internal RAM. For the application part, I think I can use compiler/linker options (#pragma or something). Thanks in advance. Best Regards, Rowel

  • Hello Florian, Thank you for the reply. Since texts will always be in English language and there will be a lot of text, I'm planning to implement it like the following. - For the screens that support multiple languages, I will set the application language dynamically based on the user selected setting. - For the screens that are fixed to English language, I will set the application language to English. Do you think there will be any problem with this approach? Best Regards, Rowel

  • Hi. I'm evaluating emWin/AppWizard using a Renesas board. I have a case where strings (text) will always be shown in English regardless of language settings. When using AppWizard it seems like I need to add the same text for all languages. Is there a default language/text concept in AppWizard where the default will be used when text from other languages are not defined? Thanks