Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
two windows with the same name
#1
Hello,
I have two windows with the same name, when using "scan" it ends up confusing the program, because the two windows have the same name.
Would it be possible for me to rename a window to avoid this conflict?
Thanks
#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.
#3
Tks, it's works.


Forum Jump:


Users browsing this thread: 1 Guest(s)