| Author |
Message |
Topic: Set Value of object param to value of other object param. |
Phoenix
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Fri Jan 14, 2011 1:37 pm Subject: Set Value of object param to value of other object param. |
Don't forget this is an expression, try this and see if it works:
Object1["Value"] := Object2["value1"] . Object3["value1"]
I've tried ... |
Topic: Set Value of object param to value of other object param. |
Phoenix
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Fri Jan 14, 2011 7:53 am Subject: Concatinate |
I can't get the following expression to work the result is empty. How would you go about concatenating values from to different object in to one value in another object?
Object1["Value&quo ... |
Topic: Set Value of object param to value of other object param. |
Phoenix
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Fri Dec 03, 2010 1:57 pm Subject: Set Value of object param to value of other object param. |
Did you try this code?Object1 := Object()
Object2 := Object()
Object1["value1"] := "test"
Object2["value2"] := Obj ... |
Topic: Set Value of object param to value of other object param. |
Phoenix
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Fri Dec 03, 2010 1:49 pm Subject: Set Value of object param to value of other object param. |
Is it possible to set the value of an objects param as the value of another objects param without having to store the value in a temporary variable.
I am trying to accomplish something like this.
... |
Topic: Return Objects from functions |
Phoenix
Replies: 2
Views: 145
|
Forum: Ask for Help Posted: Thu Dec 02, 2010 6:06 pm Subject: Return Objects from functions |
Sorry complete brain lapse there sorry about that  |
Topic: Return Objects from functions |
Phoenix
Replies: 2
Views: 145
|
Forum: Ask for Help Posted: Thu Dec 02, 2010 4:22 pm Subject: Return Objects from functions |
I was very glad to see that Autohotkey L has support for objects. I however wonder if it's possible to return objects from functions.
I tried the following code with no success.
ObjRet(param1) ... |
Topic: Run process non elevated. |
Phoenix
Replies: 1
Views: 267
|
Forum: Ask for Help Posted: Tue Mar 30, 2010 8:14 am Subject: Run process non elevated. |
| Elevation level is as I have understood it inherited to child processes. How would I go about launching a program (using the Run command) at a lower Execution Level then the script the best way would ... |
Topic: Stop standby |
Phoenix
Replies: 4
Views: 294
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 10:37 pm Subject: Stop standby |
According to this thread it seems like it is the Onmessage call that doesn't work in vista / win7.
http://www.autohotkey.com/forum/viewtopic.php?t=23675hibernate
Does anybody kno ... |
Topic: Stop standby |
Phoenix
Replies: 4
Views: 294
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 10:35 pm Subject: Stop standby |
| 1. How do I return false? I have tried a couple of ways with no success. |
Topic: Stop standby |
Phoenix
Replies: 4
Views: 294
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 2:03 pm Subject: Stop standby |
Hi,
I would like to be able to detect when a standby occurs and postpone it until certain criteria has been fulfilled.
I've been able to detect when windows goes into standby by using the foll ... |
Topic: A hold button on the mouse? |
Phoenix
Replies: 1
Views: 365
|
Forum: Ask for Help Posted: Sat Sep 26, 2009 12:19 pm Subject: A hold button on the mouse? |
I want create a script that allows me to use one button on the mouse as a hold button.
1. Press the button.
2. All input is blocked.
3. Press the button again.
4. Input is restored.
I have u ... |
Topic: Spotify and AHK |
Phoenix
Replies: 37
Views: 23541
|
Forum: Ask for Help Posted: Mon Feb 02, 2009 9:50 am Subject: Spotify and AHK |
| Is there anyway to retrive the album cover from spotify? |
Topic: Create a Ras Dialup connection |
Phoenix
Replies: 2
Views: 494
|
Forum: Ask for Help Posted: Sun Oct 26, 2008 9:33 pm Subject: Create a Ras Dialup connection |
Then how do I do it?  |
Topic: Dial Up Networking & AT/Com Control |
Phoenix
Replies: 5
Views: 836
|
Forum: Ask for Help Posted: Thu Oct 16, 2008 3:34 am Subject: Dial Up Networking & AT/Com Control |
| Posted by me. I forgot to login. |
Topic: Dial Up Networking & AT/Com Control |
Phoenix
Replies: 5
Views: 836
|
Forum: Ask for Help Posted: Tue Oct 14, 2008 8:16 am Subject: Dial Up Networking & AT/Com Control |
| *BUMP* I really need this too. |
| |