Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-11-2005, 06:31 PM
w-b w-b is offline
Junior Member
 
Join Date: Mar 2005
Posts: 22
Default Clipboard

Is it possible for SWfkit to create a command which can Copy and Paste text directly to e.g. a PowerPoint/Word doc or similar at the press of a button without letting users having to do a Ctrl V?

something like this

Code:
on (release){
   System.setClipboard("some text");
}
w-b
Reply With Quote
  #2 (permalink)  
Old 03-15-2005, 03:12 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Clipboard

You can copy the text onto the clipboard, but it's a little hard to paste the text into a PowerPoint/Word doc automatically.

SWFKit pro supports drag and drop, you can let the users drag the text into the PowerPoint/Word doc.

Code:
Application.dragdrop.enable = true;
Application.dragdrop.onDragGetData = function ()
{
    return "some text";
}
Reply With Quote
  #3 (permalink)  
Old 06-26-2005, 11:35 AM
w-b w-b is offline
Junior Member
 
Join Date: Mar 2005
Posts: 22
Default Re:Clipboard

Is it possible to copy and paste txt between exe files? If so, how?

wB
Reply With Quote
  #4 (permalink)  
Old 07-01-2005, 09:58 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Clipboard

It has to be done by pressing "CTRL + V" to paste text into another application which is not built by SWFKit.

Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:30 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.