| Author |
Message |
Forum: Scripts Topic: DllCall-Support for X10 remote controls (i.e.Notebooks) |
| flashkid |
|
Posted: September 16th, 2011, 1:49 pm
|
|
Replies: 21 Views: 5517
|
| Thank you, this works very good. I just installed the sdk, grabbed the dll, uninstalled the sdk and registered the dll again. Now I can monitor the button presses on the remote :) But, is there a way to stop the remote from sending the keys? I get a notification about the sending of the power button... |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| flashkid |
|
Posted: September 16th, 2011, 12:30 am
|
|
Replies: 577 Views: 86034
|
Is it possible to retrieve the current word and the current line contents via SendMessage or the director interface?
I looked in the documentation and it seems like it is not possible. Would it be very time consuming to add this?
Edit: I think I will find everything in TillaGoto  |
|
 |
Forum: Support Topic: SetWindowsHookEx fails |
| flashkid |
|
Posted: September 13th, 2011, 6:29 pm
|
|
Replies: 0 Views: 217
|
| Hi, I tried to create a Hook that would notify me on every message that is received by the system tray (notification area). Unfortunately, I get an error 1428 ("Cannot set nonlocal hook without a module handle.") although I provide a module handle. I tried many different combinations of hM... |
|
 |
Forum: Scripts Topic: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3 |
| flashkid |
|
Posted: September 1st, 2011, 3:52 pm
|
|
Replies: 50 Views: 5361
|
| Feature request: Support for drag and drop of .ahk files onto the Gui. +1 [Bug] The *i option of Include throws an error. I checked the code and saw that a "IgnoreErrors" variable will hold the value true, but it is not used, so it doesn't matter, what value it holds. It's not very import... |
|
 |
Forum: Scripts Topic: [AHK_L/v2] WatchDirectory - Report Directory Changes |
| flashkid |
|
Posted: September 1st, 2011, 2:01 pm
|
|
Replies: 90 Views: 8359
|
| ́ HotKeyIt wrote: Can you try newest version ( also new _Struct() version). Also try compiling 1.1.2.03 using new compiler.
Thanks, everything is working fine now  |
|
 |
Forum: Scripts Topic: [AHK_L/v2] WatchDirectory - Report Directory Changes |
| flashkid |
|
Posted: August 28th, 2011, 3:14 pm
|
|
Replies: 90 Views: 8359
|
I am using version 1.1.0.0 (01. May 2011). I have also tried it with the newest version and the new Ahk2Exe, but it doesn't work either.
Could you try to compile the script and check whether I do something wrong? |
|
 |
Forum: Scripts Topic: [AHK_L/v2] WatchDirectory - Report Directory Changes |
| flashkid |
|
Posted: August 27th, 2011, 7:50 pm
|
|
Replies: 90 Views: 8359
|
| Very nice function, works very well. But I have one serious problem. If I compile this script, it does no longer work (tested with your example script). I don't receive any notifications about changed files. If I run the same script, without compiling, at the same time I get the notifications. Can y... |
|
 |
Forum: Scripts Topic: [AHK & AHK_L] Forms Framework 0.8 |
| flashkid |
|
Posted: June 2nd, 2011, 8:05 pm
|
|
Replies: 176 Views: 28365
|
| Some stuff from regular AHK stop working when they are inside the Panel. They will require some alternative implementation. It looks like radio groups are one of them... An UpDown control is not displayed in a panel as well. Unfortunately I haven't found a solution yet. EDIT: Found a solution. Just... |
|
 |
Forum: Scripts Topic: [AHK & AHK_L] Forms Framework 0.8 |
| flashkid |
|
Posted: June 2nd, 2011, 12:23 pm
|
|
Replies: 176 Views: 28365
|
How can I center a HLink control horizontally in a panel? I can only center it vertically with Align, B
Is there any chance to center it, without calculating the coordinates by myself? |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| flashkid |
|
Posted: June 2nd, 2011, 11:03 am
|
|
Replies: 577 Views: 86034
|
| @ MilesAhead: Does work for me. @ ALL: I was so annoyed by Scite4AHK, because it didn't replace the running script if you hit F5 again. The weird thing is that it does if you click the toolbar icon for run. So I decided to write a little AHK script that does the trick. Here are the steps to get it w... |
|
 |
Forum: Support Topic: weird return value |
| flashkid |
|
Posted: June 1st, 2011, 7:08 pm
|
|
Replies: 5 Views: 165
|
surprisingly not, have checked that before  |
|
 |
Forum: Support Topic: Prevent child from stealing focus |
| flashkid |
|
Posted: June 1st, 2011, 3:44 pm
|
|
Replies: 4 Views: 187
|
That would be an opportunity, but that's an ugly workaround. I'd need to check which control has focus and so on.
Isn't there a nicer thing for integrate a child window nicely into a parent? There has to be a DllCall, there are so many out there, this one must exist  |
|
 |
Forum: Support Topic: weird return value |
| flashkid |
|
Posted: June 1st, 2011, 3:42 pm
|
|
Replies: 5 Views: 165
|
Ah ok, didn't know that. The pre-increment operator works as expected, thank you.
Though I don't understand where the post operator is useful (instead of at a single line, because then there is no difference). |
|
 |
Forum: Support Topic: weird return value |
| flashkid |
|
Posted: June 1st, 2011, 1:08 pm
|
|
Replies: 5 Views: 165
|
| Hi, I just created a little function that counts, how often it has been run already and found a weird issue: MsgBox % func1() MsgBox % func2() ExitApp func1() { static count = 0 return count++ } func2() { static count = 0 return (count := count+1... |
|
 |
Forum: Support Topic: Prevent child from stealing focus |
| flashkid |
|
Posted: June 1st, 2011, 12:46 pm
|
|
Replies: 4 Views: 187
|
This will only prevent the 2. Gui from being activated at launch.
I want it to get never activated or better to cycle through the controls of the parent and child window. |
|
 |
| Sort by: |