Search found 404 matches
- 09 Jan 2015, 05:26
- Forum: Ask For Help
- Topic: Installing AHK or SciTE4AHK creates folder in my OneDrive!
- Replies: 9
- Views: 1904
Re: Installing AHK or SciTE4AHK creates folder in my OneDriv
Note that having My Documents point to OneDrive will allow you to synchronize your SciTE4AutoHotkey settings and your AutoHotkey StdLibs amongst all your computers that are also configured this way.
- 08 Jan 2015, 18:48
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 775
- Views: 275025
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
What are you saying it does? I open Help > Help, click on the Index tab & start typing a keyword. After typing one or two letters, the CHM window stops responding to message events (the CHM thread hangs), and it is necessary to close SciTE in order to recover from it. Alternatively, placing the cur...
- 08 Jan 2015, 13:09
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 775
- Views: 275025
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
I didn't know the SendMessage command used a timeout, thanks for pointing that out. I've changed it to a DllCall in my working copy of S4AHK. BTW: do you have any idea why recent versions of the help file crash when opened from S4AHK? Concretely, using the search box in the Index tab. I suspect it h...
- 05 Jan 2015, 10:16
- Forum: Announcements
- Topic: Upcoming Ahk2Exe changes
- Replies: 105
- Views: 63650
Re: Upcoming Ahk2Exe changes
I agree. There should be a specific ;@Ahk2Exe-RequireAdmin directive that would perform the manifest change automatically.
- 04 Jan 2015, 18:09
- Forum: Bug Reports
- Topic: [Fixed] v1.1.19.00 --- '#If' make the script crash
- Replies: 5
- Views: 1085
Re: v1.1.19.00 --- '#If' make the script crash
Can confirm. #if is broken. I experience a crash when running SciTE4AutoHotkey's TillaGoto with v1.1.19.00.
- 04 Jan 2015, 13:31
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 775
- Views: 275025
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
No, it is unrelated to AHK itself, but some change in the help file.
- 04 Jan 2015, 12:58
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 775
- Views: 275025
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
May be it's an issue with my system: But opening the helpfile from within SciTE4AutoHotkey and trying to search the index results in freezing the helpfile (and the editor) after the first char. After closing the frozen windows, sometimes opening the helpfile directly works well, sometimes i have to...
- 04 Jan 2015, 12:57
- Forum: Announcements
- Topic: Obsolete test build - Functions and Objects as Labels (etc.)
- Replies: 108
- Views: 59546
Re: New test build - Functions and Objects as Labels (and m
The extra code is only necessary when you want to bind parameters to the function. The code you posted is already working with the test build.guest3456 wrote:This is what you'd expect to do, rather than having to use all the extra code that very few people will understand
- 04 Jan 2015, 09:13
- Forum: Announcements
- Topic: Obsolete test build - Functions and Objects as Labels (etc.)
- Replies: 108
- Views: 59546
Re: New test build - Functions and Objects as Labels (and m
Functions and Objects as Labels Nice. I think this is a pretty important step in making certain parts of the AutoHotkey feature set more flexible and easier to use. Ideally, However, I have a few concerns: If a name is given and a label by that name exists, it is used. Otherwise, functions with no ...
- 30 Dec 2014, 12:47
- Forum: Bug Reports
- Topic: AU3_Spy.exe crashes with long text in Scintilla
- Replies: 6
- Views: 1384
Re: 1.1.17-18 - COM stuff, Format(), StdIn/StdOut and bug-fi
Scintilla (the edit control used in SciTE and N++) doesn't support standard Windows text retrieval mechanisms; hence yielding (potentially huge) garbage. This cannot be fixed.
- 28 Dec 2014, 07:18
- Forum: AutoHotkey v2 Development
- Topic: Proposed New GUI API for AutoHotkey v2
- Replies: 249
- Views: 49493
Re: Proposed New GUI API for AutoHotkey v2
I've updated the OP once again with new binaries that include the latest changes from v2.0-a057-428b040.
- 28 Dec 2014, 06:46
- Forum: Bug Reports
- Topic: v1.1.17 - cannot access AHK object fields by a COM caller?
- Replies: 5
- Views: 981
Re: v1.1.17 - cannot access AHK object fields by a COM calle
This test branch seems to be solving my problem, and it indeed looks like it has more intuitive behaviour. If you're interested, it happens in the SciTE Director code: _Director_ParseResponse(resp) { colon := InStr(resp, ":") return { Verb: SubStr(resp, 1, colon-1), Value: CUnescape(SubStr(resp, col...
- 27 Dec 2014, 07:30
- Forum: Bug Reports
- Topic: v1.1.17 - cannot access AHK object fields by a COM caller?
- Replies: 5
- Views: 981
v1.1.17 - cannot access AHK object fields by a COM caller?
ob := { var: "value" } como := ComObject(9, &ob) ; create a ComObj wrapper around the AHK object in order to force the usage of the IDispatch implementation MsgBox % como.var ; 'Member not found' Is this intentional? This came up when refactoring SciTE4AHK to use the native v1.1.17 COM interfacing ...
- 10 Dec 2014, 14:47
- Forum: Forum Issues
- Topic: [Temp-Fixed] posting.php error on line 42 in ipban_auto()
- Replies: 42
- Views: 4876
Re: [Temp-Fixed] posting.php error on line 42 in ipban_auto(
Unbanned the following 2 IPs, yet again:
188.108.210.75
89.204.130.132
188.108.210.75
89.204.130.132
- 10 Dec 2014, 11:58
- Forum: Tutoriales
- Topic: [AutoHotkey] + [Editor] + [1er Script]
- Replies: 7
- Views: 8818
Re: [AutoHotkey] + [Editor] + [1er Script]
Cabe mencionar que SciTE4AutoHotkey se puede poner en español: Tools > "SciTE4AutoHotkey settings...". En el desplegable de Language se selecciona "Español" y se hace clic en Update. Después de cerrar y abrir S4AHK, aparecerá en español. Con todo esto: hola a todos los hispanohablantes :). Realmente...
- 09 Dec 2014, 17:09
- Forum: Scripts and Functions
- Topic: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI)
- Replies: 12
- Views: 7384
Re: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP G
I suspect this to be an AHK bug.
- 08 Dec 2014, 16:47
- Forum: Bug Reports
- Topic: Code works with 1.1.14.03 but not with the last versions
- Replies: 4
- Views: 1097
Re: Code works with 1.1.14.03 but not with the last versions
Tested, can confirm. Seems really weird; probably a bug introduced when native class properties were added to AutoHotkey. oCtrl.__CtrlName is failing to resolve for CCtrlListView.
- 06 Dec 2014, 15:37
- Forum: Forum Issues
- Topic: [Installed] Notifications on new posts in own threads
- Replies: 255
- Views: 32944
Re: Notifications on new posts in own threads
See All -> Manage subscriptions
Options -> Posting settings
Options -> Posting settings
- 06 Dec 2014, 15:31
- Forum: Forum Issues
- Topic: [Installed] Notifications on new posts in own threads
- Replies: 255
- Views: 32944
Re: Notifications on new posts in own threads
Oh wait, I misread. My apologies, disregard the 'it directs to the wrong place' message.
- 06 Dec 2014, 15:11
- Forum: Forum Issues
- Topic: [Installed] Notifications on new posts in own threads
- Replies: 255
- Views: 32944
Re: Notifications on new posts in own threads
Looks like it's working now. However, I find it annoying that I get sent e-mails. Oh, and the 'Options' link directs you to the wrong page.