Die Suche ergab 324 Treffer
- Mo 3. Jun 2024, 18:41
- Forum: Probleme & Bugs
- Thema: MenuBar in v1.16
- Antworten: 3
- Zugriffe: 11308
Re: MenuBar in v1.16
Glad to hear
- Fr 31. Mai 2024, 11:18
- Forum: Probleme & Bugs
- Thema: MenuBar in v1.16
- Antworten: 3
- Zugriffe: 11308
Re: MenuBar in v1.16
Hi Thanks for your feedback! Hmm..strange. Looks like something interupted the save progress. Did you save the .isf before closing? Or just close the ISN as a whole? For the records: If the FOrmstudio and/or the ISN crashes, look at your ISN Profile dir (default under Documents\ISN AutoIt Studio\Dat...
- Sa 16. Mär 2024, 14:53
- Forum: English only
- Thema: Question about compiling in script source directory
- Antworten: 7
- Zugriffe: 14413
Re: Question about compiling in script source directory
Yeah there is no regularly update intervall. But the next update will be ready in the next weeks.
- Sa 16. Mär 2024, 14:52
- Forum: Probleme & Bugs
- Thema: Installer not using selected language during install
- Antworten: 1
- Zugriffe: 6633
Re: Installer not using selected language during install
Thanks
Will be fixed in the next update.
Will be fixed in the next update.
- Fr 15. Mär 2024, 11:42
- Forum: English only
- Thema: Question about compiling in script source directory
- Antworten: 7
- Zugriffe: 14413
Re: Question about compiling in script source directory
Hi I can confirm there is a problem/bug with compiling in editor mode. I will fix that in the next update. In the project mode it works as it should. As a workaround at the moment I recommend you the following: Merege your project intro a ISN Project. It´s really easy and if you wish, no files of yo...
- Do 14. Mär 2024, 18:18
- Forum: English only
- Thema: Question about compiling in script source directory
- Antworten: 7
- Zugriffe: 14413
Re: Question about compiling in script source directory
Hi Do you use the ISN in the project mode or the editor mode? In the project mode, the default compile action of the ISN is to compile the project in a complete seperate directory (path for finished projects). As an alternative, you can choose different compile settings in the Projectsettings of the...
- Mi 6. Mär 2024, 13:27
- Forum: English only
- Thema: ISN Studio 1.15 Installer always uses German
- Antworten: 2
- Zugriffe: 7394
Re: ISN Studio 1.15 Installer always uses German
For the records: Bug will be fixed in the next update (1.16)
- Do 20. Jul 2023, 21:21
- Forum: English only
- Thema: ISN Studio 1.15 Installer always uses German
- Antworten: 2
- Zugriffe: 7394
Re: ISN Studio 1.15 Installer always uses German
Hmm strange. Cant confirm this at my test station. When i select a language, the installer continues in this language as it should. But you can try an older version from my homepage: https://www.isnetwork.at/aeltere-versionen And then upgrade to 1.15 using the integrated updater of the ISN Studio. H...
- Fr 24. Mär 2023, 09:41
- Forum: Hilfe & Unterstützung
- Thema: Probleme mit : Text aus Func im Formstudio 2
- Antworten: 8
- Zugriffe: 15590
Re: Probleme mit : Text aus Func im Formstudio 2
Ich persönlich bevorzuge auch den GuiEventMode. Auch das ISN Studio selbst läuft in diesem Modus.
Ich bin einfach nicht der fan alles in eine rießige While Schleife zu packen. Aber es führen ja bekanntlich immer mehrere Wege zum Ziel.
Nichts zu danken, immer wieder gerne
Ich bin einfach nicht der fan alles in eine rießige While Schleife zu packen. Aber es führen ja bekanntlich immer mehrere Wege zum Ziel.
Nichts zu danken, immer wieder gerne
- Do 23. Mär 2023, 17:52
- Forum: Hilfe & Unterstützung
- Thema: Probleme mit : Text aus Func im Formstudio 2
- Antworten: 8
- Zugriffe: 15590
Re: Probleme mit : Text aus Func im Formstudio 2
Ok wenn du nicht im GuiEventMode arbeitest, sondern mit GUIGetMsg, kannst du im Formstudio den Punkt "On Event Func" ignorieren. Der hat so keine Funktion. Aber kein Problem, das ganze ist auch im GUIGetMsg-Mode lauffähig. Du musst die ganzen Button Events nur in die While schleife packen ...