Die Suche ergab 322 Treffer

von ISI360
Mi 2. Feb 2022, 11:33
Forum: English only
Thema: Unable to use my own variables in the gui editor
Antworten: 3
Zugriffe: 2626

Re: Unable to use my own variables in the gui editor

Glad to hear it worked ;)
von ISI360
Fr 28. Jan 2022, 18:54
Forum: English only
Thema: Unable to use my own variables in the gui editor
Antworten: 3
Zugriffe: 2626

Re: Unable to use my own variables in the gui editor

Hi You can do this: You simply need to select "text from func" to your label in the formstudio and it should work. "Text from func" tells the formstudio that the Data is not a String but a return of a func (or a direct variable). You need to enter the var with the "$"-c...
von ISI360
So 23. Jan 2022, 16:09
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6269

Re: Make the screen DPI awareness built-in feature?

For the records: ISN version 1.14 is online now!
von ISI360
Di 18. Jan 2022, 19:06
Forum: Hilfe & Unterstützung
Thema: Form Studio 2
Antworten: 2
Zugriffe: 2130

Re: Form Studio 2

Hallo und willkommen im Forum ;) Am besten du siehst dir das im ISN Studio enthaltene Testprojekt mal etwas an. Das Testprojekt sollte in der Projektverwaltung verfügbar sein. Falls nicht, kannst du es in den "Programmeinstellungen -> Allgemein -> Erweitert" erstellen lassen. AutoIt GUIs w...
von ISI360
Di 26. Okt 2021, 18:23
Forum: Probleme & Bugs
Thema: Control-Editior - Positionsangaben
Antworten: 1
Zugriffe: 2158

Re: Control-Editior - Positionsangaben

Hallo

Danke für die Info. Kann den Fehler bestätigen.
Wird im nächsten Update gefixt ;)
von ISI360
Di 26. Okt 2021, 18:18
Forum: Hilfe & Unterstützung
Thema: ListBox Einträge
Antworten: 1
Zugriffe: 1717

Re: ListBox Einträge

Hallo Bei GUICtrlSetData muss du bei Listbox controls aufpassen, da hier immer nur Daten zum control hinzugefügt werden, ohne den Inhalt des controls vorher zu löschen. Daher ist es keine gute Idee GUICtrlSetData in einer Schleife zu verwenden. Die würde auch die ganzen doppelten Einträge erklären, ...
von ISI360
Sa 16. Okt 2021, 19:39
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6269

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...
von ISI360
Fr 15. Okt 2021, 12:27
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6269

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.
von ISI360
Mo 11. Okt 2021, 11:28
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6269

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...
von ISI360
Sa 9. Okt 2021, 11:55
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6269

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...