AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 15 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [module] Dock 1.0        (testing 2.0 b3)
alaricljs

Replies: 288
Views: 19221

PostForum: Scripts & Functions   Posted: Wed Apr 23, 2008 3:18 pm   Subject: [module] Dock 1.0        (testing 2.0 b3)
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 ...
  Topic: Cluster Control - Input multiplexer
alaricljs

Replies: 0
Views: 276

PostForum: Scripts & Functions   Posted: Fri Apr 18, 2008 8:55 pm   Subject: Cluster Control - Input multiplexer
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 on ...
  Topic: Edit box in a GUI - What keys does it interpret and how?
alaricljs

Replies: 2
Views: 133

PostForum: Ask for Help   Posted: Fri Apr 18, 2008 3:54 am   Subject: Edit box in a GUI - What keys does it interpret and how?
Don't worry bout this, I found a way around my needing to know... But it would be somewhat interesting to know anyhow.
  Topic: Edit box in a GUI - What keys does it interpret and how?
alaricljs

Replies: 2
Views: 133

PostForum: Ask for Help   Posted: Thu Apr 17, 2008 8:52 pm   Subject: Edit box in a GUI - What keys does it interpret and how?
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
  Topic: Blocking GUI events?
alaricljs

Replies: 6
Views: 184

PostForum: Ask for Help   Posted: Thu Apr 17, 2008 7:58 pm   Subject: Blocking GUI events?
It works!

Zippo() you rock. Thanks. On to post the next question... Would that it could be so simple as this.
  Topic: Blocking GUI events?
alaricljs

Replies: 6
Views: 184

PostForum: Ask for Help   Posted: Wed Apr 16, 2008 9:05 pm   Subject: Blocking GUI events?
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.


Tha ...
  Topic: Blocking GUI events?
alaricljs

Replies: 6
Views: 184

PostForum: Ask for Help   Posted: Wed Apr 16, 2008 8:25 pm   Subject: Blocking GUI events?
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 s ...
  Topic: Image button support
alaricljs

Replies: 1
Views: 253

PostForum: Wish List   Posted: Mon Jul 17, 2006 7:45 pm   Subject: Image button support
Chris,

You had mentioned in this [url=http://www.autohotkey.com/forum/viewtopic.php?t=4047]thread that you would be implementing Image Buttons.

I'd just like to ask for it again and perhaps find ...
  Topic: timestamps in
alaricljs

Replies: 3
Views: 405

PostForum: Wish List   Posted: Mon Jul 17, 2006 1:24 pm   Subject: timestamps in
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 scr ...
  Topic: Make a button appear pushed?
alaricljs

Replies: 2
Views: 450

PostForum: Ask for Help   Posted: Fri Jul 14, 2006 6:58 pm   Subject: Make a button appear pushed?
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.
...
  Topic: timestamps in
alaricljs

Replies: 3
Views: 405

PostForum: Wish List   Posted: Fri Jul 14, 2006 1:14 pm   Subject: timestamps in
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
  Topic: Control screensaver and wallpaper?
alaricljs

Replies: 16
Views: 3690

PostForum: Utilities & Resources   Posted: Thu May 12, 2005 6:42 pm   Subject: Control screensaver and wallpaper?
Here's the one I use with my wallpaper changing script: [url=http://bb4win.sourceforge.net/bblean/bbsr.htm]bsetroot

It's from bblean and has some nice extra features (like background colors/pattern ...
  Topic: IfNotInString Broken?
alaricljs

Replies: 2
Views: 712

PostForum: Bug Reports   Posted: Tue May 10, 2005 2:35 pm   Subject: IfNotInString Broken?
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 ...
  Topic: IfNotInString Broken?
alaricljs

Replies: 2
Views: 712

PostForum: Bug Reports   Posted: Mon May 09, 2005 8:28 pm   Subject: IfNotInString Broken?
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 ...
  Topic: Pop-up execution menu...
alaricljs

Replies: 2
Views: 1353

PostForum: Scripts & Functions   Posted: Fri May 06, 2005 5:42 pm   Subject: Pop-up execution menu...
Hopefully someone will find this useful. (hey look, I registered! Wink)

This is my derivation of ToolTip Mouse Menu by Rajat. I used it for a while, then decided I wanted something different.

Th ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group