Velnes Posted March 8, 2011 Posted March 8, 2011 ye as title says i press f1 help file dont open... or i go to Help>Help (F1) and still dont open help file.. wats the delioh? :///
Moderators Melba23 Posted March 8, 2011 Moderators Posted March 8, 2011 Velnes,Do you have a .au3 file open in SciTE? The "special" LUA code only works if you do. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Developers Jos Posted March 8, 2011 Developers Posted March 8, 2011 (edited) There is no special LUA code for F1 but there is a special program that will properly open the Helpfile on the correct keyword: command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)" command.help.subsystem.$(au3)=2 Jos Edited March 8, 2011 by 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.
Velnes Posted March 8, 2011 Author Posted March 8, 2011 (edited) yes i have opened a random script of mine in scite its .au3... but as i sayd help file menu wont turn on :S using win 7 home premium 32bit if that is off any help Edited March 8, 2011 by Velnes
Developers Jos Posted March 8, 2011 Developers Posted March 8, 2011 yes i have opened a random script of mine in scite its .au3... but as i sayd help file menu wont turn on :Susing win 7 home premium 32bitif that is off any helpso how did you install AutoIt3? 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.
Velnes Posted March 8, 2011 Author Posted March 8, 2011 downloaded http://www.autoitscript.com/site/autoit-script-editor/downloads/ the first one SciTE4AutoIt3.exe (4938Kb) and then i run the .exe and press install when it succesfully finished installing i open(edit) my .au3 script and press help file but ...it wont open :/
Developers Jos Posted March 8, 2011 Developers Posted March 8, 2011 (edited) I actually asked on how you installed AutoIt3, not SciTE4AutoIT3 You have the following files in directory "C:\Program Files (x86)\AutoIt3\" : AutoIt3Help.exe AutoIt.chm AutoIt3.chm UDFs3.chm If so what happens when you open the AutoIt.chm file? Jos Edited March 8, 2011 by 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.
Velnes Posted March 8, 2011 Author Posted March 8, 2011 ye they open if i press the .chm file.. but in the SciTE editor when i hit f1 or the Help>Help(f1) it wont open O.O
Developers Jos Posted March 8, 2011 Developers Posted March 8, 2011 So how did you install AutoIt3? Check au3.properties to make sure the lines are in there that I posted before. 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.
Velnes Posted March 8, 2011 Author Posted March 8, 2011 u mean pressing ctrl+1 .. in SciTE editor? to open that configuration window? ye all lines are correct there b4 i installed the http://www.autoitscript.com/site/autoit-script-editor/downloads/ help file was working o.o
Developers Jos Posted March 8, 2011 Developers Posted March 8, 2011 u mean pressing ctrl+1 .. in SciTE editor? to open that configuration window? ye all lines are correct thereb4 i installed the http://www.autoitscript.com/site/autoit-script-editor/downloads/ help file was working o.oNo I mean au3.properties which you can find in the SciTE OPTIONS menu dropdown.My guess is that it is empty. 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.
Velnes Posted March 8, 2011 Author Posted March 8, 2011 (edited) hmmm is this the part? there is more but this part is it? #x 02 Beta Helpfile bcommand.2=$(autoit3dir)\beta\Autoit3Help.exe "$(CurrentWord)" bcommand.name.2=Beta Help bcommand.subsystem.2=2 bcommand.shortcut.2=Alt+F1 bcommand.save.before.2=2 or # Commands to for Help F1 #~ command.help.$(au3)=$(CurrentWord)!$(autoit3dir)\autoit.chm #~ command.help.subsystem.$(au3)=4 command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)" command.help.subsystem.$(au3)=2 Edited March 8, 2011 by Velnes
JackDinn Posted April 29, 2011 Posted April 29, 2011 hi, So what was the answer here ?? Just installed AI on another comp (XPSP2) and iv got the same problem looked at the au3.properties and iv got the following :- autoit3dir=C:\Program Files\AutoIt3 openpath.$(au3)=$(autoit3dir)\include openpath.beta.$(au3)=$(autoit3dir)\beta\include # Commands to for Help F1 #~ command.help.$(au3)=$(CurrentWord)!$(autoit3dir)\autoit.chm #~ command.help.subsystem.$(au3)=4 command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)" command.help.subsystem.$(au3)=2 pressing ctrl+f1 loads the autoit.chm file fine but no AI3 help at all even if i use the pull down menu ? The help file is in the right place and works fine if i load it manually. this installation of AI is brand new also windows is a newly installed also. I installed AI with the same file i used on my other comps & they work fine. please give me a hand here, many thx. Thx all,Jack Dinn. JD's Auto Internet Speed Tester JD's Clip Catch (With Screen Shot Helper) Projects :- AutoIt - My projects My software never has bugs. It just develops random features. :-D
Developers Jos Posted April 29, 2011 Developers Posted April 29, 2011 please give me a hand here, many thx.So you have a file open with an ".au3" extension?You autoit3 directory is the standard: C:\Program Files\AutoIt3 ?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.
JackDinn Posted April 29, 2011 Posted April 29, 2011 o sorry its kinda sorted now, i had to update to latest AI and that seams to have fixed it. many thx though , appreciated Thx all,Jack Dinn. JD's Auto Internet Speed Tester JD's Clip Catch (With Screen Shot Helper) Projects :- AutoIt - My projects My software never has bugs. It just develops random features. :-D
GEOSoft Posted April 29, 2011 Posted April 29, 2011 Also make sure you have the full Scite4Autoit3 installed and not just the version that installs with AutoIt. You will find things much simpler. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
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