09-18-2012, 11:44 AM
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))
str s.getclip
int w=win("your dialog")
s.setwintext(id(3 w))
