A SERVICE OF

logo

Adobe Version Cue CS3 Client Programmer’s Guide 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:
z Tools menu in the Adobe File > Open dialog: Use the VersionCue.TOOLSMENU symbolic
constant for the menu base path in your scripts.
z When a file is selected in contexts like the Adobe File > Open dialog or the Adobe Bridge
CS3 content pane: use the VersionCue.CONTEXTMENU symbolic constant from your
scripts.
z See the VersionCue.DOCUMENTMENU symbolic constant.
z See the VersionCue.MENUBAR symbolic constant.
To see the feature being exercised, you need to have started Version Cue Server and loaded the
CustomMenu sample (sample.custommenu) from the Version Cue SDK.
Figure 9 shows the Bridge Content pane with a selected file, showing the context-sensitive
menu item decorated with a custom submenu, “SDK Server-side Rotate”, which offers options
to rotate the selected image. There is also a menu item “SDK Server-side Thumbnail”, which
creates a custom thumbnail.