| Author |
Message |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 10:08 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
I'm using the code which is present in first post. Just instead of the notepad is a name of a game.
I never really looked at that code before
I think you will like this change
... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 10:35 am Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Question 3: How can I run two different functions from one GUI, to send different informations to same application at one time.
The term "at one time" is ambiguous.
How often must the da ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Tue Nov 10, 2009 8:54 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Greetings!
I've updated a bit the code. Used partly the scripts for minimize, but assigned it to the X icon from window commands. I think it's more flexible, cause sometimes people maybe would like ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 3:22 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Question 3: Can't find easy way to minimize to tray (remove from task bar)
Hi there!
I've found a script that minimize the application to tray while it's run.
Then double click on tray icon sh ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 3:13 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
i donīt want to be rude, but
this topic is not "Useful for beginners." It is just a bunch of questions you currently have.
They are neither well presented nor is there any good documentati ... |
Topic: Simple minimize to tray |
antihack
Replies: 10
Views: 3657
|
Forum: Scripts & Functions Posted: Sun Nov 08, 2009 2:59 pm Subject: Simple minimize to tray |
I use:
Menu, Tray, Add, Toggle Window, GuiToggle
Menu, Tray, Default, Toggle Window
;...
Gui, show, w600 h400,.
;...
Main_Window := WinExist("A")
GuiToggle:
... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 2:44 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Hello wooly_sammoth!
Thank you for the help.
Those g_labels are working fine, but I found another difficulty.
When I run function 1 to send letter A to the application and then while starting fun ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Sat Nov 07, 2009 10:28 am Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Hello again!
Thanks for your help Leef_me. I finally understood that SetKeyDelay was not an option to make it working as I wanted. Replaced by Sleep works well.
I've changed a bit the first post ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Wed Nov 04, 2009 5:54 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
Hello Leef_me
Thank you for your reply.
Sadly it was not working.
For example this way:
ButtonStart:
SetTitleMatchMode 3
WinGet, SomeApp, ID, SomeApp
WinActivate ahk_id %SomeApp%
T = ... |
Topic: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
antihack
Replies: 20
Views: 857
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 7:58 pm Subject: Basic Beginner's Questions. [solved 3/5] [NeedHelp] |
I've tough that it can be a nice way for me to learn and for others to find answers on some basic questions.
If you are new, while reading this post, you should learn a bit about scripting from rea ... |
| |