Intelligent Automation & Macro Software  

Go Back   Automation Anywhere, Inc. Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2010, 03:30 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default ??V6 fix status??

ForumSupport -

Can you give us any status on any of the reported problems with V6.

Here is a list that I opened during the beta period:

1) when using mouse click relative to WINDOW the click does not use X Y variables..
This seems to work if you use ACTIVE WINDOW
or
RELATIVE to SCREEN
or
omit the use of variables,
but,
when you use a wild card named window,
the X and Y variables appear not to be used.

Can you tell us where support is on fixing this issue?


1) multiple screens windows move and resize to primary monitor..
I noticed that one of the other users, Ryan H, had posted that he has problems with multiple screens.

As he notes this makes AA unstable
and
difficult to count on,
for solid production work.

I have been able to mitigate this problem "somewhat"
by using MOUSE CLICKS rather than controls.
And then running EXEs on a machine with only a single monitor AND using RELATIVE SCREEN with varibles and then adjusting the variables based on where the clicks occur.
If I get the variables from external files or Excel then I can change the click points without re-creating the EXE.

Is there any progress on fixing support for multiple monitors?

3) A maximized command window is still resized.
Again, this may only be with wild card windows.
I had a very simple ATMN that demonstrated the problem noted above with the X Y variables not working.
It also did a MAXIMIZE on a window.
But,
we noticed that the ATMN would RESIZE and move the window even though it used wildcards.

Any status on making AA stop causing wild card windows to be
resized and moved?


4) 120 dpi is an advanced XP desktop setting property.
It helps us older folk see the screens better by increasing the number of DPI in each character.

Unfortunately,
using 120 DPI cause the AA windows to not paint properly.
And,
worse yet, some mouse clicks are interpreted as being clicked on other controls than the one that is under the mouse.

Has anyone in support been able to look into the problem of using larger (120 dpi) font settings?


5) I use portrait mode when I edit.
With the fonts and screen resolution I use,
I can get about 55lines in a full screen editor.

When I duplicate or copy and paste a line,
that is showing in the MIDDLE of my screen,
the screen re-paints and the new line is
REPOSITIONED to the very BOTTOM of the screen?!

The repainting is annoying in itself,
but,
hen the REPOSITIONing further destroys the context and disrupts my concentration.

Has anyone at support been able to look into NOT repainting the screen
and
especially,
NOT REPOSITIONING the display so that a recently added line is at the bottom?
If you MUST repaint, the please leave the first line
that is displayed on the screen,
the same as it was BEFORE the repainting occurred.

6) F10 does not "single step/step over."
Fortunately,
ForumSupport was able to give a mitigation to use the "button" rather than F10.
But,
Often,
I don't want to disturb the mouse position.

Has Support been able to look into fixing F10, so that it runs just one line of code?


7) Save TASKS causes BREAK POINTS to be cleared.

This is totally counter intuitive.
There is a button to clear breakpoints if we want them cleared.
And,
If we try to RUN before saving,
we are FORCED to save,
WITHOUT clearing break points.

Why does saving by one method work differently than by another metod?

8) "Required" delays are often needed.
Often,
we will see recommendations to new folks to "add 200 ms delays" BEFORE or AFTER some commands to "improve reliability."
If those delays are needed,
please ask support to add them automatically
And not put them in the SOURCE listing to clutter it up.

If that is not possible,
can you at least give us a definitive list of what commands need the delays BEFORE them and which need delays AFTER them (if any).

The problems that lack of delays cause are VERY subtle,
and not easily distinguished from software bugs or coding errors.


I hope you can give us some positive news about the issues noted above.

Thanks for all your support.
Phil
Reply With Quote
  #2 (permalink)  
Old 05-18-2010, 03:36 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello Phil,

We have already forwarded mentioned requests to the product development team and they would be implementing based on the priorities of various other features. But we will certainly let them know your view on the importance of these features.

Regarding the delay, generally Keystrokes and Mouse actions requires delay before and after the command.

Thank you for your feedback.
Reply With Quote
  #3 (permalink)  
Old 05-18-2010, 06:20 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default

