Search found 5 matches

by mollusk
Fri Mar 23, 2007 12:27 am
Forum: Automation API
Topic: Table with combo boxes
Replies: 3
Views: 3259

That's what I assumed it would be, but on inspection the handle is the formElement's. If I spy on the combo itself when it is selected it has a completely different handle. Using the following code I always get the number zero no matter how many items are in the combo. print r.ComboBoxGetItemCount(c...
by mollusk
Thu Mar 22, 2007 5:38 am
Forum: Automation API
Topic: Table with combo boxes
Replies: 3
Views: 3259

Table with combo boxes

Hi. I'm trying to access combo boxes in a table. What I need to do is: 1. get the number of items in each combo box 2. list the items in each combo box 3. select each item in each combo box I'm having trouble with this. All the Ranorex combobox functions require the handle to the combobox in questio...
by mollusk
Wed Dec 20, 2006 11:58 pm
Forum: Automation API
Topic: Trouble accessing Windows notification tray area.
Replies: 4
Views: 4604

admin wrote: We will support this feature in V1.1 or in V1.2, at the beginning of next year.
Sounds great. Thanks again.
by mollusk
Tue Dec 19, 2006 12:53 am
Forum: Automation API
Topic: Trouble accessing Windows notification tray area.
Replies: 4
Views: 4604

Thanks Jenö! Worked a treat. Seems I'm going to have to learn a lot more about the Windows API to be competent at this :) Just one more question: Is it possible for Ranorex.ElementFindChild() to accept a regular expression of some form as the 'name' parameter? The name of the notification app I'm te...
by mollusk
Mon Dec 18, 2006 6:13 am
Forum: Automation API
Topic: Trouble accessing Windows notification tray area.
Replies: 4
Views: 4604

Trouble accessing Windows notification tray area.

Hi, I'm trying to write a test to right-click on an icon in the Windows notification tray and then identify a context menu item by text and left-click on that. What I have so far looks something like: hTaskTray = r.FormFindClassName("Shell_TrayWnd", 1, TRUE, TIMEOUT) hNotifyTray = r.FormFindChildCla...