Adobe version cue CS3 user manual

User manual for the device Adobe version cue CS3

Device: Adobe version cue CS3
Category: Water System
Manufacturer: Adobe
Size: 2.65 MB
Added : 9/21/2014
Number of pages: 34
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Adobe version cue CS3. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Adobe version cue CS3.

For your convenience

If looking through the Adobe version cue CS3 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Adobe version cue CS3 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Adobe version cue CS3 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Adobe version cue CS3 User manual - Online PDF
Advertisement
« Page 1 of 34 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Adobe version cue CS3 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Adobe version cue CS3. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

ADOBE VERSION CUE CS3
CLIENT PROGRAMMER’S GUIDE

Summary of the content on the page No. 2

© 2007 Adobe Systems Incorporated. All rights reserved. Adobe Version Cue CS3 Client Programmer’s Guide Technical note #10306 Adobe, the Adobe logo, Bridge, Creative Suite, Version Cue, and Version Cue Server are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Mac OS is a trademark of Apple Computer, Inc., registered in the United States and other countries. Windows is either a registered trademark or a trademark of Microsof

Summary of the content on the page No. 3

Contents Terminology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Key Operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Summary of the content on the page No. 4

Contents 4 Adobe Version Cue CS3 Client Programmer’s Guide

Summary of the content on the page No. 5

Adobe Version Cue CS3 Client Programmer’s Guide Terminology Adobe Version Cue CS3 Client Programmer’s Guide This document describes the Adobe® Version Cue® client from a programmer’s perspective. It is intended for system integrators integrating with Version Cue, who are already writing plug- ins for Version Cue Server™. This document describes the extensibility features enabled by Version Cue SDK at the Version Cue clients such as Adobe Bridge® CS3, and how you can extend Version Cue clients t

Summary of the content on the page No. 6

Adobe Version Cue CS3 Client Programmer’s Guide Introduction Version Cue Server — The server component of Version Cue CS3. Version Cue Server plug-in — A plug-in developed in Java™ using the Version Cue SDK, conforming to the pattern required to be loaded and called by Version Cue Server. NOTE: Unless noted otherwise, references to any Adobe product always mean the CS3 product. Introduction Version Cue clients, such as Adobe Bridge CS3 or Adobe InDesign® CS3, are integrated with the Version C

Summary of the content on the page No. 7

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations mon User Interface also let you customize how assets appear in the user interface of Adobe Bridge CS3, which is tightly integrated with Version Cue. To see the the Adobe File > Open dialog from the Adobe Common User Interface, using a cli- ent such as Adobe InDesign CS3. If the normal operating-system file-open dialog appears instead of the Adobe dialog when you are trying this for the first time or after deleting prefer- ences, clic

Summary of the content on the page No. 8

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations The custom project icon in Figure 1 is provided by a sample plug-in for Version Cue Server named sample.customproject; this sample plug-in is the reference implementation for con- necting to an external system and provides a model of how you would implement an adapter between your external system and the Adobe Creative Suite CS3 point products. Selecting projects in the Content pane of Bridge or the Adobe File > Open dialog and doubl

Summary of the content on the page No. 9

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations Custom Metadata Version Cue clients can display custom metadata provided by your Version Cue Server plug- ins, in contexts such as the Inspector Panel of Adobe Bridge CS3 or the File Info area of the Adobe File > Open dialog. The Inspector Panel in Adobe Bridge CS3 is a read-only metadata view component of the Bridge user interface, which lets per-asset metadata be visualized; it is entirely different from the standard Bridge Metada

Summary of the content on the page No. 10

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations used to remove menu items from the context-sensitive menu shown when an asset is selected in one of your custom projects, if some operations are not supported. Figure 4 shows context-sensitive menu items when a file in a standard Version Cue project is selected in Adobe Bridge CS3. Note how there are nearly twenty menu items shown for this context-sensitive menu. FIGURE 4 Context-sensitive Menu for Standard Version Cue Project Figure

Summary of the content on the page No. 11

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations FIGURE 5 Context-sensitive Menu for Custom Project This is achieved by restricting the project capabilities that sample.customproject provides. See the ProjectCapabilities class in that sample to discover why there are fewer menu items for the context-sensitive menu on the custom project compared to the standard project. For More Information See VersionCueSDK IDE Help > Version Cue SDK Help > Samples Guide > CustomProject To find out

