Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reorder and resize "COLUMNHEADER" elements
#3
Hello Gintaras,

Thank you very much for your response. understood, 

The solution that I came up with is similar to what you mention with a drag-and-drop. 
Code:
Copy      Help
 
var sdpa = w1.Elm["COLUMNHEADER", "SDP A", "class=SysHeader32"].Find(1); 
elm[] header = (w1.Elm["COLUMNHEADER", "*", "class=SysHeader32"].FindAll());
var a = sdpa.Name;
var b = header[0].Name;

if(a != b) {
print.it("move spd a colum");
mouse.drag(sdpa,header[0]);
}


Messages In This Thread
RE: Reorder and resize "COLUMNHEADER" elements - by mattmc81 - 03-25-2022, 10:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)