Can someone please point me to where I can learn more about adding
tap-and-hold cut,copy, paste functionality into textbox controls. The cf
doesn't allow for textbox.paste().
drumred
"drumred" wrote:
> Oops, nevermind.
>
> "drumred" wrote:
>
> > This sounds weird but is there a control to select all but the selected text?
> > I'm working with a textbox and trying to send items to the clipboard. If
> > you Cut the selected text you need to show all but what was selected. I can
> > do this programmatically but there is a problem. It requires a few
> > operations and I think that is preventing textbox1.canundo from being true.
> > Thus, can not undo the operation.
> >
> > thx in advance.
> >
|