on 12/19/2000 2:18 PM, jean-louis valero at [EMAIL PROTECTED] wrote:
> hello list
> I'd want to copy (cut) and paste some colored and fontstyled text using
> a menu or command(control)+ C,X,V. I tried a lot with .rtf but without
> any success. Do you know something faster than this ?:
> -- simplified ;-)
>
> global malistecouleur,malistefontstyle
>
> case (TRUE) of
> (the commandDown AND the keyPressed = "x"), (the commandDown AND the
> keyPressed = "c") :
Here are a couples of ideas to try:
1. Try using the controlDown instead of the commandDown on both platforms.
We ran into problems when trying to use the commandDown.
2. Create a new field member called something like "clipboard temp" and put
the selected text into this member.
--
Carl D. Earnhart II
Software Engineer
DxR Development Group
(618) 453-5877
[EMAIL PROTECTED]
AOLIM: cdacota
"No temptation has seized you except what is common to man. And God is
faithful; he will not let you be tempted beyond what you can bear. But when
you are tempted, He will also provide a way out so that you can stand up
under it."
1 Corinthians 10:13
--
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]