Search found 6 matches

by domperez
Tue Sep 22, 2009 10:29 pm
Forum: Automation API
Topic: WPF ListView control that using VirtualMode
Replies: 3
Views: 7183

Re: WPF ListView control that using VirtualMode

Code: Select all

Ranorex.Plugin.WpfFlavor.Instance.ExpensiveAttributesEnabled = false; 
Sorry for the slow followup but that did the trick. Is there anyway I can set that in Ranorex Spy so it doesn't choke on those controls?

Thanks!
by domperez
Fri Sep 11, 2009 4:16 pm
Forum: Automation API
Topic: WPF ListView control that using VirtualMode
Replies: 3
Views: 7183

WPF ListView control that using VirtualMode

I'm having a bit of trouble with a WPF ListView control that uses VirtualMode. I am able to get the row count but I'm unable to access the contents of rows that are off screen. I can select every row before I read it but this is painfully slow (30minutes for 1000 rows). It seems like Ranorex Spy has...
by domperez
Tue Dec 04, 2007 11:45 pm
Forum: Automation API
Topic: Methods not returning when called from wxPython
Replies: 2
Views: 3348

Methods not returning when called from wxPython

I've run into a problem. When I call some Ranorex methods, FormFindTitle for example, from a thread in a wxPython app it never returns. If I make the same call from the wx main thread or from a thread in a non-gui script it works fine. I've attached some sample code so you can hopefully reproduce wh...
by domperez
Fri Nov 16, 2007 8:31 pm
Forum: Automation API
Topic: ToolBarSendCommand doesn't return when command opens dialog
Replies: 3
Views: 3223

No, that doesn't work for me. The reason I want to use ToolBarSendCommand is the the command I want to send is hidden in a menu. I've tried clicking the parent menu item and then the item I want but the menu that opens is no longer part of the toolbar. For toolbar items that are visible I can use To...
by domperez
Fri Nov 16, 2007 5:45 pm
Forum: Automation API
Topic: ToolBarSendCommand doesn't return when command opens dialog
Replies: 3
Views: 3223

ToolBarSendCommand doesn't return when command opens dialog

When I use ToolBarSendCommand for a command that will cause a new dialog to open, the dialog opens as expected but the method does not return until I manually close the dialog. After I manually close the dialog it will return 0. I would guess that Ranorex is waiting on something before returning, bu...
by domperez
Wed Oct 31, 2007 12:01 am
Forum: Bug Reports
Topic: Python Context Menu methods fail in other mouse modes
Replies: 1
Views: 3165

Python Context Menu methods fail in other mouse modes

RanorexPython.ContextMenuSelectItemText
RanorexPython.ContextMenuSelectPosition
RanorexPython.PopupMenuSelectItem

The above methods will fail if the mouse coordinate mode is not SCREEN_COORDINATES, the cursor will move to the wrong position.

Thanks.