Search found 11 matches

by yfrindel
Mon Apr 27, 2015 1:34 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Indeed, i have not the same number of rawtext as listitem. that's strange. :?
On my mind, ranorex don't work very well with windev.
But I 'm still pleasantly surprised by the efficiency of ranorex :D
by yfrindel
Fri Apr 24, 2015 1:13 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

hi,

Indeed i try to find the element by the text, but i don't find the text anywhere, except in the rawtext. How can i link the element and his rawtext ?

thx
by yfrindel
Thu Apr 23, 2015 11:06 am
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Thx for the tips, but this is unfortunatly not a solution. When i try this "/form[@title='Ranorex test']?/?/listitem[@index='1']" Ranorex select element2, but when i add an element (element0 for example) at the top of the list, Ranorex select element1. I need to use something like this : /form[@titl...
by yfrindel
Fri Apr 17, 2015 1:05 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Hi how are you? ^^ I have a small problem with the object of type "listbox". When I record a test scenario, Ranorex stores the double-click mouse position in the listbox. But when the elements change in this listbox (by adding a new value in the top of the list, for example), mouse double-click does...
by yfrindel
Mon Mar 23, 2015 3:20 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Thx for your help but, unfortunatly, the license has expired today.
Is it possible to have 30 more days for evaluating your software please ?
by yfrindel
Thu Mar 19, 2015 10:51 am
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

ok thx, but what is the correct syntax please ? i tried List<Ranorex.RawText> lr = @"/form[@title='Ranorex test']/list[@instance='0']/rawtext"; but it doesn't work... i tried also this : IList<Ranorex.RawText> RawTextL = Host.Local.Find<Ranorex.RawText>("/form[@title='Ranorex test']/list[@instance='...
by yfrindel
Fri Mar 13, 2015 1:50 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

thx for your response. It works with the command repo.RanorexTest1.Valeur.RawTextValue, but how can i change the value ? The RanorexTest1.Valeur.RawTextValue is read only ! And how can i find the number of rows in my table ? (like the Items.count function). The function ListBox.Items.Count() don't r...
by yfrindel
Mon Mar 09, 2015 3:24 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

i have made a new project with windev. Just a simply window with the mains components.
I tried to fill each component with ranorex, but i have some problems with the listbox and the table.
Do u have some advices for me ?
you can find the project on the attachment of this post.
Thx
by yfrindel
Fri Mar 06, 2015 11:25 am
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Hi Bernhard, and thank u again for your help. I tried your advice, and you can see on the screenshot that i can see now (in the ranorex spy) the RawText elements corresponding to the titles and the rows of my table. It's fine, but how can i get this elements directly by programmation ? When i try "r...
by yfrindel
Tue Mar 03, 2015 4:23 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

Re: windev objects

Hi,

and thx a lot for your answer.
You can find on attachment the snapshot file you needed.
It will be very well if you have any solution.

Best regards :)
by yfrindel
Mon Mar 02, 2015 12:10 pm
Forum: General Questions
Topic: windev objects
Replies: 20
Views: 3880

windev objects

Hi everybody, i'm working with windev in my job, and i'm actually trying automations with a 30 days version of ranorex. It working very well, but i can't access to some specifics objects like a table or a listbox. For example, i have a table with 2 lines. But when i'm trying to do this "Int32 nbitem...