Jump to content

Recommended Posts

Posted

I knew that this will end like this.  There is already a lot of suggestions from you are pending now. Infaxt my LUA learning was paused since 2015 Dec. Any way, I can make script that do this work. But how can i attach that script to SciTE as a menu item under File menu. (Not in the tools menu)

  Reveal hidden contents

 

  • Developers
Posted
  On 4/6/2016 at 8:04 PM, kcvinu said:

I knew that this will end like this.  

Expand  

Probably because we went down this avenue before if I remember correctly. It just surprises me that people want stuff but preferably have it done by me or others. 
I will in case I am convinced it is for the greater good, else you have do it yourself....  fair enough?  ;)

Look at the au3.properties for how to link functions/programs to shortcuts and/or tools menu. The SciTE4AutoIt3 helpfile contains the SciTE helppage which explains each of the used keywords.

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

Posted
  On 4/6/2016 at 3:09 PM, alien4u said:

AutoIt Help does not open if you don't save the current SciTE4 you are working on.
For example you open SciTE Script Editor and start a new script, write anything and save that script, once is saved then you can open the Help.

Look like a "bug" on the Editor.

Another way is to manually open it from the Start Menu you will have a Shortcut to: "C:\Program Files (x86)\AutoIt3\AutoIt.chm" This is the Help File.

You should look for FileRead()

Happy Coding.

Kind Regards
Alien

Expand  

Hi Alien and all,

Thank you so much for the kind and prompt help! Now I know how to get "Help" to work :-)

Best regards,

Libo

Posted

@Jos , Thanks. I will do it one day. :)

  Reveal hidden contents

 

  • 1 month later...
Posted (edited)

Hi,

I installed the 3.3.14.2 today. But now I'm facing a problem with the help file. It triggers a security warning:

AutoIt3Help-Warning.JPG.b4e86625d279f97a

Why is this? I had no problem with the help file in version 3.3.12.xx.

And if I click "Run" then it will open but all pages are empty. There is no difference whether the file lays on a network drive or a local one.

Any clue? Conrad

Edited by Simpel
SciTE4AutoIt = 3.7.3.0   AutoIt = 3.3.14.2   AutoItX64 = 0   OS = Win_10   Build = 19044   OSArch = X64   Language = 0407/german
H:\...\AutoIt3\SciTE     H:\...\AutoIt3      H:\...\AutoIt3\Include     (H:\ = Network Drive)

   88x31.png  Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind.

Posted

Right click the AutoIt.chm file and click the Unblock button on the General tab.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

Hi BrewManNH,

there is no button with this files.

I found a half solution. I zipped and unzipped AutoIt.chm and AutoIt3Help.exe. Then this security window is skipped because computer thinks now it's a local file.

But a new problem comes. If both files are on a local drive (C:\) all is fine. But my local space is limited at 20MB by admin. So I have to take a network drive.

If I press F1 on SciTE and the command is 'networkdrive\AutoIt3\AutoIt.chm" "$(CurrentWord)"' then the help file opens correctly. But I can't pass "$(CurrentWord)" to the chm.

If I press F1 on SciTE and the command is 'networkdrive\AutoIt3\AutoIt3Help.exe" "$(CurrentWord)"' then I don't see any content but the register on the right.

I know, that it should be a problem with registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
"MaxAllowedZone"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000001

But I'm not allowed to change these.

Any suggestions?

How passes AutoIt3Help.exe "$(CurrentWord)" to the chm? Maybe I can script an own Help.exe passing "$(CurrentWord)" to the chm?

Regards, Conrad

SciTE4AutoIt = 3.7.3.0   AutoIt = 3.3.14.2   AutoItX64 = 0   OS = Win_10   Build = 19044   OSArch = X64   Language = 0407/german
H:\...\AutoIt3\SciTE     H:\...\AutoIt3      H:\...\AutoIt3\Include     (H:\ = Network Drive)

   88x31.png  Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...