Search found 30 matches

by cancerion
Thu Mar 18, 2010 6:44 am
Forum: General Questions
Topic: How to bring an invisible treeitem to foreground.
Replies: 1
Views: 1872

How to bring an invisible treeitem to foreground.

Hi, I am using Ranorex 1.5.0.1 I have several folders in my Outlook navigation pane.Ranorex is able to identify the folders which are even not visible. But I want to make them visible. Is there any API which can traverse and make that folder node visible and selected? As we have EnsureVisible () in ...
by cancerion
Fri Mar 12, 2010 7:05 am
Forum: General Questions
Topic: How to focus on an invisible treeitem on Outlook Navigation
Replies: 3
Views: 2322

Re: How to focus on an invisible treeitem on Outlook Navigation

Hi,

Given snippet is working for Office 2007 for me , But Ensurevisible() doesn't work for Office 2003.And select() throw exception in Office 2003.

Thanks,
Sachin
by cancerion
Mon Dec 14, 2009 1:09 pm
Forum: General Questions
Topic: How to drag & drop a mail item from Inbox to Personal folder
Replies: 5
Views: 2689

Re: How to drag & drop a mail item from Inbox to Personal folder

Hi,

I am still not able to drag and drop an item from inbox to personal folder.My screen resolution is 1280*1024.I am using Outlook default settings.

It selects the supergrid ,but doesn't perform drag and drop.
Please provide a small snippets.

Thanks,
Sachin
by cancerion
Mon Nov 09, 2009 12:52 pm
Forum: General Questions
Topic: How to focus on an invisible treeitem on Outlook Navigation
Replies: 3
Views: 2322

How to focus on an invisible treeitem on Outlook Navigation

Hi, I am using Ranorex 2.1.3 I have several folders in my Outlook navigation pane.Ranorex is able to identify the folders which are even not visible. But I want to make them visible. Is there any API which can traverse and make that folder node visible and selected? EnsureVisible () doesn’t work for...
by cancerion
Tue Oct 20, 2009 10:55 am
Forum: General Questions
Topic: How to identify application state if application is hung?
Replies: 7
Views: 4199

Re: How to identify application state if application is hung?

I tried this which is not working.

Can you please tell me how can I get the native window for a form?

Please suggest me that if my application got hang in step 3 and it is not allowing step4 to execute then how can I check the ‘AppHung’ property for my application.
by cancerion
Thu Sep 17, 2009 8:44 am
Forum: General Questions
Topic: Unable to identify cdb.exe dialog.
Replies: 2
Views: 2189

Re: Unable to identify cdb.exe dialog.

Adding to above scenario If cdb.exe console dialog is present, I am not able to enumerate all dialogs present, but if able to enumerate is cdb.exe console dialog is not present. //Code used to enumerate all open dialogs IList<Ranorex.Form> arr = Host.Local.FindChildren<Ranorex.Form>(); //Code used t...
by cancerion
Thu Sep 17, 2009 7:46 am
Forum: General Questions
Topic: Unable to identify cdb.exe dialog.
Replies: 2
Views: 2189

Unable to identify cdb.exe dialog.

Hi, In my application I am using windows debugging tool to create dumps for a crash (if any) during MS Outlook automation suite execution. I have installed windows debugging tools to “C:” Whenever a crash happened, it launches cdb.exe to create a dump and cdb.exe remains there. I want to identify cd...
by cancerion
Mon Sep 07, 2009 12:39 pm
Forum: General Questions
Topic: Issues with TreeItem:Select() and TreeItem:Expand() APIs.
Replies: 1
Views: 2751

Issues with TreeItem:Select() and TreeItem:Expand() APIs.

Hi, I am using Ranorex 2.1.3 version. I am getting issues with TreeItem:Select() and TreeItem:Expand() APIs.Both API’s are not giving expected behavior consistently. It gave ‘Setting Attribute’ failure exception. Is it a known issue? Is there any recommended steps to do before using these API’s? Tha...
by cancerion
Mon Sep 07, 2009 11:00 am
Forum: General Questions
Topic: How to know when a window is completely loaded?
Replies: 1
Views: 2491

How to know when a window is completely loaded?

Hi,

I want to know how can identified that a form has been loaded completely or it is still loading state?

For example, if we launch MS Outlook it took sometimes to load form. How can we know that form has loaded or not?

Thanks,
Sachin
by cancerion
Wed Sep 02, 2009 5:31 am
Forum: General Questions
Topic: Visual studio hanging during debug
Replies: 6
Views: 4907

Re: Visual studio hanging during debug

I have also seen same problem. It happens during debugging only sometimes.
Even I have not set Keyboard.AbortKey anywhere and it is also not specific to Mouse or Keyboard events.
by cancerion
Tue Sep 01, 2009 9:35 am
Forum: General Questions
Topic: Reading Ranorex log if Automation execution doesn't complete
Replies: 1
Views: 2049

Reading Ranorex log if Automation execution doesn't complete

Hi, I have a question related to Ranorex logs. In my automation I am starting logging using Report.Setup and in last closing logs using Report.End(). If automation suite execution stops without completion, in that it could not reach till Report.End().In this case log is generated as a temp file. How...
by cancerion
Thu Aug 27, 2009 2:46 pm
Forum: General Questions
Topic: Is Ranorex 2.x supports MS Office2010?
Replies: 1
Views: 1938

Is Ranorex 2.x supports MS Office2010?

Hi,

We want to automate our product integrated with OL2010 also.
Does Ranorex 2.x supports Office 2010?

Thanks,
Sachin
by cancerion
Wed Aug 26, 2009 2:20 pm
Forum: General Questions
Topic: disable caching for the parent folder
Replies: 5
Views: 7145

Re: disable caching for the parent folder

Thanks for your reply As per given instruction in given link: http://www.ranorex.com/support/user-gui ... html#c2076 I have created a repository and it has default settings i.e. ‘Enable Folder Caching’ is checked in repository configuration setting. Can you please tell me where I can verify this set...
by cancerion
Wed Aug 26, 2009 11:17 am
Forum: General Questions
Topic: disable caching for the parent folder
Replies: 5
Views: 7145

Re: disable caching for the parent folder

Hi, I am also getting same warning in Ranorex log. Can you please tell me what will be the impact of “disable caching for the parent folder” on identification of the controls for this parent folder? Sometimes if I didn’t disable cacheing, it gave warning and failed the steps. Is there any one place ...