Summary of the content on the page No. 12

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations Your Version Cue Server plug-in can use this external reference to propagate any changes to a syndicated asset in the standard Version Cue project back to the external system. For example, if your external DAM system supports versioning, you may want to create a new version of the original asset in the external system when a Creative Suite end user saves a new version of the syndicated asset to the standard project. This extensibilit

Summary of the content on the page No. 13

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations FIGURE 6 An Asset Syndicated from a Custom Project In the CustomProject sample plug-in, the external asset and the asset in the standard (WIP) project are kept in synchronization, using a storeContent listener. When a new version of the asset in the standard project is saved, the external asset in the custom project from which it was downloaded also is updated. To verify that the external asset— in the contentroot folder of this Cust

Summary of the content on the page No. 14

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations Restrictions The following restrictions apply to asset syndication through drag-and-drop or copy/paste in the user interface of Adobe Bridge CS3: Both source and target projects must be mounted before starting the drag-and-drop (or copy/paste) operation. Both source and target projects must have authentication switched off; that is, no login should be required for either project to complete the gesture. No conflict handling is im

Summary of the content on the page No. 15

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations FIGURE 7 Custom Check-in Dialog on Ingest To test the metadata capture enforcement feature and make the customized check-in dialog appear, you need to open a file, modify it, and check in the modified version to a Version Cue project. 1. Ensure Version Cue Server is running with a plug-in like sample.customdialog loaded for the custom check-in dialog to appear. 2. Make sure you have at least one standard Version Cue project on the

Summary of the content on the page No. 16

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations FIGURE 8 Custom Check-in Dialog Figure 8 shows a custom check-in dialog provided by the sample plug-in for Version Cue Server named sample.customdialog. The custom check-in dialog shows fields that include the name of the user responsible for the check-in, status, a check-in comment, and a check box indicating an operation that should be performed on check-in. The OK button is enabled when data is entered into the name and check-in

Summary of the content on the page No. 17

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations For More Information See Help within the IDE of VersionCueSDK: Help > Version Cue SDK Help > Samples Guide > CustomDialog Customizing Menus Version Cue extensibility enables you to contribute custom submenus and custom menu items in the following contexts: Tools menu in the Adobe File > Open dialog: Use the VersionCue.TOOLSMENU symbolic constant for the menu base path in your scripts. When a file is selected in contexts like the Ad

Summary of the content on the page No. 18

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations FIGURE 9 Custom Menus within Adobe Bridge CS3 Content pane The Version Cue client receives JavaScript code— using a JavaScript library from Adobe named ScriptUI— that enables custom menus to be created when first visiting a Version Cue project. To see the scripts associated with creating the user interface, see the data/scripts folder of the sample.custommenu SDK sample. Note that you can add custom menu elements to both standard Ver

Summary of the content on the page No. 19

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations Restrictions Support for custom menus has some limitations: The Version Cue client receives the custom menu information from the Version Cue Server when you enter the project for the first time; for instance, by double-clicking the project in the File > Open dialog. Before entering the project, the custom menu informa- tion is not available, which means that you are not able to contribute custom menu items to the context-sensitive m

Summary of the content on the page No. 20

Adobe Version Cue CS3 Client Programmer’s Guide Key Operations “Special Metadata”. The former is of type “enum”; the latter, “string.” You can select one of those new categories and retrieve search results from the Version Cue Server. FIGURE 10 Project Search over Sample Custom Project If you have the plug-in loaded, to see this dialog, navigate within the Adobe Bridge CS3 to “Sample Custom Project” and execute Edit > Find once the root folders of the project are visi- ble in the Content pane of


Alternative user manuals
# User manual Category Download
1 Sony 7 User manual Water System 0
2 3Com ENTERPRISE OS 11.3 User manual Water System 0
3 Acronis VIA C7-M User manual Water System 0
4 Acronis 200 Series User manual Water System 2
5 Acronis Z540 User manual Water System 1
6 Alto-Shaam CombiGuard FI-23014 User manual Water System 1
7 Aiphone GF-NS User manual Water System 0
8 Alto-Shaam FI-28727 User manual Water System 0
9 AMC FM DWS 1500 User manual Water System 2
10 Amtrol WELL-X1 User manual Water System 6
11 Amtrol WELL-X-TROL User manual Water System 25
12 Apple Final Cut Pro 6 User manual Water System 51
13 Apple Mac OS X Server 10.5 Leopard User manual Water System 21
14 Argosy Research Twin Alternating Water Conditioning System NF 1.5" Series User manual Water System 0
15 Argosy Research H200HF Series User manual Water System 3