Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
Oscar
Posts: 18
Registered: ‎07-28-2008
Accepted Solution

Clipboard question...

Hi.
How can be done a "copy to clipboard" programatically?

 

Thanks.

Please use plain text.
BlackBerry Development Advisor
ttahir
Posts: 36
Registered: ‎07-14-2008

Re: Clipboard question...

Take a look at the net.rim.device.api.system.Clipboard class. There is a method called "put(Object o)" for copying a String or StringBuffer to the clipboard.

 

Tariq

Please use plain text.
New Developer
Oscar
Posts: 18
Registered: ‎07-28-2008

Re: Clipboard question...

thank you very much.

 

Please use plain text.