Search found 9 matches

by chrisdutz
Wed Nov 24, 2010 3:03 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Re: Flex4 Select Items in s:DropDownList

Well I have tried ... Started the spy, started the app ... used the instant-tracking about 30 Times all over the dropdown (and yes ... also on the text) and all I get selected in the spy is the element: /dom[@domain='localhos:8082']/body/flexobject/container/container[@automationname='contentGroup']...
by chrisdutz
Wed Nov 24, 2010 12:15 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Re: Flex4 Select Items in s:DropDownList

Well I'm using a normal spark DropDownList control, nothing magical. I guess this should work. Don't want to downgrade to an old MX control for this to work.

I attached the two snapshots as well as the code for the skin that is displayed.

PS: Allowing the file extension ".mxml" would be great ;-)
by chrisdutz
Wed Nov 24, 2010 12:06 pm
Forum: Automation API
Topic: [Flex4] It seems impossible to track Alert-dialogs
Replies: 5
Views: 3441

Re: [Flex4] It seems impossible to track Alert-dialogs

Hi,

It seems that I cannot track anything that is discplayed by the PopupManager. The Problem I am having with alerts seem to be the same as with any other modal dialog.
by chrisdutz
Tue Nov 23, 2010 5:19 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Re: Flex4 Select Items in s:DropDownList

I tried this, unfortunately it doesn't work. See attached snapshot.
by chrisdutz
Tue Nov 23, 2010 5:18 pm
Forum: Automation API
Topic: [Flex4] It seems impossible to track Alert-dialogs
Replies: 5
Views: 3441

Re: [Flex4] It seems impossible to track Alert-dialogs

Well I have tired and it didn't have any effect. I attached a snapshot.
by chrisdutz
Tue Nov 23, 2010 2:50 pm
Forum: Automation API
Topic: [Flex4] It seems impossible to track Alert-dialogs
Replies: 5
Views: 3441

[Flex4] It seems impossible to track Alert-dialogs

Hi,

whenever I open an Alert-dialog using Alert.show i cannot detect the texts and the buttons of that dialog. Unfortunately I need to inspect the message on those dialogs. How can I do this?

Chris
by chrisdutz
Tue Nov 23, 2010 2:26 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Re: Flex4 Select Items in s:DropDownList

Even if this shortcut seems to be really handy, unfortunately I don't get any selection item in the Element Browser after pressing the combination. The element which is selected there is parent about 4 levels up from the DropDownList.
by chrisdutz
Fri Nov 19, 2010 4:25 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Re: Flex4 Select Items in s:DropDownList

Well I don't have s problem to select something from a combobox ... I do have a problem selecting something from a DropDownList (Spark). Ranorex does not detect this standard Spark type :-( The solution you referenced to does not apply to my current problem. I attached the screenshot (As soon as I f...
by chrisdutz
Thu Nov 18, 2010 3:29 pm
Forum: Automation API
Topic: Flex4 Select Items in s:DropDownList
Replies: 11
Views: 11419

Flex4 Select Items in s:DropDownList

Hi, I am currently trying to select individual items of a spark DropDownList. Unfortunately I couldn't figgure out how to do this yet. A ComboBox is detected as ComboBox from Ranorex, but a DropDownList is a strange combination of "Container" and "Button" ... What I am trying to do, is to select a l...