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 66 matches
AutoHotkey Community Forum Index
Author Message
  Topic: glabel when picture clicked not working, because background
pantagruel

Replies: 5
Views: 67

PostForum: Ask for Help   Posted: Mon Jun 23, 2008 10:30 pm   Subject: not for me
When I click on the image that calls Closeit and pops up the msgbox that says Closeit, it calls Moveit and pops up the msgBox that says Moveit.

I suppose there must be some way to specify in the o ...
  Topic: glabel when picture clicked not working, because background
pantagruel

Replies: 5
Views: 67

PostForum: Ask for Help   Posted: Mon Jun 23, 2008 12:41 pm   Subject: the script
example would be the following, if I click on the picture close.gif which has the label gCloseit, it runs the label gMoveit instead.




guiX := A_ScreenWidth - (A_ScreenWidth - 300) ...
  Topic: glabel when picture clicked not working, because background
pantagruel

Replies: 5
Views: 67

PostForum: Ask for Help   Posted: Mon Jun 23, 2008 10:58 am   Subject: glabel when picture clicked not working, because background
Hi,

I have a problem with the following bit of code:


Gui, Add, Picture,x0 y0 GMoveit, header_ap_gui.jpg
Gui, Add, Picture, x365 y05 gMinimizeit, minimer.gif
Gui, Add, Picture, x380 y05 gClos ...
  Topic: Why does KeyWait not Wait?
pantagruel

Replies: 2
Views: 100

PostForum: Ask for Help   Posted: Mon Jun 09, 2008 1:23 pm   Subject: Why does KeyWait not Wait?
Hey,

I have


SetTitleMatchMode,2
IfWinNotExist,%gbstitle%
{
GoSub,gogb
KeyWait, x
MsgBox, worked
WinMaximize,%gbstitle%
}


and the gogb sub is




gogb:
Run IEX ...
  Topic: com based windows activate different between computers
pantagruel

Replies: 1
Views: 64

PostForum: Ask for Help   Posted: Fri Jun 06, 2008 8:26 am   Subject: com based windows activate different between computers
Hi,

I have the following code


COM_Init()
psh := COM_CreateObject("Shell.Application")
psw := COM_Invoke(psh, "Windows")
Loop, % CO ...
  Topic: child Gui not created second time
pantagruel

Replies: 1
Views: 78

PostForum: Ask for Help   Posted: Wed May 21, 2008 11:38 am   Subject: child Gui not created second time
Sorry about the problematic subject, but I'm uncertain how to describe this:

I have a GUI with a listview in it, in that listview I can click on a column and start up another GUI:



MyListView ...
  Topic: LV_Modify list in other GUI or redraw other GUI
pantagruel

Replies: 1
Views: 61

PostForum: Ask for Help   Posted: Wed May 21, 2008 9:56 am   Subject: LV_Modify list in other GUI or redraw other GUI
Hi,

I am trying to modify a list control in another GUI than the GUI I am in (at least I think that is the problem) is there a way to take care of that.

Another solution could be if I could se ...
  Topic: inputbox click clicks button in new gui
pantagruel

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Tue May 20, 2008 2:38 pm   Subject: thanks
I had the window opened and didn't notice you'd posted, thanks! I missed that return earlier.
  Topic: inputbox click clicks button in new gui
pantagruel

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Tue May 20, 2008 2:27 pm   Subject: damn, figured that one out too
I guess I better starting waiting more than 20 minutes whenever I come up against a problem.
  Topic: inputbox click clicks button in new gui
pantagruel

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Tue May 20, 2008 2:11 pm   Subject: inputbox click clicks button in new gui
Hi,

I'm creating a new gui from the pressing of an input box, so:

InputBox, NewHotKeyName, Opret Nye Genvej, Skriv Genvejens Navn Nedenfor og tryk knappen for at begynde Optagelsen
if(ErrorLeve ...
  Topic: space replace with stringreplace
pantagruel

Replies: 1
Views: 75

PostForum: Ask for Help   Posted: Tue May 20, 2008 12:49 pm   Subject: oops error elsewhere
sorry, the error was elsewhere
  Topic: space replace with stringreplace
pantagruel

Replies: 1
Views: 75

PostForum: Ask for Help   Posted: Tue May 20, 2008 12:31 pm   Subject: space replace with stringreplace
I thought I was doing this right

StringReplace,ThisString,varText,%A_SPACE%,_, All
MsgBox %ThisString%


I'm trying to replace the spaces in varText which should only be single spaces with a _ ...
  Topic: control and windows key simultaneously
pantagruel

Replies: 2
Views: 82

PostForum: Ask for Help   Posted: Mon May 19, 2008 1:05 pm   Subject: thanks, I just figured out what I was doing wrong as well
Cheers
  Topic: control and windows key simultaneously
pantagruel

Replies: 2
Views: 82

PostForum: Ask for Help   Posted: Mon May 19, 2008 12:57 pm   Subject: control and windows key simultaneously
Hi,

I'm trying to catch Windows and Control key simultaneously, but ^# doesn't do it:

^#::
MsgBox,"ok"
Return

how does one catch these two keys simultaneously, and why is the abo ...
  Topic: Hotkey (begin recording) Hotkey (end ...) Hotkey (play ...)
pantagruel

Replies: 3
Views: 187

PostForum: Ask for Help   Posted: Thu May 15, 2008 2:00 pm   Subject: instantdoover
Hi,

have you looked at InstantDoOver http://www.autohotkey.com/forum/topic31257.html

does it help?
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group