Re: Version: 0.54.5 "Bleeding Edge" 13/Nov/200
- Posted by Derek Parnell <derekp at solace.com.au> Nov 21, 2000
- 418 views
Hi Claude >I cannot Paste (right mouse button press/paste) the clipboard information >into an editText box. Do you have a solution? I'm not sure what you mean. Are you saying that you don't know how to get your program to paste stuff from the clipboard? Or have you some code already trying to do this, but its not working? I assume you know that the clipboard functions are only automatic with the standard control-keys in editText controls. That is, Control-C to copy, Control-X to cut, and Control-V to paste. If you want to do clipboard operations using the mouse, you must trap the mouse event and handle it yourself. Maybe by causing a pop-up menu and then handling the menu item events. See some sample code in EX20.EXW and GENERIC.EXW that might suit. ----- cheers, Derek Parnell