Search found 16 matches

by behdad
Fri Jan 11, 2008 1:39 am
Forum: Automation API
Topic: 64-bit Support
Replies: 3
Views: 4110

Thank you. That is great.
Behdad.
by behdad
Wed Jan 09, 2008 7:21 am
Forum: Automation API
Topic: 64-bit Support
Replies: 3
Views: 4110

64-bit Support

Hello,

I would like to know if Ranorex supports 64-bit machines running 64-bit OSs?

Thanks.
Regards,
Behdad.
by behdad
Tue May 01, 2007 1:55 am
Forum: Automation API
Topic: Ranorex and Vista
Replies: 5
Views: 3713

Hi Gabor, Thank you for following this up. It still doesn't show the correct information. To test this, I launch the spy, then I go to the Start menu and find the Command Prompt menu item where I right click on it and choose to run it as administrator. At this stage the UAC pops up. Now you can clic...
by behdad
Sun Apr 29, 2007 11:19 pm
Forum: Automation API
Topic: Ranorex and Vista
Replies: 5
Views: 3713

Hi Gabor,

Thank you for the solution. It almost does work. You can use the control to
stop the hot tracking, however, the information on the spy dialog doesn't seem to be correct.

For example when spied on a UAC Cancel button, the element was showing as listview.

Thanks.
Behdad.
by behdad
Fri Apr 27, 2007 6:47 am
Forum: Automation API
Topic: Ranorex and Vista
Replies: 5
Views: 3713

Ranorex and Vista

Hello,

How can someone interact with Vista UAC using Ranorex?

Has anyone tried it?

Of course you can't spy on it as when the UAC is up, the Ranorex spy is not accessible.

Any clues?

Thanks in advance.

Cheers,
Behdad.
by behdad
Mon Mar 19, 2007 1:15 am
Forum: Automation API
Topic: ActionKeys
Replies: 4
Views: 3212

Action Keys

Jeno,

That did work. It is strange, I did thought that it is a timing issue but I didn't get it right.

Thanks again.
Cheers,
Behdad.
by behdad
Thu Mar 15, 2007 1:16 am
Forum: Automation API
Topic: ActionKeys
Replies: 4
Views: 3212

Hi Jeno,

No I didn't press any key while the test was running. It also happens when I use the Exit instead of Pause.

Behdad.
by behdad
Wed Mar 14, 2007 4:14 am
Forum: Automation API
Topic: ActionKeys
Replies: 4
Views: 3212

ActionKeys

Hi Jeno, I tried to incorporate the action keys into my code but the test run terminates prematurely. The code I used was somthing similar to: Application.SetActionKey(Action.Pause, System.Windows.Forms.Keys.F2); As soon as I comment this out it will work again. I get Ranorex.CommandFailedException ...
by behdad
Fri Jan 12, 2007 12:35 am
Forum: Automation API
Topic: DateTime Picker
Replies: 2
Views: 4932

Hi Gabor,

Thank you. I was more interested in setting and it did work.

Cheers,
Behdad.
by behdad
Thu Jan 11, 2007 6:13 am
Forum: Automation API
Topic: DateTime Picker
Replies: 2
Views: 4932

DateTime Picker

Hi, I am having some difficulty to set and get date on a control which seems to be of type SysDateTimePick32. Unfortunately when I create an object of type DateTimePicker using this control's handle, then I can't just set its text to the value I want. How do I do that. The control looks like the one...
by behdad
Sat Dec 16, 2006 12:16 am
Forum: Automation API
Topic: Locating a folder in treeview
Replies: 2
Views: 6167

I found out how to locate the folder. All I had to do was: public void Locate(string[] folderList) { Control control = myForm.FindControlId(TREEVIEWCONTROLID); TreeView tw = new TreeView(control.Handle); Element child = tw.Element.FindChild(Role.Outline); child = child.GetChild(0); child.Select(Sele...
by behdad
Fri Dec 15, 2006 12:17 am
Forum: Automation API
Topic: Locating a folder in treeview
Replies: 2
Views: 6167

Locating a folder in treeview

Hi Guys, I am trying to write some methods to locate a folder in a treeview. Basically I want to pass the following string to my function and then it should one by one open the folders until it reaches the final folder: LocateFolderInLeftHandPane(@"My Computer\C:\Program Files\Common Files\Adobe\Col...
by behdad
Wed Dec 06, 2006 4:43 am
Forum: General Questions
Topic: Trial Version
Replies: 2
Views: 3968

Jeno,

Thank you. I sent you an email. Look forward to your reply.

Cheers,
Behdad.
by behdad
Tue Dec 05, 2006 5:02 am
Forum: General Questions
Topic: Trial Version
Replies: 2
Views: 3968

Trial Version

Hi Jeno, I was wondering, is it possible for you to give us a trial version of the professional Ranorex that could work for a week or two? I like to have this, so that I can play around and see how I can build my classes for automation before commiting the whole team to it. Thank you. Cheers, Behdad.
by behdad
Tue Dec 05, 2006 12:27 am
Forum: General Questions
Topic: DLL Registrations
Replies: 3
Views: 4836

Thanks Jeno.

Also thanks tkondal. I will try to see if I can do the same in .Net.

Cheers,
Behdad.