Quote:
Originally Posted by forumsupport View Post
Hello Phil,

We have already forwarded mentioned requests to the product development team and they would be implementing based on the priorities of various other features. But we will certainly let them know your view on the importance of these features.

Regarding the delay, generally Keystrokes and Mouse actions requires delay before and after the command.

Thank you for your feedback.
does the amount of delay needed vary - such as with CPU speed or number of CPU engines- or is 200 ms always "safe."
Reply With Quote
  #4 (permalink)  
Old 05-19-2010, 11:03 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

In our experience 200 ms works in most cases. However, the delay depends on how fast and well your application responds to the interactive actions like keystrokes and mouse clicks.
Reply With Quote
  #5 (permalink)  
Old 06-03-2010, 11:41 AM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default

are there any AA V6 patch updates available yet?
Reply With Quote
  #6 (permalink)  
Old 06-30-2010, 01:37 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default v601 still has problems with click RELATIVE TO WINDOW

here is the text of a simple ATMN that exhibits a problem when trying to do a mouse click relative to the WINDOW on my WINDOWS 7 LENOVO with twin engine pentium and office 2010 and 3 monitors.

If you change LINE 24 to be RELATIVE TO SCREEN, then it works just fine.


1 Comment: 185 lines 3 seconds to edit in 5.5
2 Comment: still under 3 second in v6
3 Comment: ================================================== ===========
4 Variable Operation : 200 To $Y$
5 Variable Operation : 50 To $X$
6 Variable Operation : 499 To $delayVariable$
7 Loop While Window Exists ("Microsoft Excel - ZZstarXYtest.xl*")
8 If Window Exists ("Microsoft Excel - ZZstarXYtest.xl*") Then (Wait up to 1 seconds - for Window to exist)
9 Close Window: "Microsoft Excel - ZZstarXYtest.xl*"
10 If Window Exists ("Microsoft Excel") Then (Wait up to 2 seconds - for Window to exist)
11 Keystrokes: [ALT DOWN]n[ALT UP] in "Microsoft Excel"
12 End If
13 End If
14 End Loop
15 Open "H:\My Documents\Automation Anywhere\Automation Anywhere\$TestDataIncludingXYgridEXCEL\ZZstarXYtes t.xlsx "
16 Delay: (5000 ms)
17 Maximize Window: "Microsoft Excel - ZZstarXYtest.xl*"
18 Delay: (1000 ms)
19 Start Loop "50" Times
20 Variable Operation : $Y$+30 To $Y$
21 Variable Operation : $X$+10 To $X$
22 Message Box: "x$X$ y$Y$ "
23 Delay: ($delayVariable$ ms)
24 Mouse Click: Left Button on 'x y variables relative WINDOW or SCREEN' in "Microsoft Excel - ZZstarXYtest.xl*"
25 Delay: ($delayVariable$ ms)
26 Keystrokes: '=X=$X$=Y=$Y$=##=$Counter$= in "Microsoft Excel - ZZstarXYtest.xl*"
27 Comment: why is the window zz* repositioned???
28 Delay: ($delayVariable$ ms)
29 Variable Operation : $delayVariable$ To $delayVariable$
30 End Loop
31 Delay: (1500 ms)
32 Comment: ================================================== ===========
33 Comment: ================================================== ===========
Attached Files
File Type: zip ZZstarXYtest.zip (5.5 KB, 2 views)
Reply With Quote
  #7 (permalink)  
Old 01-12-2011, 03:20 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 458
Default

philkryder asks:

?? Now that v610 beta is available,
can you tell us which of the problems identified in this thread have been corrected??

Thanks
Phil
Reply With Quote
  #8 (permalink)  
Old 01-28-2011, 04:27 PM
forumstaff forumstaff is offline
Senior Member
 
Join Date: Oct 2010
Posts: 521
Default

Hello Phil,

Currently we are finalizing the list of Issues and Enhancements which are going to be taken care in the releasing version. We will be posting the list of issues fixed along with the list of enhancements very soon.

We thank you for your patience.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 07:20 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2011 Automation Anywhere, Inc. All rights reserved