Search found 22 matches

by mapa
Wed Aug 02, 2017 7:25 am
Forum: General Questions
Topic: difference between visible() and valid()
Replies: 1
Views: 1260

difference between visible() and valid()

Hello guys,

can you please tell me where the difference between the visible- and valid-method is ?
In my opinion is an object valid when it is visible and also the other way round.
by mapa
Mon Jul 31, 2017 10:19 am
Forum: General Questions
Topic: Ranorex plugin
Replies: 7
Views: 2030

Re: Ranorex plugin

as i already told u, i did that before.
i have unistalled everything again and installed it new but the same behaviour.
by mapa
Thu Jul 27, 2017 7:24 am
Forum: General Questions
Topic: Ranorex plugin
Replies: 7
Views: 2030

Re: Ranorex plugin

well we cant uninstall the browser everytime when the plugin is once again not activated.
is it possible that the plugin will not work anymore after the browser crashes ?
by mapa
Wed Jul 26, 2017 7:56 am
Forum: General Questions
Topic: Ranorex plugin
Replies: 7
Views: 2030

Re: Ranorex plugin

hi qwertzu,

i have already done this for several times.
for the first few tests the plugin is there but afterwards it disappears and i have to reboot the machine
and sometimes reinstall the plugin
by mapa
Tue Jul 25, 2017 9:03 am
Forum: General Questions
Topic: Start Code module from code modle
Replies: 10
Views: 3306

Re: Start Code module from code modle

is this a planed feature for upcoming versions ?
by mapa
Mon Jul 24, 2017 1:18 pm
Forum: General Questions
Topic: Ranorex plugin
Replies: 7
Views: 2030

Ranorex plugin

Hi,

i have the problem that the ranorex plugin in the chrome browser is always disabled (yes i have added it correctly!!!).
On my other systems it is working but on our remote system we have this issues.
I hope you can help us

Best regards
by mapa
Mon Jul 24, 2017 12:58 pm
Forum: General Questions
Topic: Focus problem
Replies: 2
Views: 1491

Re: Focus problem

hi,

first of all thanks for your answer :)
I could do that but i dont get the difference..
So why should it work that way, because it is similar in my opinion.

best regards
by mapa
Fri Jul 21, 2017 1:32 pm
Forum: General Questions
Topic: Focus problem
Replies: 2
Views: 1491

Focus problem

Hi,

in our solution the cmd stuff didnt get the focus and so ranorex executes it in the background.
so why didnt our cmd console get the focus ?
In our case we just see our ranorex application which doesnt really make some sense.
i ´d like to provide you a video but its > 5 mb ...
by mapa
Mon Jul 10, 2017 7:40 am
Forum: General Questions
Topic: Start Code module from code modle
Replies: 10
Views: 3306

Re: Start Code module from code modle

Thx it is working so far.
The problem is that my datas are not bound anymore when i execute it via the code :|
by mapa
Thu Jul 06, 2017 9:59 am
Forum: General Questions
Topic: Start Code module from code modle
Replies: 10
Views: 3306

Re: Start Code module from code modle

strangely, if i put all the stuff which is inside the run method into a new separate method and call this method in the run method. Gladly we are able to call this method from the other code module. I am not sure if this is the smartest solution... So if you have any advice for me, let me know it. T...
by mapa
Thu Jul 06, 2017 9:04 am
Forum: General Questions
Topic: Start Code module from code modle
Replies: 10
Views: 3306

Re: Start Code module from code modle

yeah... i already saw this and tried it out. So when i have created an instance i am NOT able to select the run() method with it...

i attached a screen
by mapa
Thu Jul 06, 2017 7:09 am
Forum: General Questions
Topic: Start Code module from code modle
Replies: 10
Views: 3306

Start Code module from code modle

Hi,

how can i start from my codeModule ( m1 ) the codeModule ( m2 )?
normally i just have to create an object of the other module and execute the "run" methode but in this case
it is for some reasons not working...
I hope you cann help me.

BR
Patrick
by mapa
Thu Jun 22, 2017 8:52 am
Forum: General Questions
Topic: How to read out values from textbox
Replies: 3
Views: 2718

Re: How to read out values from textbox

i could solve the problem via the getValue method.
Thanks for your advice
by mapa
Wed Jun 21, 2017 12:31 pm
Forum: General Questions
Topic: How to read out values from textbox
Replies: 3
Views: 2718

How to read out values from textbox

Hey guys, i need to read out the text which is seen in the screenshot and safe this in a variable. Is there a way how i can do that ? this is the xpath to the element: .//container[@name='OptionPane.realBody']/container[@name='OptionPane.body']/text[@caption~'^A\ job\ with\ the\ ID\ ''1948''\ '] reg...
by mapa
Wed Jun 14, 2017 1:56 pm
Forum: General Questions
Topic: Output in Code Module
Replies: 1
Views: 1482

Output in Code Module

Hi guys,

i simply want to get an outpout in my Ranorex code module.
Here is what i have already tested:
System.Diagnostics.Debug.WriteLine("Output");
Console.WriteLine("output");

I don´t get any error messages.

regards
patrick