Closed GoogleCodeExporter closed 9 years ago
Can you please provide more details on the problem? We are unable to repro.
Original comment by stuinbou...@gmail.com
on 18 Nov 2008 at 2:18
[deleted comment]
[deleted comment]
[deleted comment]
That is a problem - we have a comboBox and it have, let's say, 10 items. To
select
the last item we should scroll down (and save the necessary scroll position) and
after select the item. In this case all are good. But if we will have 30 items
in
futures? The comboBox will scroll to the position that visible item 10, but we
want
to select item that is at 30 position.
To resolve this problem I created the new class MonkeyHelper.as (in attach) and
if we
need to select any items in any components we use the commands according with
the
components :
treeOpenItem - that command need to expand a grouped items in the tree. To
select
item use treeSelectItem (but first we need expand the list).
Original comment by roman.ma...@gmail.com
on 18 Nov 2008 at 3:10
Attachments:
Thanks for submitting. We'll review.
Original comment by stuinbou...@gmail.com
on 20 Nov 2008 at 11:47
There are many situations in which what you want to record may differ from what
the
Flex Automation API actually records. In such situations, we recommend
approaching
things as you have done -- by adding additional code to your tests that will
achieve
the desired result.
Original comment by stuinbou...@gmail.com
on 14 Jan 2009 at 5:14
Original issue reported on code.google.com by
roman.ma...@gmail.com
on 14 Nov 2008 at 10:48