NJKen
August 20th, 2008, 02:33 PM
I'm trying to use a variable for the window title (the "Name") within the Focus action but it doesn't seem to be working. I'm using the current version of Girder.
Can someone try to replicate this problem on their side? Thanks!
Here is what I tried:
I created a scripting action with the following code:
ABC = "CALCULATOR"
And a Windows | Focus Action with the following Window Picker
Checked: "Use Variables in names"
Checked and filled in the "Name" field with: [ABC]
I run both Actions with the Calculator app launched and it doesn't get focused. But if I type in the name "CALCULATOR" the focus action works properly. I tried using both upper and lower case variable names for ABC and received the same results.
Can someone try to replicate this problem on their side? Thanks!
Here is what I tried:
I created a scripting action with the following code:
ABC = "CALCULATOR"
And a Windows | Focus Action with the following Window Picker
Checked: "Use Variables in names"
Checked and filled in the "Name" field with: [ABC]
I run both Actions with the Calculator app launched and it doesn't get focused. But if I type in the name "CALCULATOR" the focus action works properly. I tried using both upper and lower case variable names for ABC and received the same results.