Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setwintext
#1
i can't set text in some programs,
is there something else to know ?
with notepad and the flash editor it works fine,
but for example with scite not.
i want to pass the text from the flash output - to
the scite output window.
there is still a tool what makes that, but it writes its own
messages in there too Sad

Code:
Copy      Help
int h = win("SciTE|Flash")
act h
str s = "bliblablu"
s.setwintext(id(351 h))

thanks
pi
#2
setwintext just sends WM_SETTEXT message to control. Control can do with message what it likes.
#3
so i have to tell the scite programmer that he has to enable what ?

:?: Confusedhock:

like : ey, scite-man - WM_SETTEXT is not working from qm !

hehe, i'll do that. i am in their list.
pi
#4
i had responce from the guy who runs the scite mailing list.
seems that they forgot to enable wm_settext.
a friend of mine will take a look at it.
8)
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)