Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread yngipy hernan
First off, Notepad was running with the word "test1". Sorry for not being clear. As with Wolfram, I also used UI Spy. UI Spy would see tree element from the "Notepad" window. Namely: Edit control (this contains "test1" text) TitlebarControrl (this is where the min, max, close, system menu is conta

Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread Stanger, Wolfram
Hello all, unless we get following child elements for example in a empty notepad application all playing be be useless: Raw View: --- "Window" "Unbenannt - Editor" "Document" "" "Scrollbar" "Vertikale Bildlaufleiste" "Button" "Zurück um kleine Menge" "Bu

Re: [IronPython] IronPython and C# not giving the same result

2010-06-17 Thread Lukas Cenovsky
I tried your IronPython script and it found one child element which name is ''. Change the print line to: print 'Name:', ae.Current.Name -- -- Lukás( yngipy hernan wrote: Hi, All root elements are ok. Thus say, i can see all (?) of the root elements. But not when trying to iterate child