Die Suche ergab 316 Treffer
- Sa 16. Okt 2021, 19:39
- Forum: Hilfe & Unterstützung
- Thema: Make the screen DPI awareness built-in feature?
- Antworten: 10
- Zugriffe: 5155
Re: Make the screen DPI awareness built-in feature?
I will include this feature in the next version in this way: There will be a new checkbox in the "Create new project" dialog to make the new project high dpi aware...which will include the DllCall Line directly in the new created project. This checkbox will be checked by default. In this w...
- Fr 15. Okt 2021, 12:27
- Forum: Hilfe & Unterstützung
- Thema: Make the screen DPI awareness built-in feature?
- Antworten: 10
- Zugriffe: 5155
Re: Make the screen DPI awareness built-in feature?
I don´t want to include the dll call in the GUI. You only need the call one single time at startup, not for every single gui.
So the way to go is to include the DllCall in the mainfile of the script.
So the way to go is to include the DllCall in the mainfile of the script.
- Mo 11. Okt 2021, 11:28
- Forum: Hilfe & Unterstützung
- Thema: Make the screen DPI awareness built-in feature?
- Antworten: 10
- Zugriffe: 5155
Re: Make the screen DPI awareness built-in feature?
I understand your problem here. And testing via F5 is a good argument for an automated integration. But the ISN cant inject some code lines on the fly, it just can made a copy of the source file with some modifications (for example the added DllCall). (Not such a fan of this methode) I am thinking w...
- Sa 9. Okt 2021, 11:55
- Forum: Hilfe & Unterstützung
- Thema: Make the screen DPI awareness built-in feature?
- Antworten: 10
- Zugriffe: 5155
Re: Make the screen DPI awareness built-in feature?
There is already such a "switch" for compiling an .exe via the AutoIt Wrapper Directives: https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/directives-available.html If you set #AutoIt3Wrapper_Res_HiDpi=Y into your script, the compiler auto set´s your app HighDPI compatible whe...
- Mi 6. Okt 2021, 19:19
- Forum: Probleme & Bugs
- Thema: A little problem with slider, listbox, treeview...etc
- Antworten: 3
- Zugriffe: 2024
Re: A little problem with slider, listbox, treeview...etc
Thanks for the example, you are right..looks like i missed some styles (again ^^).
I will check that and include the missing styles in the next update
Thanks

I will check that and include the missing styles in the next update

Thanks



- Mi 6. Okt 2021, 19:10
- Forum: Hilfe & Unterstützung
- Thema: Make the screen DPI awareness built-in feature?
- Antworten: 10
- Zugriffe: 5155
Re: Make the screen DPI awareness built-in feature?
Hi Thanks for your feedback. Since there is no "standardized" way to make an AutoIt App DPI aware, i think it´s the best way to let the user choose. And "SetProcessDPIAware" is only the first step on a full DPI aware App. You have to scale every GUI, every control in your app to ...
- Mi 6. Okt 2021, 08:54
- Forum: Probleme & Bugs
- Thema: A little problem with slider, listbox, treeview...etc
- Antworten: 3
- Zugriffe: 2024
Re: A little problem with slider, listbox, treeview...etc
Hi philpw99 Thanks for your feedback ;) Can you tell me, which styles are missing? Btw. you don´t need to edit the source by hand...you can add any style you want in the input filed in the formstudio below the style checkboxes. (where the styles are added) in the format $style1+$style2 and so on.. A...
- Mi 15. Sep 2021, 13:52
- Forum: Hilfe & Unterstützung
- Thema: AutoIt3Wrapper selbst exakt so aufrufen, wie ISN AutoIT Studio
- Antworten: 4
- Zugriffe: 2239
Re: AutoIt3Wrapper selbst exakt so aufrufen, wie ISN AutoIT Studio
Hallo
Freut zu hören, dass es jezt funktioniert!
Bei Fragen, einfach wieder melden.
Freut zu hören, dass es jezt funktioniert!

Bei Fragen, einfach wieder melden.
- Mo 13. Sep 2021, 19:32
- Forum: Hilfe & Unterstützung
- Thema: AutoIt3Wrapper selbst exakt so aufrufen, wie ISN AutoIT Studio
- Antworten: 4
- Zugriffe: 2239
Re: AutoIt3Wrapper selbst exakt so aufrufen, wie ISN AutoIT Studio
Hallo Alexander Freut mich, dass dir das ISN Studio gefällt. ;) Zu deiner Frage: Im Grunde führt das ISN folgenden Befehl beim Kompilieren aus: "<Pfad zur Autoit3.exe>" "<Pfad zur AutoIt3Wrapper.au3>" "/in <.au3 Input Datei>" "/out <pfad fertige .exe>" "/...
- Mi 25. Aug 2021, 12:40
- Forum: English only
- Thema: ISN Form Studio 2 seems to lose component control
- Antworten: 6
- Zugriffe: 3082