Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
textbox/dialog question
#1
Hello...

How to create a dialog, which stay's alive and the content of a textbox is updated. No buttons, just a textbox in the dialog.

So there will be searched in the clipboard, the output in a dialog.

thx
#2
dialog that monitors clipboard and shows clipboard content?
#3
Yes, part of it afteren search...
#4
Easiest will be with clipboard trigger. Create a function, assign clipboard trigger where regex is . (it matches any text), and let the function update your dialog.

str s.getclip
int w=win("your dialog")
s.setwintext(id(3 w))


Forum Jump:


Users browsing this thread: 1 Guest(s)