Compacting and decompacting files via E3.
Question: In an E3 application, can compacted files be handled without any third-party software? Solution: Yes. This can be done in E3 via Windows’s own resources, which can handle compact…
Question: In an E3 application, can compacted files be handled without any third-party software? Solution: Yes. This can be done in E3 via Windows’s own resources, which can handle compact…
Autor
Pedro Rossi
Question: In an application developed in two different languages (English and Portuguese, for example), the alarm messages are saved in both languages. How can I sort these messages out, and…
Question: In an application developed in two different languages (English and Portuguese, for example), the alarm messages are saved in both languages. How can I sort these messages out, and…
Question: Can I plot variable charts with different limits in E3Chart within a single 0 to 100% scale? Solution: Yes. To do so, there are two possibilities: On E3Chart’s properties…
Question: How can I convert a hexadecimal value into a decimal one? Solution: To do so, you must convert the value into a string, concatenating the text “&H” before it,…
Question: Is there any script command that causes the application to restart automatically? Solution: No. For security reasons, there is no command to restart the application via scripts. This must…
Question: How can I reset all internal tags in a certain folder? Solution: One way to do so is via a script that scans all objects in the given folder…
Question: Can I develop and edit E3 applications via Power Studio? What must not be done in order to avoid problems in E3’s projects and libraries? Solution: Yes, you can…
Question: Even after the default procedures for removing the Hardkey detection drivers have been used, errors such as the ones in the figures below keep occurring: Which other procedures are…