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 1002 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [fn][L] Placeholder() - placeholder text for edit controls
aaffe

Replies: 13
Views: 776

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2012 1:59 pm   Subject: [fn][L] Placeholder() - placeholder text for edit controls
Ah, ok, thanks!

Sorry, but whats the difference between EM_SETCUEBANNER and this function?
The difference is, that EM_SETCUEBANNER does not work on multi-line edit controls, while this method by I ...
  Topic: [fn][L] Placeholder() - placeholder text for edit controls
aaffe

Replies: 13
Views: 776

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2012 8:36 am   Subject: [fn][L] Placeholder() - placeholder text for edit controls
Perhaps we could use:
Gui, Add, Text, vText, This is text., This is shown when no text is there.
  Topic: XXCopy GUI
aaffe

Replies: 5
Views: 4384

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2012 8:06 am   Subject: XXCopy GUI
you have to know which switches robocopy has, then change the script and also the gui.
  Topic: [fn][L] Placeholder() - placeholder text for edit controls
aaffe

Replies: 13
Views: 776

PostForum: Scripts & Functions   Posted: Wed Feb 01, 2012 2:22 pm   Subject: [fn][L] Placeholder() - placeholder text for edit controls
Sorry, but whats the difference between EM_SETCUEBANNER and this function?
  Topic: error parameters to script ahk_l?
aaffe

Replies: 3
Views: 57

PostForum: Ask for Help   Posted: Mon Jan 23, 2012 10:00 am   Subject: SOLVED
Ok, solved the problem.
I just assigned AHK_L.exe newly to .ahk-files. Now it works even with uncompiled scripts..
  Topic: error parameters to script ahk_l?
aaffe

Replies: 3
Views: 57

PostForum: Ask for Help   Posted: Mon Jan 23, 2012 9:53 am   Subject: error parameters to script ahk_l?
That doesnt work eather.
It shows "0 parameters were passed.", even when I call
neu.ahk t
Attention: When I compile my script, the parameters are passed correctly. I think its an error?
  Topic: error parameters to script ahk_l?
aaffe

Replies: 3
Views: 57

PostForum: Ask for Help   Posted: Mon Jan 23, 2012 9:46 am   Subject: error parameters to script ahk_l?
Hello,
passing parameters to a script doesnt work with the ?latest? ahk_l.
with ahk_basic this works, with ahk_l not:
Msgbox %0% parameters were passed.
Loop %0%
{
param:=A_INDEX
m ...
  Topic: Sending multiple messages in a game
aaffe

Replies: 4
Views: 82

PostForum: Ask for Help   Posted: Wed Jan 18, 2012 3:50 pm   Subject: Sending multiple messages in a game
Use
Send, %A_Space%x%A_Space%
to send spaces.
  Topic: Using a hotkey to stop a loop?
aaffe

Replies: 5
Views: 137

PostForum: Ask for Help   Posted: Wed Jan 04, 2012 9:08 am   Subject: Using a hotkey to stop a loop?
Stop the loop by pressing Alt+s:


a=0
Loop, 5 {
Tooltip,%A_INDEX%
Sleep 1000
If a=1
break
; a whole bunch of stuff that takes about 5 minutes
}
Tooltip
ExitApp

#!s:: ...
  Topic: Using a hotkey to stop a loop?
aaffe

Replies: 5
Views: 137

PostForum: Ask for Help   Posted: Wed Jan 04, 2012 9:07 am   Subject: Using a hotkey to stop a loop?
EDIT: double post, sorry.
  Topic: Pie Chart Function
aaffe

Replies: 3
Views: 535

PostForum: Scripts & Functions   Posted: Wed Jan 04, 2012 8:36 am   Subject: Pie Chart Function
#Thanks!
Question: Why dont you display the Names of the data, eg. Internet Explorer, Firefox, Chrome etc.....?
  Topic: how to suspend part of script?
aaffe

Replies: 6
Views: 195

PostForum: Ask for Help   Posted: Fri Dec 23, 2011 9:45 am   Subject: how to suspend part of script?
you have to use #if not if to have if react on hotkeys.
  Topic: how to suspend part of script?
aaffe

Replies: 6
Views: 195

PostForum: Ask for Help   Posted: Thu Dec 22, 2011 7:58 am   Subject: how to suspend part of script?
you could set a variable per hotkey. Then check this variable before another hotkey by #if
#if is only available with autohotkey_l
  Topic: New File Creator
aaffe

Replies: 7
Views: 172

PostForum: Ask for Help   Posted: Wed Dec 21, 2011 4:10 pm   Subject: New File Creator
changed my name, thanks!
+ being able to read German, have a German OS and your name being h.**** Wink
  Topic: New File Creator
aaffe

Replies: 7
Views: 172

PostForum: Ask for Help   Posted: Wed Dec 21, 2011 3:33 pm   Subject: New File Creator
This one works for me to create a new .ahk-file by pressing Ctrl+F7. You have to install pspad for that:
^F7::
Gosub,ClipToAHKFile
If Abbruch=ja
Return
SetKeyDelay, 10
Ifexist,%A_P ...
 
Page 1 of 67 Goto page 1, 2, 3 ... 65, 66, 67  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group