Search found 38 matches

by rj-nora
Mon Jun 21, 2010 10:26 am
Forum: Bug Reports
Topic: Problems with SomeIndicator/ScroolBar
Replies: 3
Views: 1902

Re: Problems with SomeIndicator/ScroolBar

Hi, Please can you post some additional information: Which version of Ranorex is in use? Platform: x86 or x64? How to reproduce it (exact steps)? Can you post an sample application with this behavior (or Ranorex Snapshot)? Regards, Peter Ranorex Support Team - Last Version 2.3.1.8466 -windows 7 is ...
by rj-nora
Wed Jun 16, 2010 11:30 am
Forum: Bug Reports
Topic: Problems with SomeIndicator/ScroolBar
Replies: 3
Views: 1902

Problems with SomeIndicator/ScroolBar

Hello! I have found many problems while playback actions recorded of scroling and selecting items on ListItems with SomeIdicators and ScroolBars... On the playback the actions i have recorded are not equals to the playbacks actions...Ranorexe Lost the actions and performs lost movements.. Thank you
by rj-nora
Tue Jun 15, 2010 10:15 am
Forum: Automation API
Topic: ListItem with scrolbar ctrl key
Replies: 5
Views: 4415

Re: ListItem with scrolbar ctrl key

Exist any problem when recording drag the scrolbar with the control [ctrl] key pressed? No, we don't know of an issue for such an action. Actually, I just tried to record selecting multiple items in a list using mouse and the Ctrl-key and did not have any problems - neither at selecting items, nor ...
by rj-nora
Fri Jun 11, 2010 3:05 pm
Forum: Automation API
Topic: ListItem with scrolbar ctrl key
Replies: 5
Views: 4415

ListItem with scrolbar ctrl key

Hello at this moment i needed to select 4 diferents items from a ListItem whith a scrolbar, using the recorder and it fails ...I haved to use user code to do that... Whith the Recorder i need to use the ctrl key to select the items but when i playback it fails...Exist any problem when recording drag...
by rj-nora
Tue Jun 08, 2010 1:43 pm
Forum: General Questions
Topic: Select item on dataTimePickerFrom
Replies: 5
Views: 3348

Re: Select item on dataTimePickerFrom

Hello , thank you very much! one more problem solved ;)
by rj-nora
Tue Jun 08, 2010 11:05 am
Forum: General Questions
Topic: Select item on dataTimePickerFrom
Replies: 5
Views: 3348

Re: Select item on dataTimePickerFrom

Hi Ciege thanks for your help, my problem is different as you can see on the snapshot i attach on this post, i don't have a text box while exploring the control with Ranorex Spy i only catch the DateTimePicker and inside a List...but when i open the button appears the Calendar Form..Neither I can se...
by rj-nora
Mon Jun 07, 2010 5:46 pm
Forum: General Questions
Topic: Select item on dataTimePickerFrom
Replies: 5
Views: 3348

Select item on dataTimePickerFrom

Hi, at this moment i need to ask if it is possible to select or set a value on a dataTimePicker from a string using code, when i click to open i have a Form you can see on the attach picture. string one = 02/12/2008.This time i can't search for the value to match, i have to set the value of the cont...
by rj-nora
Fri Jun 04, 2010 2:41 pm
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

Thank you very much Problem solved ;)
by rj-nora
Fri Jun 04, 2010 12:28 pm
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

Thank you its starting to work After do that on the Ranorex wrotte to the report every item like this : 2010/06/04 12:25:28.155 ERROR User {ListItem:1998/09} 2010/06/04 12:25:28.171 ERROR User {ListItem:1998/08} But after that nothing happened...my string is string date = "2007/07"; the text[@access...
by rj-nora
Fri Jun 04, 2010 12:17 pm
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

Here is the snapshot ComboBox'comboBoxWeekFrom' = /form[@controlname='RTCMain']/container[@controlname='myTimeSel']/container/tabpagelist/tabpage[@controlname='tabFiscalWeek']/container/combobox[@controlname='comboBoxWeekFrom'] element '2009/52' = /form[@controlname='RTCMain']/container[@controlname...
by rj-nora
Fri Jun 04, 2010 11:58 am
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

Hi! i have already tried and when i play the test nothings happens... Code: public static void ClickItem() { Ranorex.Form rtcForm = ("/form[@controlname='RTCMain']"); Ranorex.ComboBox RanorexList = rtcForm.FindSingle("/form[@controlname='RTCMain']/container[@controlname='myTimeSel']/container/tabpag...
by rj-nora
Fri Jun 04, 2010 11:44 am
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

the full path of the combobox is /form[@controlname='RTCMain']/container[@controlname='myTimeSel']/container/tabpagelist/tabpage[@controlname='tabFiscalWeek']/container/combobox[@controlname='comboBoxWeekFrom'] and the path of one element is : /form[@controlname='RTCMain']/container[@controlname='my...
by rj-nora
Fri Jun 04, 2010 11:35 am
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

I will test it now, can you tell me if i can use the string = "2007/07" instead of {ListItem:2007/07} ?
by rj-nora
Thu Jun 03, 2010 1:19 pm
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Re: Select item on List Item using code

I still trying but with no success at this moment, can you show me a code snipet? I have this code bellow not working...inside the if condition can i click on the option? How? With RanorexSpy i have the path for one date on the ComboBox : /form[@controlname='PPCMain']/container[@controlname='myTimeS...
by rj-nora
Tue Jun 01, 2010 3:26 pm
Forum: General Questions
Topic: Select item on List Item using code
Replies: 14
Views: 6283

Select item on List Item using code

Hello ppl! I'm using Ranorex last version at this moment and i need to ask you a question. I have 1 List Item where i need to select and click on a certain date i.e "2008/11" if i do that using the recorder and convert that action to user code i have this method: public static void Mouse_Click_ListI...