nithyanantham Posted February 14, 2013 Report Share Posted February 14, 2013 Hi All, I created one macro which is running perfectly in my desktop.. Now i want to use the same macro in citrix platform. macro is almost running in citrix but the problem is i am using "wait for cursor" command in my macro so it is strucking on that place. Can you please some one explain Is there is any alternative command is avaliable for "Wait for Cursor". As per my understanding "Wait for Cursor" is the best solution because once if i press a button that particular program doing some process so cursor style is changing that why i am using. Eg: <WAITCONTROL:000002:000000:06:02><REM2:><IFCONTROL:03:06><DELAY:1><SETFOCUS:24><TEXTTYPE:Adj><DELAY:1><SETFOCUS:15><TEXTTYPE:<ENTER>><WAITMOUSE:000010:000000:Arrow><ENDIF> Please let me know the alternative for Wait for Cursor method ASAP. Regards, Nithyanantham Quote Link to comment Share on other sites More sharing options...
nithyanantham Posted February 16, 2013 Author Report Share Posted February 16, 2013 Hi admins can you please help me out of this. It's very urgent. Quote Link to comment Share on other sites More sharing options...
acantor Posted February 16, 2013 Report Share Posted February 16, 2013 You will likely need completely different strategies to detect system changes when running MEP in a networked environment. I have experienced this with macros that detect pixel colour changes. I needed to develop different macros for use over a Virtual Private Network.I ended up using a lot of timed delays, which I normally avoid. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.