ISI360 Posted July 23, 2019 Author Share Posted July 23, 2019 On 7/22/2019 at 1:02 PM, Inpho said: After opening Settings, Program Paths, API Files; the directory address is black and white, clear as crystal, right there in front of me... Soo i guess it´s working now ^^ 😅😅 Link to comment Share on other sites More sharing options...
Inpho Posted July 25, 2019 Share Posted July 25, 2019 On 7/23/2019 at 4:10 PM, ISI360 said: Soo i guess it´s working now ^^ 😅😅 One day I'll understand things like normal humans do... Link to comment Share on other sites More sharing options...
nimmer Posted August 1, 2019 Share Posted August 1, 2019 Hi, I just tried downloading the program but keeps getting popups from both Edge and Symantec that the files are insecure and contains a trojan. Anyone experienced the same? /nimmer Link to comment Share on other sites More sharing options...
Rex Posted August 1, 2019 Share Posted August 1, 2019 (edited) @nimmer This is sadly a known issue, some antivirus vendors flags ALL programs created with Autoit as virus, due to what I guess is laziness Copy pasted the hello world tutorial from the help file, compiled it and added it to virus total which gave this result https://www.virustotal.com/gui/file/cdc9ef08b8125c4cf7953a0ea6dd7adca8c8552652c716132bd66b7b7fe0cda4/details Cheers /Rex Edited August 1, 2019 by Rex Link to comment Share on other sites More sharing options...
Developers Jos Posted August 1, 2019 Developers Share Posted August 1, 2019 That is why we do not distribute any compiled scripts anymore and simply run autoit3.exe with the script. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DavidFigueroa Posted September 1, 2019 Share Posted September 1, 2019 ISN AutoIT Studio is a fantastic program.. is this the best place to get support? I have several questions on how to accomplish some of the things I need to do, and I want to put them in the best place for it. Also - Where can we submit translation changes for the help file? I found the main site for the program, but it's all in German without an English version. I can see several things that need better translations (some very awkward grammar, things that don't make sense, etc.). David F. Link to comment Share on other sites More sharing options...
Inpho Posted September 4, 2019 Share Posted September 4, 2019 I seem to have found a way of making ISN crash. Steps to reproduce: 1. Create an ISN project, and use the below code as the source. 2. Press F5 to run the script from inside ISN. 3. Minimise the ISN window. 4. Without switching to any other windows, click the button in the gui that says "Press" ISN has now gone, presumably crashed, but no error message. At step 4, if you switch to other windows between minimising ISN and clicking the Press button, ISN won't crash. It looks like if ISN attempts to be handed focus when minimised, it crashes? $hGui = GUICreate("Test", 500, 500) $hBut = GUICtrlCreateButton("Press", 10, 10, 75, 25) GUISetState() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case -3 Exit Case $hBut _GuiHide($hGui, True) Sleep(1000) _GuiHide($hGui, False) EndSwitch WEnd Func _GuiHide($hGui, $bHide) If $bHide = True Then TraySetState(2) GUISetState(@SW_HIDE, $hGui) ElseIf $bHide = False Then GUISetState(@SW_SHOW, $hGui) TraySetState(1) EndIf EndFunc ;==>_GuiHide Link to comment Share on other sites More sharing options...
ISI360 Posted September 6, 2019 Author Share Posted September 6, 2019 Hmm..at my test pc i can not reproduce this behavior. All works normal after pressing the button an the ISN is not crashing. (testet with compiled and source version) But i will test it on other machines later that day... Link to comment Share on other sites More sharing options...
ISI360 Posted September 6, 2019 Author Share Posted September 6, 2019 On 9/1/2019 at 9:31 PM, DavidFigueroa said: ISN AutoIT Studio is a fantastic program.. is this the best place to get support? I have several questions on how to accomplish some of the things I need to do, and I want to put them in the best place for it. Also - Where can we submit translation changes for the help file? I found the main site for the program, but it's all in German without an English version. I can see several things that need better translations (some very awkward grammar, things that don't make sense, etc.). David F. Sorry i overlook you message... Sure you can ask anything about ISN here (Or simply send me a PM) Translations: Simply send it to me via PM or to my mail adress. (see website) Link to comment Share on other sites More sharing options...
gaxar77 Posted September 30, 2019 Share Posted September 30, 2019 (edited) Great application. I have a question. Why is there an MFC lib in the program directory? Did you use MFC? How can you use MFC from AutoIt? Edited September 30, 2019 by gaxar77 Link to comment Share on other sites More sharing options...
ISI360 Posted September 30, 2019 Author Share Posted September 30, 2019 2 hours ago, gaxar77 said: Why is there an MFC lib in the program directory? Did you use MFC? How can you use MFC from AutoIt? On some test machines (especially on Win7), i got an "MFC71.dll is missing"-error when playing some sounds or MP3 files with AutoIt. Thats the whole case why this file is included in the ISN. Link to comment Share on other sites More sharing options...
Inpho Posted October 2, 2019 Share Posted October 2, 2019 @ISI360 Were you able to test on any other computers? My work and home computers are able to replicate the problem in my previous post 100% of the time. If any other users could give a test to help prove I'm actually just going insane, that'd be beneficial please 😛 Windows 7 x64 ISN 1.09 (20190619) Link to comment Share on other sites More sharing options...
matwachich Posted October 5, 2019 Share Posted October 5, 2019 (edited) Hello! Thanks for this (futur)-great tool! But for the moment, many little bugs are very annoying for everyday use : When returning to focus, one should be able to continue writing directly without being forced to click in the editor (after Alt+TAB for example) In GUI editor, I cannot change ListView columns by simply writing them in the Test/Data field (I'm forced to pass through the Edit Columns dialog When I set a default font for my GUI, some controls (Buttons for example) do not inherite of the GUI's font Many dialogs needs to fix the TAB order of the controls Also, I feel the GUI editor really slow and laggy (why double-clicking to select controls!?) Thanks for reading me Edited October 5, 2019 by matwachich Link to comment Share on other sites More sharing options...
ISI360 Posted October 7, 2019 Author Share Posted October 7, 2019 On 10/2/2019 at 9:06 AM, Inpho said: Were you able to test on any other computers? My work and home computers are able to replicate the problem in my previous post 100% of the time. If any other users could give a test to help prove I'm actually just going insane, that'd be beneficial please 😛 Windows 7 x64 @Inpho: I tested it on various windwos 10 (x64, german language) machines...and there is no such problem. But i will try the whole stuff in a Win7-VM the next days.. @matwachich: When returning to focus, one should be able to continue writing directly without being forced to click in the editor (after Alt+TAB for example) -> Will be fixed in the next update In GUI editor, I cannot change ListView columns by simply writing them in the Test/Data field (I'm forced to pass through the Edit Columns dialog -> Will also be fixed in the next update When I set a default font for my GUI, some controls (Buttons for example) do not inherite of the GUI's font -> I guess you mean the "default font"-setting in the gui settings. This setting is only for new controls. So if you create a new control in your gui, it will apply these default settings. If you want to change the existing controls too, simply select all controls with CTRL+A and define your fontsettings in the control editor on the right side. Many dialogs needs to fix the TAB order of the controls -> Not really sure what you mean here. But if you mean the order of the Controls in the GUI, you can also edit these with the button in the upper left corner of the form studio. Also, I feel the GUI editor really slow and laggy (why double-clicking to select controls!?) -> Where do you need to double click a control? Normaly a simple click should select the control in the editor. matwachich 1 Link to comment Share on other sites More sharing options...
nend Posted October 13, 2019 Share Posted October 13, 2019 (edited) Hi Christian, I have (almost) the same problem as Inpho but I can't reproduce the problem. Sometimes when I'm working with ISN ISN just disappears, It close without any warning and more important it close without any saving. When it close it allways happens when switching between different windows. A other problem, which I also not can reproduce, somethimes when selecting some text (always a line that is exactly the same somewhere else in the script) ISN hangs with max CPU load, the only thing I can do then is to kill ISN and restart it. Edited October 13, 2019 by nend Link to comment Share on other sites More sharing options...
InunoTaishou Posted October 13, 2019 Share Posted October 13, 2019 (edited) Hey, I'm using this again and noticed when you type a comma, equal sign, ampersand, star (*), etc it automatically adds a space after it. Is there any way to disable this? I looked under the script editor settings and don't see anything about it. Edit: Nvm, it was "Enable intelligent autoformatting while writing". The other ones were a little easier compared to this lol Another edit: When I select a word that's not quoted, and hit the quote key (") it automatically wraps the entire word in quotes. How do I disable this? There has been a few instances where I've had variables I wanted to convert to string literals and this is very frustrating. Sorry, keep coming back to this post because I just picked up a new project. How do I change the text color of the output box at the bottom? I have a dark background for the editor and the regular text output is black, very hard to see. Edited October 14, 2019 by InunoTaishou Link to comment Share on other sites More sharing options...
ISI360 Posted October 16, 2019 Author Share Posted October 16, 2019 On 10/13/2019 at 11:35 PM, InunoTaishou said: Another edit: When I select a word that's not quoted, and hit the quote key (") it automatically wraps the entire word in quotes. How do I disable this? There has been a few instances where I've had variables I wanted to convert to string literals and this is very frustrating. See settings -> Scripteditor -> Allow selected area to be enclosed by paired characters. Disable this option. On 10/13/2019 at 11:35 PM, InunoTaishou said: Sorry, keep coming back to this post because I just picked up a new project. How do I change the text color of the output box at the bottom? I have a dark background for the editor and the regular text output is black, very hard to see. If so, i reccomend to sitch to the dark skin under settings -> Display -> Skin. Then the output of the console is optimized for dark backgrounds. Link to comment Share on other sites More sharing options...
Laurynelis Posted October 27, 2019 Share Posted October 27, 2019 How do you increase the size of the gui icons that are too small on a 4k monitor? :) Link to comment Share on other sites More sharing options...
ISI360 Posted October 28, 2019 Author Share Posted October 28, 2019 18 hours ago, Laurynelis said: How do you increase the size of the gui icons that are too small on a 4k monitor? There is currently no option to change that. (And i have no 4k Monitor to test these...) But can you please tell me your DPI Scaling value in windows? (So i may simulate this at my test-stations) -> Right click on desktop -> Display settings -> Scale and layout. Here the scaling percentage value. Another way to modify this behaviour would be over the "Compatibility"-Tab in the File Properties of the AutoIt_Studio.exe. You could test around with some DPI settings...maybe this helps. Link to comment Share on other sites More sharing options...
Laurynelis Posted November 1, 2019 Share Posted November 1, 2019 (edited) On 10/28/2019 at 10:14 AM, ISI360 said: There is currently no option to change that. (And i have no 4k Monitor to test these...) But can you please tell me your DPI Scaling value in windows? (So i may simulate this at my test-stations) -> Right click on desktop -> Display settings -> Scale and layout. Here the scaling percentage value. Another way to modify this behaviour would be over the "Compatibility"-Tab in the File Properties of the AutoIt_Studio.exe. You could test around with some DPI settings...maybe this helps. My scaling is 250%. Changing DPI settings did not have any effect. Tried all possible combinations Another question: I saw black theme for ISN in screenshots in website, but I can't find how to change themes. Is it similar as in scite where you have to update user.properties file? Edited November 1, 2019 by Laurynelis Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now