ChrisL Posted January 25, 2006 Posted January 25, 2006 In SciTE when you compile you get the reshack options and Icon options etc. But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile? [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Moderators SmOke_N Posted January 25, 2006 Moderators Posted January 25, 2006 In SciTE when you compile you get the reshack options and Icon options etc.But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile?If your trying to compile with options with Beta, I think you can only use the #commands and or do what I did... just replaced all my regular files with beta ones Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
djek Posted January 25, 2006 Posted January 25, 2006 In SciTE when you compile you get the reshack options and Icon options etc.But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile?update to the latest SciTE4AutoIt3http://www.autoitscript.com/autoit3/scite/open your script with SciTEtype 'compiler' (sans quotes)press space voila, all the options you need, including#compiler_prompt = y
Developers Jos Posted January 25, 2006 Developers Posted January 25, 2006 Just so I understand correctly: You have a script in SciTE and when you press F7 it shows the Menu with the option and when you press Alt+F7 it doesn't ? (or are you using Build -> Ctrl+F7 when it shows the Menu with compile options ?) 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.
ChrisL Posted January 25, 2006 Author Posted January 25, 2006 Just so I understand correctly:You have a script in SciTE and when you press F7 it shows the Menu with the option and when you press Alt+F7 it doesn't ?(or are you using Build -> Ctrl+F7 when it shows the Menu with compile options ?)Latest SciTE downloaded today.From the Menu.. Tools / Beta Compile or Alt + F7 you get no reshack options or icon selectionNormal compile Tools / Compile or Ctrl + F7 gets all the options for reshack and icons etcI would have thought that you should get the Reshack/Icon screen doing a Beta Compile too IMHO [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Moderators SmOke_N Posted January 25, 2006 Moderators Posted January 25, 2006 I guess if you toggle them you do. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Developers Jos Posted January 25, 2006 Developers Posted January 25, 2006 (edited) Latest SciTE downloaded today.From the Menu.. Tools / Beta Compile or Alt + F7 you get no reshack options or icon selectionNormal compile Tools / Compile or Ctrl + F7 gets all the options for reshack and icons etcI would have thought that you should get the Reshack/Icon screen doing a Beta Compile too IMHOWhen we started with CompileAU3 F7 was the "Compile" and Ctrl+F7 was "Compile with options".Then Beta was added and Alt+F7 is now BETA compile and is similar to F7 to compile with the production versionCtrl+F7 is really the Compile with options where you can determine yourself what the settings should be.I am never using the menu anymore but do everything with "Compiler directives" in the Script source itself.I have considered removing support for the INI files totally, to get rid of some complexity in the program, but have decided to leave the current stuff in there but am not doing any more development on it.So new Compiler options like the AU3Check options isn't available in the Menu.Hope this explains what you are seeing...EDIT: By the way, the Reshack is still done with the information defined in the INI file....and you could change the behaviour for Alt+F7 by adding this line to your SciTEUSer.properties:command.1.*.au3=$(SciteDefaultHome)\CompileAU3\CompileAU3.exe /beta /in "$(FilePath)" /autoit3dir "$(autoit3dir)\beta"But remember you will override BETA settings when you specify the AUT2EXE to use in the Menu... Edited January 25, 2006 by JdeB 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.
ChrisL Posted January 26, 2006 Author Posted January 26, 2006 Thanks [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
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