Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get text with a specific color (user functions) from the QM code editor
#11
Example of "after" function with delayed getout code.

Function exe_after_delay_getout
Code:
Copy      Help
mac "sub.Thread"
ret 1

#sub Thread
0.5

int h=id(2201 _hwndqm)
int lens=SendMessage(h SCI.SCI_GETTEXTLENGTH 0 0)
str s.fix(SendMessage(h SCI.SCI_GETTEXT lens+1 s.all(lens)))
mes s


Messages In This Thread
RE: Get text with a specific color (user functions) from the QM code editor - by Gintaras - 04-05-2025, 03:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)