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 25 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Open and Close Macros by a Macro
Oli00

Replies: 4
Views: 214

PostForum: Ask for Help   Posted: Thu Apr 26, 2007 3:23 pm   Subject: Open and Close Macros by a Macro
I don't think that this work because winclose doesn't work for a TrayIcon neither...
  Topic: Open and Close Macros by a Macro
Oli00

Replies: 4
Views: 214

PostForum: Ask for Help   Posted: Thu Apr 26, 2007 2:57 pm   Subject: Open and Close Macros by a Macro
Hello,

I would like to open and close some Macros by a macro. So I can do it a little more modular then having all the code in one Macro.

My problem is that if I want to take the Unique PID by w ...
  Topic: GUI Button without Text
Oli00

Replies: 6
Views: 204

PostForum: Ask for Help   Posted: Wed Apr 25, 2007 5:12 pm   Subject: GUI Button without Text
Hopefully no one of use will discover it Smile
  Topic: GUI Button without Text
Oli00

Replies: 6
Views: 204

PostForum: Ask for Help   Posted: Wed Apr 25, 2007 4:30 pm   Subject: GUI Button without Text
Great Job and fast as hell Wink

Thanks a lot

Oli
  Topic: GUI Button without Text
Oli00

Replies: 6
Views: 204

PostForum: Ask for Help   Posted: Wed Apr 25, 2007 4:20 pm   Subject: GUI Button without Text
Hello all,

I would like to create a GUI with a text on the left and a button on the right. So the button doesn't need to have the text inside also. The problem is that I don't know how to avoid hav ...
  Topic: Loop with variable - Problem to insert! with %test%count%%
Oli00

Replies: 3
Views: 214

PostForum: Ask for Help   Posted: Wed Sep 20, 2006 7:24 pm   Subject: Loop with variable - Problem to insert! with %test%count%%
Ok,

I solved the problem by using

send_var := var%counter%
send, %send_var%

Hope this helps someone!

Regards

Oliver
  Topic: Loop with variable - Problem to insert! with %test%count%%
Oli00

Replies: 3
Views: 214

PostForum: Ask for Help   Posted: Wed Sep 20, 2006 6:47 pm   Subject: Loop with variable - Problem to insert! with %test%count%%
Of course, you're right!
  Topic: Loop with variable - Problem to insert! with %test%count%%
Oli00

Replies: 3
Views: 214

PostForum: Ask for Help   Posted: Wed Sep 20, 2006 6:40 pm   Subject: Loop with variable - Problem to insert! with %test%count%%
Hi,

let's see if someone can help me.
counter = 0
Loop, 10
{
counter += 1
var%counter% = test
}

Loop, 10

send_counter = 0
{
send_counter += 1
send, %var%counter%%
 ...
  Topic: If ( a or b) - why doesn't except the brackets!?
Oli00

Replies: 5
Views: 257

PostForum: Ask for Help   Posted: Mon Sep 18, 2006 1:28 pm   Subject: If ( a or b) - why doesn't except the brackets!?
Ok, fine!
  Topic: If ( a or b) - why doesn't except the brackets!?
Oli00

Replies: 5
Views: 257

PostForum: Ask for Help   Posted: Mon Sep 18, 2006 10:18 am   Subject: If ( a or b) - why doesn't except the brackets!?
Hi toralf,

thanks for the fast answer. The problem was exactly this.

For me it seems a little bit strange that sometimes you have to use the % and then in an if case you don't have to use them. ...
  Topic: If ( a or b) - why doesn't except the brackets!?
Oli00

Replies: 5
Views: 257

PostForum: Ask for Help   Posted: Mon Sep 18, 2006 10:06 am   Subject: If ( a or b) - why doesn't except the brackets!?
Hi everyone,

I have a problem with my code. Let's see if anyone can help me.
My code is the following:

^1::

x = `r`n
y = y`r`n
clipboard=
send, ^c
clipwait

if ( x = %clipboard% or y = ...
  Topic: If {Excel field = nothing}
Oli00

Replies: 7
Views: 499

PostForum: Ask for Help   Posted: Mon Sep 18, 2006 9:53 am   Subject: Thatīs it!
Thanks a lot!

The Problem was that I used the "`" in the wrong way!

Regards

Oli
  Topic: If {Excel field = nothing}
Oli00

Replies: 7
Views: 499

PostForum: Ask for Help   Posted: Fri Sep 15, 2006 1:56 pm   Subject: If {Excel field = nothing}
Hello,

anybody has an idea why this doen't work?

loop
{
clipboard =
a = xīrīn
b =

send, ^{down}
send, ^c
clipwait, 3

if clipboard = %a%
{
send, ^{up} ...
  Topic: Install AHK syntax highlighting and clips for PSPad v2
Oli00

Replies: 77
Views: 15911

PostForum: Scripts & Functions   Posted: Mon Jul 10, 2006 9:37 am   Subject: Install AHK syntax highlighting and clips for PSPad v2
Thanks, that was exactly my problem!

Regards

Oli
  Topic: Install AHK syntax highlighting and clips for PSPad v2
Oli00

Replies: 77
Views: 15911

PostForum: Scripts & Functions   Posted: Fri Jul 07, 2006 3:24 pm   Subject: Error while installing
Hi toralf,

do you have a clue why this error occurs everytime I want to install your add-on...

(%Ltrim
Error: This Line doesn't contain a recognized action

Regards

Oli
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group