Search found 27 matches

by this_is_ridiculous
Wed Oct 09, 2013 10:27 am
Forum: Object Identification and Technologies
Topic: Qt GraphicsView hosted Widgets Automation
Replies: 4
Views: 2440

Re: Qt GraphicsView hosted Widgets Automation

Hello To be honest it seems to me it works sort of like WPF. These are not just painted objects but the well known common Qt widgets. Just from the code perspective those are added to Qt's GraphicsView scene intead of some parent control. Just the presentation changes. In case of WPF it's easier to ...
by this_is_ridiculous
Mon Oct 07, 2013 11:59 am
Forum: Object Identification and Technologies
Topic: Qt GraphicsView hosted Widgets Automation
Replies: 4
Views: 2440

Re: Qt GraphicsView hosted Widgets Automation

Hello! Thanks for your reply. Yes, we've added all the accessibility libraries for Qt. We can clearly detect controls on other Qt UI elements of the products. But we cannot detect widgets on the graphics view. The technology provides similar results to WPF and Silverlight but is not defined by the x...
by this_is_ridiculous
Wed Oct 02, 2013 4:58 pm
Forum: Object Identification and Technologies
Topic: Qt GraphicsView hosted Widgets Automation
Replies: 4
Views: 2440

Qt GraphicsView hosted Widgets Automation

Hello! Is there any way to detect the Qt's widgets on GraphicsView? We've recently encountered this on the UI of our new automated products. Those products are not developed by us, so we do not have access to the source code and we cannot ask developers to make some kind of bridging dll library to p...
by this_is_ridiculous
Mon Dec 03, 2012 2:12 pm
Forum: Bug Reports
Topic: Ranorex.ExcelWorkSheet() function crashes on Windows 2003
Replies: 12
Views: 2736

Re: Ranorex.ExcelWorkSheet() function crashes on Windows 2003

Hi! Thanks for the reply. You could also try to reinstall .NET Framework packages. I think this should help solving the problem. I will retry the same test on another setup of Win2k3 x64 and will let you know the results. Also I will completely reinstall all of .Net redists on the previously menchio...
by this_is_ridiculous
Fri Nov 30, 2012 5:54 pm
Forum: Bug Reports
Topic: Ranorex.ExcelWorkSheet() function crashes on Windows 2003
Replies: 12
Views: 2736

Re: Ranorex.ExcelWorkSheet() function crashes on Windows 2003

Hello again! So I can provide you some steps to reproduce the behavior. 1) Windows Server 2003 SP2 x64 2) all version of .Net (except v 4.5) with SPs 3) Ranorex 3.3.4 (with all of prerequisities) 4) You can use Adobe Acrobat reader of version 7.0.7 (I assume there's only x86 version available) 5) st...
by this_is_ridiculous
Fri Nov 30, 2012 4:40 pm
Forum: Bug Reports
Topic: Ranorex.ExcelWorkSheet() function crashes on Windows 2003
Replies: 12
Views: 2736

Re: Ranorex.ExcelWorkSheet() function crashes on Windows 2003

Hello. We're using v.3.3.4 By the way Rroman Lutsiv and me are teammates :). So we share the problem. I don't think we can send you neither a snaphot of our app nor the app itself. But maybe our dev team could come up with some sort of a very simple application that does the same. However I think th...
by this_is_ridiculous
Fri Nov 30, 2012 11:17 am
Forum: Bug Reports
Topic: Ranorex.ExcelWorkSheet() function crashes on Windows 2003
Replies: 12
Views: 2736

Re: Ranorex.ExcelWorkSheet() function crashes on Windows 2003

Hello. Please let us know which .NET Framework version is installed on your system. We have all of them installed. In general, one should use the Ranorex version that matches the bit architecture of the automated application. Yeah, we are aware of this. However let's consider the next situation. We ...
by this_is_ridiculous
Tue Nov 27, 2012 11:27 am
Forum: Automation Tools
Topic: Setting Runtime Parameters of Spy Selection
Replies: 6
Views: 2907

Re: Setting Runtime Parameters of Spy Selection

Hi!

Thanks for the reply. I'll try it and will let you know the results shortly.

Cheers!
Artem.
by this_is_ridiculous
Mon Nov 26, 2012 10:13 am
Forum: Automation Tools
Topic: Setting Runtime Parameters of Spy Selection
Replies: 6
Views: 2907

Re: Setting Runtime Parameters of Spy Selection

Hello. "Have you already set your 'Target CPU' to 'Any Processor' in the properties of your project?" <----- Yes "Please try to disable the '32/64-bit Bit Bridge' via 'Global Settings' in Ranorex Studio." <-------- we did this in spy. However if still using 64 bit spy on that window the behavior is ...
by this_is_ridiculous
Fri Nov 16, 2012 7:04 pm
Forum: Automation Tools
Topic: Setting Runtime Parameters of Spy Selection
Replies: 6
Views: 2907

Re: Setting Runtime Parameters of Spy Selection

Hi! Thanks for your reply, however this is not our problem. I think I was not accurate enough with my question. I will try to explain it in more depth. We have developed our custom solution for automation that leverages Ranorex Api. We use VS2010/Vs2012 for development and TFS for CI and latest vers...
by this_is_ridiculous
Fri Nov 16, 2012 2:17 pm
Forum: Automation Tools
Topic: Setting Runtime Parameters of Spy Selection
Replies: 6
Views: 2907

Setting Runtime Parameters of Spy Selection

Hello. I have an issue with my current project. When using the 32 bit version of Spy on x64 Windows 2003 on one of generic Windows dialogs (that belong to the product, for example OpenFile or SaveFile) the Spy crashes and hangs the whole system. The product is of x86 CPU architecture. This happens w...
by this_is_ridiculous
Thu Jan 06, 2011 5:36 pm
Forum: General Questions
Topic: Move MDI windows
Replies: 5
Views: 3104

Re: Move MDI windows

If, as you say, the Move method does not work, then an easy workaround is to move the window via a mouse drag. All of the above is quite easily do-able in code. Thanks for reply I i've done exactly that way, it does work OK. But I thought I could do it using the class method spefically designed for...
by this_is_ridiculous
Thu Jan 06, 2011 2:20 pm
Forum: General Questions
Topic: Move MDI windows
Replies: 5
Views: 3104

Move MDI windows

Hi there! I've got an issue with moving MDI forms. Ranorex Spy detects them as forms but Move method doesn't work for those windows. Even more, I've also got a custom class Window derived from Form (Element Adapter). In this class i've implemented my own move and size logic using Windows Api (my met...
by this_is_ridiculous
Wed Dec 01, 2010 1:23 pm
Forum: General Questions
Topic: Custom Ranorex Plugin
Replies: 6
Views: 4114

Re: Custom Ranorex Plugin

Hi!
It's been a while i've been here last time.

I'd like to know if there are any news for Plugin SDK? And maybe any documentation on it...
by this_is_ridiculous
Thu Jun 24, 2010 1:49 pm
Forum: General Questions
Topic: Custom Ranorex Plugin
Replies: 6
Views: 4114

Re: Custom Ranorex Plugin

Support Team wrote:We have no documentation to create Custom Ranorex Plug-ins. The only way to learn "how to create Custom Ranorex Plug-in" would be by intensive training.
Ok. Then how could this be done? I mean training :)

Artem.