Table Of Contents

Graph IDEApplication ► Copy Service
a.k.a: Clipboard or Pasteboard

The Application-wide copy service is used while copy and pasting data and graphical information. It is usually never seen explicitly. The text store can be viewed using the Copy Service inspector editor as shown below.

A note about this copy service inspector: For a desktop or tablet native implementation this inspector is convenient to see what is on the pasteboard. Text can be copied and pasted into the textual data and by virtue of the paste, it is also pasted into the pasteboard itself. Not so for web browsers. In a web browser, the textual representation is represented in an expanding text box with appropriate div DOM nodes. When you copy or paste into that text box you are utilizing the clipboard (aka: pasteboard) of your browser and local device. To get the text to the server process space you need to click the Apply button which then transmits the data from the browser view to the server facilities (typically on a different computer).

You can load data directly from a file on a client to a cloud server process using the Export And Import facilities but if your data is not in a file and you do not wish to edit it into the tables directly then this Copy Service interface is an excellent way to transmit data for importing into a table with the normal paste operations.

Representation : Type or paste text into the representation view. When initially loaded, the text is the current contents of the pasteboard. The title also shows the current number of characters in the copy service. As you type or paste into the representation view the text is not applied so will be a different number of characters in the copy service until the Apply button is selected.

Show : Shows the current text in the copy service. This may be different than what is in the representation view because various other operations can effect the copy service without updating the representation view and visa versa.

Clear : Clears the copy service. This clears what is in the copy service text buffer and also clears all other copy service buffers, in particular the copy service associated with binary archives that are used to copy and drag graphics.

Apply : Select Apply to transmit the text from the representation view to the pasteboard buffer within the Graph IDE process. For native implementations, the transmission occurs within Graph IDE itself, but for web clients the transmission is from the browser to the Graph IDE cloud service that you logged in at and is only within your own account process space.

Whether using a native or client version of Graph IDE, the Copy Service inspector editor is a convenient way to use the pasteboard as a scratch area for data editing and subsequent use in other components of Graph IDE that can paste data, namely Tables.




© Copyright 1993-2022 by VVimaging, Inc. (VVI); All Rights Reserved. Please email support@vvi.com with any comments you have concerning this documentation. See Legal for trademark and legal information.