Jump to content

ronald82

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by ronald82

  1. can you give me an example please ?
  2. the example is not mine, i just found a picture to give an example. just imagine them all the same window name but different handle
  3. yes I meant close all windows and leave row1 only
  4. if I have the below: how can I close windows in rows 1 to 4 and leave only row 0 open ?
  5. cani use something like : winclose($array[1][1]) ?
  6. yes im using winlist and im getting the array and list back. but how can i close all the windows from the list but leave only the first one ?
  7. Is it possible to close duplicate windows from using an array ? What I mean is that using winlist I got an array that contains a list of duplicate windows. I cannot use the process because these are all children of the same multiple exe. I only want to leave open the first one and close all the duplicates that come after. Can you help me, please? thanks regards
  8. Hi, So maybe to give more details SWAPY managed to get the contents: Access names : [] Class : ListBox ClientRects : [<RECT L0, T0, R59, B13>] ContextHelpID : 0 ControlCount : 0 ControlID : 8 ExStyle : 512 Fonts : [<LOGFONTW 'MS Sans Serif' -11>] FriendlyClassName : ListBox handle : 2034008 IsEnabled : True IsUnicode : True IsVisible : False MenuItems : [] pwa_type : <class 'pywinauto.controls.win32_controls.ListBoxWrapper'> Rectangle : (L346, T654, R428, B673) SelectedIndices : (-1,) Style : 1084228035 Texts : ['', u'Test1', u'Test2', u'Test3', u'Test4', u'Test5', u'ADDRESS_CAT1', u'ADDRESS_CAT2', u'ADDRESS_CAT3', u'ADDRESS_CAT4',"] UserData : 0 Somehow SWAPY is getting a Class: Listbox while with control viewer I'm getting a CLASS:DataTbl Is there a method I can get the text from auto it? I tried many function from _GUICtrlListBox_* to no avail
  9. yes tried all the tool mentioned and what I can get are: ControlType: UIA_PaneControlTypeId ExStyle: 0x00000101 Handle: 0x00000000000D0BA8 >>>> Control <<<< Class: DataTbl Instance: 1 ClassnameNN: DataTbl1 Name: Advanced (Class): [CLASS:DataTbl; INSTANCE:1]
  10. any help please ? I tried to read the FAQ31
  11. The is not a GUI created by autoit. It is an external program that there is a datatablelist and I want to select an item by its name so that i am sure that the same item is always selected. Thanks
  12. Hello, I have a datatable list with the below details and would like to know if a can click on an item searching by its name. Id: Text: EditTable Class: DataTbl Thanks for the help
  13. how can i use CV on menus please ?
×
×
  • Create New...