Search found 6 matches

by saltsman
Tue Jul 24, 2012 7:06 pm
Forum: Automation API
Topic: Global variable not using parameters
Replies: 2
Views: 2153

Re: Global variable not using parameters

Ah, apparently the object reference error has to do with DataContext.Source. >.<
by saltsman
Mon Jul 23, 2012 9:31 pm
Forum: Automation API
Topic: Global variable not using parameters
Replies: 2
Views: 2153

Global variable not using parameters

public static class GlobalVars { static AdjacencyGraph<Dir.LdapEntry, Edge<Dir.LdapEntry>> _gr; public static AdjacencyGraph<Dir.LdapEntry, Edge<Dir.LdapEntry>> gr { get{ return _gr; } set{ _gr = value; } } } I want to access gr in all of my tests so I can pull out users based on LINQ filters like ...
by saltsman
Thu Feb 23, 2012 4:09 pm
Forum: Automation API
Topic: Access SimpleDataConnector
Replies: 3
Views: 2407

Re: Access SimpleDataConnector

If I was able to edit an existing one (meaning one mapped out in Ranorex Studio), that would be ideal. I'd rather not have to go and make a global for it, but if I have to - I have to.
by saltsman
Wed Feb 22, 2012 5:45 pm
Forum: Automation API
Topic: Access SimpleDataConnector
Replies: 3
Views: 2407

Access SimpleDataConnector

I'd like to pull data from my AD/LDAP server and plop it into my data source (dconn) using C# to use throughout the rest of my test folders for the project. Is that possible?
by saltsman
Wed Feb 22, 2012 5:43 pm
Forum: Automation Tools
Topic: Studio default layout
Replies: 2
Views: 2088

Re: Studio default layout

That fixed it, thank you!
by saltsman
Tue Feb 14, 2012 4:28 pm
Forum: Automation Tools
Topic: Studio default layout
Replies: 2
Views: 2088

Studio default layout

Hi, My Projects window opens off screen and I can't click on it. Is there a way to reset to the default layout of property sheets and whatnot? I found instructions on how to do it for visual studio (/resetuserdata, /resetsettings from command prompt) but some of the menu options they are talking abo...