Search found 12 matches
- Thu Jul 03, 2008 5:17 pm
- Forum: Technical / Scripting
- Topic: FindImagePos problem
- Replies: 3
- Views: 4535
I am capturing just part of the title icon and part of the title letters. In fact, I have also taken a subset of the images to be found using Paint at 800% zoom. I get the same result with these bitmaps. correction !! By continuing to edit/reduce the bitmaps from the upper right and lower left, I ha...
- Thu Jul 03, 2008 3:40 pm
- Forum: Technical / Scripting
- Topic: FindImagePos problem
- Replies: 3
- Views: 4535
FindImagePos problem
I am using MS ver 9.2.01 Starting MS Access in Citrix. My goal is to use FindImagePos to locate upper left hand corner of MS Access title to then maximize the window. With the MS Access window at max, I select a needle of the upper left hand corner and save the bitmap. FindImagePos will find this bi...
- Mon Jun 30, 2008 5:44 pm
- Forum: Technical / Scripting
- Topic: Citrix Fonts and Icons
- Replies: 1
- Views: 3064
Citrix Fonts and Icons
I log into Citix from various locations ie, home, office, etc... I start an application such as MS Access. I have noticed that the MS Access window title bar icon and font is not consistent. I have seen three different ones, hence, I cannot find a needle in a changing haystack (except one) using Wai...
- Wed Mar 28, 2007 9:59 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
- Wed Mar 28, 2007 9:36 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
- Wed Mar 28, 2007 9:03 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
Added in WF_TYPE=2 same problem. Here is the log file and script. Basically, just going through a list of records on screen, opening each record which can have different titles and looking to see if there is a new window open. Notice that the last setfocus> command below appears to have a null value...
- Wed Mar 28, 2007 5:21 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
- Wed Mar 28, 2007 5:03 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
- Wed Mar 28, 2007 4:37 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow in Citrix problem
- Replies: 8
- Views: 9410
GetActiveWindow in Citrix problem
I am running MS ver. 9.0.053 in citrix. GetActiveWindow seems to be inconsistent in returning the full window title. I am running the GAW command in a loop looking for a new window to appear. here is the end of the log file: 3/27/2007 14:54:24:338 - mousemove>144,562 3/27/2007 14:54:24:369 - lclick ...
- Tue Mar 20, 2007 8:13 pm
- Forum: Technical / Scripting
- Topic: Increment arrays in findimagepos
- Replies: 3
- Views: 7132
- Tue Mar 20, 2007 5:38 pm
- Forum: Technical / Scripting
- Topic: Increment arrays in findimagepos
- Replies: 3
- Views: 7132
Increment arrays in findimagepos
how do I properly increment the X & Y arrays in the script below?
FindImagePos>Check_button.bmp,mypic.bmp,20,1,X_array,Y_array,imgs
If>imgs>0
let>j=0
repeat>j
Let>xx=%X_array_j%+x
Let>yy=%Y_array_j%+y
MouseMove>xx,yy
LClick
add>j,1
Until>j>imgs
Endif
FindImagePos>Check_button.bmp,mypic.bmp,20,1,X_array,Y_array,imgs
If>imgs>0
let>j=0
repeat>j
Let>xx=%X_array_j%+x
Let>yy=%Y_array_j%+y
MouseMove>xx,yy
LClick
add>j,1
Until>j>imgs
Endif
- Mon Aug 09, 2004 4:44 pm
- Forum: Beginners
- Topic: Stalled MS script
- Replies: 1
- Views: 5861
Stalled MS script
I have a script that runs continuously. after several days it stalls with the following error message dialog box:
'2150826724' is not a valid integer value.
I am running ver. 6.2.0.3
any help would be appreciated.
'2150826724' is not a valid integer value.
I am running ver. 6.2.0.3
any help would be appreciated.