Hi Greg,
Sorry for my insufficient of explanation.
Question 1.
In the HTML we use <a href="javascript:gotoLocation(THREE_SISTERS);">Three
Fingered Jack</a> to describe the link.
and the user can copy the link text in IE and paste to excel,email and some
common application.
but in the pivot,when I copy the link in IE and use getText(),just return
the string "Three Fingered Jack" only,it seems
some link information have been filter.
Manifest c1=Clipboard.getContent() ;
System.out.println(c1.getText());
Below is HTML Link.I would like use pivot put it in Clipboard and paste it
in any common application.
Three Fingered Jack
Question 2,
How to speed up the Applet launch time?even the common program only around
1.5M.But somecase that is expensive in the
Enterparise network environment.
Can we setup the client don't download jar everytime(only the connent has
been changed) in the applet deploy scirpt?
I remember that web start seem provide the feature for it.but I don't how
the applet work on it.
Best regards,
Ken Jiang
*******************************************
Murata Electronics Trading (Shenzhen) Co.,Ltd
Tel:86-755-82847251
E-mail:[email protected]
*******************************************
From: Greg Brown <[email protected]>
To: [email protected]
Date: 07/27/2010 10:01
Subject: Re: How to store the text( Url) link in clipboard?
I'm sorry, I don't understand. Could you be a little more specific?
G
On Jul 26, 2010, at 8:41 PM, [email protected] wrote:
> Hi Greg,
>
> For text,excel row is ok.but I don't know how the link(Url).
>
>
> Best regards,
> Ken Jiang
>
> *******************************************
> Murata Electronics Trading (Shenzhen) Co.,Ltd
> Tel:86-755-82847251
> E-mail:[email protected]
> *******************************************
>
>
>
> From: Greg Brown <[email protected]>
>
> To: [email protected]
>
> Date: 07/26/2010 19:47
>
> Subject: Re: How to store the text( Url) link in clipboard?
>
>
>
>
>
>
> You may also find the information in the Clipboard tutorial useful:
>
> http://pivot.apache.org/tutorials/clipboard.html
>
> It demonstrates copy/paste of image data, but the same concepts apply to
> text.
>
> On Jul 26, 2010, at 5:57 AM, Chris Bartlett wrote:
>
> Ken,
>
> The copy() method in TextInput places text onto the clipboard, so
can
> be used as an example. Source code is here.
>
http://svn.apache.org/repos/asf/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java
>
> Please see the note at the end of the FAQ regarding using the
> clipboard in applets.
> https://cwiki.apache.org/PIVOT/frequently-asked-questions-faq.html
>
> Regards,
>
> Chris
>
> On Mon, Jul 26, 2010 at 12:53 PM, <[email protected]> wrote:
>
> Hi All,
>
> Do you know how to store the text( Url) link in clipboard in
pivot?
> Does we need extend the clipboard but ourself or run some
> Javascript?
> for example,I would like store below link clipboard and user can
> paste it
> to their email.
>
|--------------------------------------------------------------------------|
>
> | Clipboard()
> |
>
|--------------------------------------------------------------------------|
>
>
>
>
> Best regards,
> Ken Jiang
>
> *******************************************
> Murata Electronics Trading (Shenzhen) Co.,Ltd
> Tel:86-755-82847251
> E-mail:[email protected]
> *******************************************
>
>
>
>