Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scintilla SCI_GETTARGETTEXT
#3
you can't use SCI.SCI_GETTARGETTEXT . SCI constants are already loaded into QM at startup.

can use like this
 
Code:
Copy      Help
def SCI_GETTARGETTEXT 2687
SendMessage(sci SCI_GETTARGETTEXT 0 _s)

but Remember anytime you get text from scintilla controls you need to allocate memory to the string buffer.


Messages In This Thread
scintilla SCI_GETTARGETTEXT - by Davider - 02-18-2023, 12:14 AM
RE: scintilla SCI_GETTARGETTEXT - by Davider - 02-18-2023, 01:11 PM
RE: scintilla SCI_GETTARGETTEXT - by Kevin - 02-18-2023, 03:23 PM
RE: scintilla SCI_GETTARGETTEXT - by Davider - 02-19-2023, 12:28 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)