Search found 70 matches

by -_+
09 May 2015, 07:10
Forum: Forum Issues
Topic: Increase login timeout
Replies: 51
Views: 17017

Re: Increase login timeout

Firefox.
Since the new forum interface landed - I haven't experienced a single disconnect.
by -_+
08 May 2015, 00:32
Forum: Forum Issues
Topic: Increase login timeout
Replies: 51
Views: 17017

Re: Increase login timeout

I'm experiencing logging off on a constant basis (with frequency of around once per day) since the day I registered.
My IP probably doesn't change (I'm not sure), my cookies never get cleaned.
I was just about to open a new topic about that when I stumbled upon this one.
by -_+
07 May 2015, 14:35
Forum: Ask for Help (v1)
Topic: How to send a (keyb+mouse)hotkey to an inactive window witho
Replies: 8
Views: 2279

Re: How to send a (keyb+mouse)hotkey to an inactive window w

boiler I though I tried that, but turns out I used improper coordinates and shouldn't have specified control's class (specifying just the window is already enough). Thanks, I've managed to make it work. I had some troubles with ControlSend {ShiftUp} happening way too fast (so that ControlClick that...
by -_+
30 Apr 2015, 01:17
Forum: Ask for Help (v1)
Topic: How to send a (keyb+mouse)hotkey to an inactive window witho
Replies: 8
Views: 2279

Re: How to send a (keyb+mouse)hotkey to an inactive window w

But I need to send the click to the specific position (to the position of the cursor) and there's not an option in ControlSend to specify position for a click.
by -_+
29 Apr 2015, 12:20
Forum: Ask for Help (v1)
Topic: How to send a (keyb+mouse)hotkey to an inactive window witho
Replies: 8
Views: 2279

How to send a (keyb+mouse)hotkey to an inactive window witho

I'd like to point at something in the inactive window hit some hotkey and want the script to send +{RButton} to the underlying control (under the cursor) of the inactive window. And besides that, the inactive window should remain inactive, it shouldn't get focused. As far as I know there's ControlSe...
by -_+
16 Apr 2015, 14:29
Forum: Wish List
Topic: Add a command to add hotstrings (analogy to hotkey command) Topic is solved
Replies: 4
Views: 3451

Add a command to add hotstrings (analogy to hotkey command) Topic is solved

Would be handy to have a Hotstring command that would work as Hotkey command, but for hotstrings.
by -_+
06 Apr 2015, 00:51
Forum: Scripts and Functions (v1)
Topic: GenDocs - StdLib Documentation Generator
Replies: 4
Views: 6518

Re: GenDocs - StdLib Documentation Generator

fincs, that'd be nice, if you'd add some example of some script and the results of it's GenDoc parsing right here.
Also, why not write a module for ahk language for Doxygen?
Thanks for your script.
by -_+
10 Mar 2015, 15:48
Forum: Bug Reports
Topic: [Fixed] ControlGetFocus vs DoubleClick race conditions
Replies: 4
Views: 1845

Re: [Fixed] ControlGetFocus vs DoubleClick race conditions

Verified fixed.
Thank you, lexikos.
by -_+
24 Feb 2015, 02:27
Forum: AutoHotkey Development
Topic: [Wish] One line while loop (similar to if)
Replies: 45
Views: 24437

Re: [Wish] One line while loop (similar to if)

How about SleepUntil, (expression), 10?
by -_+
31 Jan 2015, 09:40
Forum: Bug Reports
Topic: [Fixed] ControlGetFocus vs DoubleClick race conditions
Replies: 4
Views: 1845

[Fixed] ControlGetFocus vs DoubleClick race conditions

Running this code Loop { Sleep, 10 ControlGetFocus, focusElement, A } results into inability to, say, doubleclick an icon on the desktop to open it. Doubleclick also gets broken in TotalCommander. Some users report that ctrl, alt and shift keys may also sometimes (not always) get 'sticky' (it become...
by -_+
12 Jan 2015, 05:46
Forum: Scripts and Functions (v1)
Topic: [Library] Edit v3.0 - Update and Manage any Edit Control
Replies: 73
Views: 36673

Re: [Library] Edit v1.4 - Update and Manage any Edit Control

Thanks for reporting the problem. I first found this problem when I tried to write this function years back. The function sat dormant for a long time for this very reason. I recently dug up and reworked the function and thought I solved the problem. It seems to work correctly on Edit controls creat...
by -_+
12 Jan 2015, 05:00
Forum: Scripts and Functions (v1)
Topic: Columbus - a fast program launcher/searcher
Replies: 157
Views: 59704

Re: Columbus - a fast program launcher/searcher

Thanks for the feedback :) 1. I don't think the software making itself auto-run makes it intrusive. I think it generally makes it easier for the users, and those who don't want it running all the time can just toggle the setting in the Settings menu. Most software has this as default anyways. 2. Yo...
by -_+
11 Jan 2015, 12:25
Forum: Scripts and Functions (v1)
Topic: Columbus - a fast program launcher/searcher
Replies: 157
Views: 59704

Re: Columbus - a fast program launcher/searcher

1. too invasive (automatically adds self to autorun). 2. instead of asking the user where his programs are - it just hooks the ones that have been installed. Only 10% of my programs are installed, what about the rest that don't require any installation? 3. it badly needs support to run executables r...
by -_+
11 Jan 2015, 09:16
Forum: Scripts and Functions (v1)
Topic: [Library] Edit v3.0 - Update and Manage any Edit Control
Replies: 73
Views: 36673

Re: [Library] Edit v1.4 - Update and Manage any Edit Control

jballi, ok. Another few questions: 1. does this lib allow to easily get a true line number of a char/caret position? When a file contains long lines and 'wrap words' feature is turned on - the long line gets cut into smaller ones and each smaller line is then regarded as a separate line, while I nee...
by -_+
10 Jan 2015, 21:23
Forum: Scripts and Functions (v1)
Topic: [Library] Edit v3.0 - Update and Manage any Edit Control
Replies: 73
Views: 36673

Re: [Library] Edit v1.4 - Update and Manage any Edit Control

jballi, could you make your example Spell Checks work with RichEdit controls?
by -_+
09 Jan 2015, 15:07
Forum: Ask for Help (v1)
Topic: [Solved] Loop macro stops working after some time
Replies: 4
Views: 1775

Re: Loop macro stops working after some time

You are probably wrong in your assumption, since comments get ignored and for me Cyrillic comments - they work fine. My guess is that it might have something to do with the codepage you save your script in. By default it's cp1252 (ANSI - Cyrillic) for RU-localed Windows, so try to save as cp65001 (U...
by -_+
21 Dec 2014, 13:57
Forum: Scripts and Functions (v1)
Topic: Dynamic Hotstrings
Replies: 46
Views: 23718

Re: Dynamic Hotstrings

This lib doesn't play well with other keyboard locales: hitting same buttons in any locale - will trigger the regex which would be typed if locale was english.
by -_+
21 Dec 2014, 08:21
Forum: Wish List
Topic: A way to force ByRef for an attribute in a function call
Replies: 16
Views: 4837

Re: A way to force ByRef for an attribute in a function call

If you meant an object/array, I don't see the problem. The array is a value, stored by reference in the variable. It doesn't matter what the value of the variable is; you can either pass a reference to the variable, or pass the value (array reference) it contains. Yeah, I meant an object/array but ...

Go to advanced search