Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
two windows with the same name
#2
Macro Macro947
Code:
Copy      Help
3
int w=win(mouse)
;outw w
str s
s.getwintext(w)
s=F"{s} - renamed"
s.setwintext(w)
;note: some windows don't update the title bar text, although renamed successfully.


Messages In This Thread
two windows with the same name - by badrobotic - 04-28-2023, 12:38 AM
RE: two windows with the same name - by Gintaras - 04-28-2023, 04:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)