Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert copied snippet to editor
#3
You can copy-paste, or drag-drop.

Maybe in the future LA will have command "delete duplicate wnd.find". It would replace code1 with code2.

code 1
Code:
Copy      Help
var w = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e = w.Elm["BUTTON", "Find UI element"].Find(1);

var w2 = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e2 = w2.Elm["BUTTON", "NuGet"].Find(1);

code2
Code:
Copy      Help
var w = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e = w.Elm["BUTTON", "Find UI element"].Find(1);

var e2 = w.Elm["BUTTON", "NuGet"].Find(1);


Messages In This Thread
Insert copied snippet to editor - by birdywen - 03-18-2024, 03:50 AM
RE: Insert copied snippet to editor - by Davider - 03-18-2024, 05:51 AM
RE: Insert copied snippet to editor - by Gintaras - 03-18-2024, 07:20 AM
RE: Insert copied snippet to editor - by birdywen - 03-18-2024, 12:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)