Search found 5 matches

by jindrich.matous
Tue Jul 04, 2017 9:13 am
Forum: General Questions
Topic: WPF date readed as different format
Replies: 1
Views: 1343

WPF date readed as different format

Hallo, The datetime is displayed in WPF form differently than in spy window. WPF definition: <Label Name="lblValidFrom" Grid.Column="1" Content="{Binding IssuersInformation.ValidFrom}" Style="{StaticResource h3}" ContentStringFormat="dd.MM.yy HH:mm:ss" /> see in attachment... This is how I need to p...
by jindrich.matous
Wed Jun 07, 2017 2:48 pm
Forum: How To …
Topic: WPF table scroll
Replies: 4
Views: 2285

Re: WPF table scroll

Whis is working when I debug project, but not when I run it a whole...:

table.Focus();
table.MoveTo();
Mouse.ScrollWheel(2200);
by jindrich.matous
Wed Jun 07, 2017 2:26 pm
Forum: How To …
Topic: WPF table scroll
Replies: 4
Views: 2285

WPF table scroll

Hallo, I have WPF application and there is grid in dialog. I using FindSingle to get the object of Ranorex.Table. It works well. It is bound to other 2 grids. When I click on line onto first one, the data are showed into the other two. I have some functionalities to checking in each row. When I use ...
by jindrich.matous
Thu Apr 06, 2017 12:10 pm
Forum: Bug Reports
Topic: "Open report after execution" does not work
Replies: 53
Views: 13768

Re: "Open report after execution" does not work

Hallo,
I have same issue with Ranorex 6.2 on Windows 10, .NET 4.0.30319.42000.
It works, but without some setting changes it stopped working. I changed only platform settings.
J.Matous
by jindrich.matous
Thu Apr 06, 2017 11:58 am
Forum: How To …
Topic: It is possible to reference other dll in different platform?
Replies: 1
Views: 1852

It is possible to reference other dll in different platform?

Hallo, I want to work with x86 and x64 platform. I have native libraries of oracle, which are 32bit and 64bit. I found configuration for different platform, but no possibility to reference other libraries. It is possible? How?

thanks,

J.Matous