| Author |
Message |
Forum: Scripts Topic: [module] Dock 1.0 (testing 2.0 b3) |
| alaricljs |
|
Posted: April 23rd, 2008, 4:18 pm
|
|
Replies: 351 Views: 50576
|
I'm interested in using Dock to get titlebar buttons with my script, however I would need to be able to use multiple HostIDs. I'm digging into your script to see if I can do the mods myself, however if it interests you it'd be great to get your take on Dock with multiple Hosts.
Thanks |
|
 |
Forum: Scripts Topic: Cluster Control - Input multiplexer |
| alaricljs |
|
Posted: April 18th, 2008, 9:55 pm
|
|
Replies: 0 Views: 662
|
| Hey all, probably use this forum to munge together documentation, but at least here's the working script. I use WinXP as my primary OS at work, however I'm a Unix SA so I use terminal windows of one sort or another *alot*. This script is the answer to my wanting to spend less time typing when config... |
|
 |
Forum: Support Topic: Edit box in a GUI - What keys does it interpret and how? |
| alaricljs |
|
Posted: April 18th, 2008, 4:54 am
|
|
Replies: 2 Views: 343
|
| Don't worry bout this, I found a way around my needing to know... But it would be somewhat interesting to know anyhow. |
|
 |
Forum: Support Topic: Edit box in a GUI - What keys does it interpret and how? |
| alaricljs |
|
Posted: April 17th, 2008, 9:52 pm
|
|
Replies: 2 Views: 343
|
I need to know what keys the Edit control interprets and how it interprets them. IE: Ctrl-A is select all.
I want the whole list and I haven't found it yet....
Thanks |
|
 |
Forum: Support Topic: Blocking GUI events? |
| alaricljs |
|
Posted: April 17th, 2008, 8:58 pm
|
|
Replies: 6 Views: 421
|
It works!
Zippo() you rock. Thanks. On to post the next question... Would that it could be so simple as this. |
|
 |
Forum: Support Topic: Blocking GUI events? |
| alaricljs |
|
Posted: April 16th, 2008, 10:05 pm
|
|
Replies: 6 Views: 421
|
That is exactly what I'm looking for, however I was hoping for a way to block all events with a simple command in AHK rather then modifying every event (quite a large list) with a flag watch.
Thanks though  |
|
 |
Forum: Support Topic: Blocking GUI events? |
| alaricljs |
|
Posted: April 16th, 2008, 9:25 pm
|
|
Replies: 6 Views: 421
|
I would like to block event handlers for a GUI while I fiddle with it via GuiControl. Is there a way?
Yes I've searched, no I didn't ignore the massive list of results I got with my searches. I still haven't found what I'm looking for and would like your help  |
|
 |
Forum: Suggestions Topic: Image button support |
| alaricljs |
|
Posted: July 17th, 2006, 8:45 pm
|
|
Replies: 1 Views: 509
|
Chris,
You had mentioned in this thread that you would be implementing Image Buttons.
I'd just like to ask for it again and perhaps find out how that's coming along. |
|
 |
Forum: Suggestions Topic: timestamps in |
| alaricljs |
|
Posted: July 17th, 2006, 2:24 pm
|
|
Replies: 3 Views: 652
|
| The primary use of this for me is in A_TimeIdle loops where I am trying to debug whether an event got successfully kicked in the right sequence. As a for instance I have a script that locks the screen after X minutes. It presents a 5 Second warning, and re-checks idle to squash the warning. Somehow ... |
|
 |
Forum: Support Topic: Make a button appear pushed? |
| alaricljs |
|
Posted: July 14th, 2006, 7:58 pm
|
|
Replies: 2 Views: 738
|
Hey everyone,
I'd like to have a button with normal appearance, except RadioButton behavior. This would mean a normal looking button that once pushed stays pushed until another button is pushed.
Anyone have ideas? |
|
 |
Forum: Suggestions Topic: timestamps in |
| alaricljs |
|
Posted: July 14th, 2006, 2:14 pm
|
|
Replies: 3 Views: 652
|
Can we have timestamps for the lines most recently executed log?
It'd make debugging some of my time sensitive scripts a whole lot easier.
Thanks |
|
 |
Forum: Utilities Topic: Control screensaver and wallpaper? |
| alaricljs |
|
Posted: May 12th, 2005, 7:42 pm
|
|
Replies: 16 Views: 4832
|
Here's the one I use with my wallpaper changing script: bsetroot
It's from bblean and has some nice extra features (like background colors/patterns behind less than fullscreen images) |
|
 |
Forum: Issues Topic: IfNotInString Broken? |
| alaricljs |
|
Posted: May 10th, 2005, 3:35 pm
|
|
Replies: 2 Views: 1051
|
Hmmm, so I get to look stupid anyhow.
Thanks Chris, next time I will stare at the documentation until I reeeeally get it. Especially since no one has ever complained about this before... I should have figured I was just missing the point. |
|
 |
Forum: Issues Topic: IfNotInString Broken? |
| alaricljs |
|
Posted: May 9th, 2005, 9:28 pm
|
|
Replies: 2 Views: 1051
|
| Loop %Images%\*.*, 0, 0 { IfNotInString %A_LoopFileAttrib%, H NumImages ++ } MsgBox %NumImages% images Do this on a WinXP box with 3 images in the %Images% folder. You will get a response of 4 images. For some reason Thumbs.db is not getting flagged by the IfNotInString.... In fact, simpl... |
|
 |
Forum: Scripts Topic: Pop-up execution menu... |
| alaricljs |
|
Posted: May 6th, 2005, 6:42 pm
|
|
Replies: 2 Views: 1997
|
| Hopefully someone will find this useful. (hey look, I registered! ;)) This is my derivation of ToolTip Mouse Menu by Rajat. I used it for a while, then decided I wanted something different. This script uses an INI file to define your menus and hotkeys for them. It uses a ListBox in a window to prese... |
|
 |
| Sort by: |