Sebastien Doncker wrote:
>In fact, this application works well on Mac OSX 10.4 except for one
>feature : the copy/paste function from system clipboard to my
>application (in a JTextField by example).
>...
>Under Mac OSX, in a standalone format, I have no problem and I can
>copy/paste with the system...
What do you mean by "standalone format"? Are you saying the clipboard
problem ONLY occurs in a WebStart app?
Which version of Java is running the app in each case? Is it always the
same version (check the "java.version" property)?
There are some known problems when communicating with the system clipboard
unless certain data-flavors or types are present. I think one of the
needed types is InputStream, but I could be mis-remembering. Or it may
apply only to certain kinds of content, such as images.
Did you try searching the list archives for keywords like "clipboard" or
"flavor" or both?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden