Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
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…
-
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…ee44c5794c1158e529ce63cd4 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 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