Re: Overlap in python

2009-08-04 Thread DuaneKaufman
On Aug 4, 1:15 pm, Jay Bird wrote: > Hi everyone, > > I've been trying to figure out a simple algorithm on how to combine a > list of parts that have 1D locations that overlap into a non- > overlapping list.  For example, here would be my input: > > part name   location > a                  5-9 >

Re: Examples of Python driven Microsoft UI Automation wanted

2009-07-09 Thread DuaneKaufman
On Jul 9, 4:12 pm, Michael Torrie wrote: > TheSeeker wrote: > > Alternatives to Microsoft's UI Automation are welcome too, but I have > > tried using winguiauto and watsup (along with AutoIt), and there seems > > to be severe limitations when using these tools with WinForm > > applications. > > ht

Re: Examples of Python driven Microsoft UI Automation wanted

2009-07-09 Thread DuaneKaufman
On Jul 9, 1:29 pm, Paul McGuire wrote: > On Jul 9, 1:09 pm, DuaneKaufman wrote: > > > The application I wish to interact with is not my own, but an ERP > > system GUI front-end. > > I have used pywinauto to drive a Flash game running inside of an > Internet Explorer

Re: Examples of Python driven Microsoft UI Automation wanted

2009-07-09 Thread DuaneKaufman
On Jul 9, 12:45 pm, Tim Harig wrote: > On 2009-07-09, DuaneKaufman wrote: > > > On Jul 9, 12:18 pm, Tim Harig wrote: > >> On 2009-07-09, TheSeeker wrote: > >> > Specifically, I have a WinForms application I will be wanting to > >> > automate. Doe

Re: Examples of Python driven Microsoft UI Automation wanted

2009-07-09 Thread DuaneKaufman
On Jul 9, 12:18 pm, Tim Harig wrote: > On 2009-07-09, TheSeeker wrote: > > > Specifically, I have a WinForms application I will be wanting to > > automate. Does anyone have some Python examples of driving Microsoft > > UI Automation they could share with me to get me started? The > > structure of