Search found 10 matches

by nigelle
28 Jul 2017, 11:13
Forum: Ask for Help (v1)
Topic: Clarifications on comments in Scripts
Replies: 5
Views: 9569

Clarifications on comments in Scripts

In the help I have found : 1) "Scripts can be commented by using a semicolon at the beginning of a line. For example: ; This entire line is a comment. " When the line is indented does "the beginning of a line" mean the first non blank character not taking into account tab or space ? 2) "Comments may...
by nigelle
26 Apr 2016, 07:10
Forum: Ask for Help (v1)
Topic: How to close Firefox with the Process instruction
Replies: 5
Views: 1777

Re: How to close Firefox with the Process instruction

Apparently the problem of previous screens comes from session restore : I have set to false in about:config (of Firefox) browser.sessionstore.resume_from_crash and they disappeared... It seems that Firefox thinks that is has crashed when it is closed by means external to itself. So the post is half ...
by nigelle
20 Apr 2016, 17:07
Forum: Ask for Help (v1)
Topic: How to close Firefox with the Process instruction
Replies: 5
Views: 1777

Re: How to close Firefox with the Process instruction

It has closed Firefox but when I open Firefox later all the screens are re-opened.
by nigelle
20 Apr 2016, 08:42
Forum: Ask for Help (v1)
Topic: How to close Firefox with the Process instruction
Replies: 5
Views: 1777

How to close Firefox with the Process instruction

Purpose : write a general purpose script that closes all occurrences of Firefox remaining from previous scripts or manual use of Firefox (to achieve a clean start). I don't care loosing data but I don't know which screens are open. -First trial (WaitClose) Process, WaitClose, firefox.exe, 120 ; Proc...
by nigelle
15 Dec 2014, 09:33
Forum: Wish List
Topic: How To know where the error has occurred ?
Replies: 3
Views: 1786

Re: How To know where the error has occurred ?

After more thinking :
In "what:" it would be useful to have the list of parameters passed to the function or the script.
by nigelle
13 Dec 2014, 08:12
Forum: Wish List
Topic: How To know where the error has occurred ?
Replies: 3
Views: 1786

How To know where the error has occurred ?

To know where the error has occurred helps debugging the script... The structure of my scripts is : #Include %A_ScriptDir%\lib1.ahk ; lib1 contains functions and variables that are used by most of my scripts #Include %A_ScriptDir%\lib2i.ahk ; lib2i contains functions and variables that are used by t...
by nigelle
31 Aug 2014, 07:33
Forum: Ask for Help (v1)
Topic: What is the use of Installer.ahk
Replies: 2
Views: 1528

What is the use of Installer.ahk

After installation of the Ansi version, I have found in c:\Program Files\AutoHotkey\ the script Installer.ahk, what is it use ? No corresponding entry found in AutoHotkey.chm ... AutoHotkey.exe and AutoHotkeyA32.exe are identical : does that means that the chosen version is copied in AutoHotkey.exe ?
by nigelle
29 Aug 2014, 08:11
Forum: Forum Issues
Topic: Link to download AutoHotkey
Replies: 27
Views: 8540

Re: Link to download AutoHotkey

Thanks to your answers : after increasing my knowledge, I have the following comments : 1) in the topic "AutoHotkey v1.1.15" and its follow-up, please Lexicos replace "download" by "downloads page" or "download executables" : it will be more eye catching. 2) to tank : nearly the bottom of a long pag...
by nigelle
28 Aug 2014, 09:23
Forum: Forum Issues
Topic: Link to download AutoHotkey
Replies: 27
Views: 8540

Link to download AutoHotkey

I think that it is useful to have somewhere (here ? announcement ? Scripts and Functions ? Tutorials ?) in the forum a pinned subject (that can be seen at first glance) that give the link to use to down load AutoHotkey installer, instruction to install and maybe the last version number.
by nigelle
23 Oct 2013, 11:53
Forum: AutoHotkey Development
Topic: AHKv2 - Platform independent?
Replies: 18
Views: 11460

Re: AHKv2 - Platform independent?

I have an years old experience that is mid way of "Platform independent" : I use AHK under Windows with a "Platform independent" browser Firefox under Windows. I have described this in the now archived post : "There is a solution to write scripts for FireFox Started by nigelle, 08 Jan 2010 http://ww...

Go to advanced search