Search found 49 matches

by chrisgeorge
Thu Mar 29, 2012 12:02 pm
Forum: Object Identification and Technologies
Topic: problem with ranorex repository elements in wpf
Replies: 1
Views: 2102

problem with ranorex repository elements in wpf

Hi, We have an extensive Ranorex repository that covers both Sql Server Management studio, and our plugin product. This was developed to run on SSMS 2005 and SSMS 2008. We are currently working to support the new SSMS 2012 which is majorly WPF. Most of the objects in our ranorex repository are still...
by chrisgeorge
Fri May 21, 2010 9:45 am
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

Cool... we set up various settings in one of our constructors anyway ( mouse move time/ click time / default search timeout etc) so this will be a good place to put it for now :-)


Thanks. I'll let you know if that solves the problem.


Chris
by chrisgeorge
Fri May 21, 2010 9:32 am
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

Is there a way to programatically disable it? we do not use the recorder, we purely use the Ranorex API (oh and Spy :-)

In fact we can't even open the recorder as we just have the developer pro licence.

Chris
by chrisgeorge
Fri May 21, 2010 7:32 am
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

hmmm... I guess that makes sense. As far as I'm aware though, although I'm running on 64bit Win7, my application, visual studio, our plugin, nunit are all running 32bit. Is there any way to stop this bitbridge from loading? Our tests ran fine without it using 2.1.3... I am liking a few of the enhanc...
by chrisgeorge
Thu May 20, 2010 3:41 pm
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

and another instance, it doesn't seem to be any one particular control type... System.Runtime.Remoting.RemotingException : Failed to write to an IPC Port: The pipe is being closed. Server stack trace: at System.Runtime.Remoting.Channels.Ipc.IpcPort.Write(Byte[] data, Int32 offset, Int32 size) at Sys...
by chrisgeorge
Thu May 20, 2010 2:34 pm
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

further to my last email, it's started happening again... I don't know what's triggering it, but it isn't every time. At the moment it's intermittent. System.Runtime.Remoting.RemotingException : Failed to write to an IPC Port: The pipe is being closed. Server stack trace: at System.Runtime.Remoting....
by chrisgeorge
Thu May 20, 2010 12:58 pm
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

Re: IPC error when accessing Tree

hmm... might have been a red-herring I'm afraid. I rebooted my machine and it's all working fine at the moment...

Chris
by chrisgeorge
Wed May 19, 2010 2:37 pm
Forum: Automation Tools
Topic: C# generated code - Change Request...
Replies: 4
Views: 2866

Re: C# generated code - Change Request...

d'oh "hits head in stupidity" ... of course!

Thanks :-D. However, it will be nice not to have this extra constructor and reference the constructor directly. Look forward to it.

Cheers

Chris
by chrisgeorge
Wed May 19, 2010 2:03 pm
Forum: Automation Tools
Topic: C# generated code - Change Request...
Replies: 4
Views: 2866

Re: C# generated code - Change Request...

Hi, Therefore, I would like to request that the default constructor in the generated C# code be made internal, or an option added to specify this please We can change the default constructor protection from private to public . This is just a little change in the generation of the repository code. S...
by chrisgeorge
Wed May 19, 2010 1:50 pm
Forum: General Questions
Topic: Warning using Threads
Replies: 1
Views: 1847

Re: Warning using Threads

Hi,

If you do a search on the forums for STA you will find a few postings with the solutions you need... :-)

If you are using Visual Studio you can set the project to use the STA apartment state.

Chris
by chrisgeorge
Wed May 19, 2010 11:19 am
Forum: Bug Reports
Topic: IPC error when accessing Tree
Replies: 10
Views: 5051

IPC error when accessing Tree

We're currently running 2.1.3 but I'm evaluating 2.3.1 at the moment with a view to upgrading (to fix some issues we're having). However, I've started getting the errors when trying to access the object explorer tree in SQL Server Management studio that I never used to get in 2.1.3. They do not happ...
by chrisgeorge
Tue May 18, 2010 9:33 am
Forum: Automation Tools
Topic: C# generated code - Change Request...
Replies: 4
Views: 2866

C# generated code - Change Request...

Hi, We are extensively using Ranorex to test a SQL Server Management Studio plugin, and as such have to run tests against different versions of management studio. To do this, I've created an partial class file to provide the facility to override certain parts of the repository for the few areas that...
by chrisgeorge
Mon Nov 09, 2009 9:11 am
Forum: General Questions
Topic: Need help with submenus
Replies: 6
Views: 5550

Re: Need help with submenus

Thanks Guys. Although I got annoyed I won't give up on it! Ranorex is the best gui automation framework I've used in a very long time so I'm not prepared to jack it in just yet ;-)

My menu operations are working luuuurrvely now!!

Chris
by chrisgeorge
Fri Nov 06, 2009 9:30 am
Forum: General Questions
Topic: Need help with submenus
Replies: 6
Views: 5550

Re: Need help with submenus

Ciege... OMG! It works! How?? Click on one menu item brings up another contextmenu object which does not seem to be related to the first one and differs by instance number.... yet your simple method just works!!! I'm confused (slightly annoyed that I didn't find this solution earlier ;-), yet deliri...
by chrisgeorge
Tue Nov 03, 2009 12:00 pm
Forum: General Questions
Topic: Need help with submenus
Replies: 6
Views: 5550

Need help with submenus

Hi, We've having real problems operating on submenus of context menus. We have items in a Repository for both the parent and the child menu, both of which have basepaths of /contextmenu. However, we can click on menu items on the parent, but it just can't find anything on the sub menu. Is there a re...