Adding commands to FrameMaker 8's menus

Well, I thought it was straightforward. I entered these two commands in mycustomui.cfg so I can open some reference docs:
<Add Separator4          <Menu !HelpMenu>>
        <Command _MYCharSet <Label Insert Characters Palette>
<Hypertext message openfile fminit/Plugins/MultiPageSymbolPalette.fm>>
        <Add _MYCharSet <Menu !HelpMenu>>
        <Command _MYcustomB <Label FM Escape Shortcuts>
<Hypertext message openfile help/Commands[i]_8.0p277_UKE_FDK.pdf>>
        <Add _MYcustomB <Menu !HelpMenu>>
The commands show up in the menu, but they are grayed out.
When I enter these commands as hypertext in a regular document, the files open, so I know the paths are correct.
I'm sure the fix is simple, but I can't figure it out.
Any help would be appreciated!

I've done more testing with FM8, FM9, and FM10.
It seems that Arnis's observation that separators can cause problems is correct. With insertion of Separator4, the new commands are grayed out. Without it, they work correctly. Both absolute and relative filenames are accepted.
Arnis is incorrect, however, that a semicolon at the start of a line comments it out.
According to "Customizing Frame Products":
      Text outside angle brackets is treated as a comment. Don’t include angle brackets in comments.
Therefore, a semicolon before the <Add Separator4 ... > line has no real effect--only the semicolon itself is ignored.
The separator is fine in FM9 and FM10.
Also, make sure your angle backets balance correctly.
          --Lynne

Similar Messages

  • [svn:osmf:] 14411: Adding command line build config files for the syndication library.

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

  • Adding commands to a canvas

    when the canvas is set to full screen and commands are added to it, the menu will appear if you press either the left or right button near the screen.. is it possible to make it appear only when the left button is pressed and not the right?

    I don't think so, but it will depend on the target device. Try to draw some kind of "menu" using the paint and keypressed methods? You'll have to do it manually (coding), there are not standard components for that. Warning: Not easy!

  • Programatically adding command links in ADF Tree?

    Hi,
    I am using Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660. Can anyone please provide me some sample code for programatically adding dynamically generated ADF command links in the nodes of ADF Tree(Tree nodes in it are created using View Object - Drag & drop of data control). Now how can i add links in the nodes generated.
    Thanks,
    Vik

    Hi,
    try setting partialSubmit=true on the command link. Just in case it fires the action method before the context menu displays
    Frank

  • Adding commands to tree renderer

    Hello
    Quick question:
    I have a layout set similar to the adminexplorer.
    Is there any way I can add a command group to each resource within the folder tree, e.g using a hover menu?  This would allow users to delete or rename folders from within the tree area.
    Thanks for the help!
    Chris

    Hi Chris,
    The "AdminCollectionTreeRenderer" you are talking about is a CollectionRenderer, but I am talking about changing ResourceRenderer.
    Please refer to this to know about the settings you can make on ResourceRenderer:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/50/041142e862654ca98ced1607386c9c/frameset.htm
    About CollectionRenderer:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm
    I expect that you duplicated your "AdminExplorer" Layoutset, and if so you will see "AdminResourceRenderer" which is responsible to render the ListView on the right side of your Layout.
    To extend the functioanlity you need to duplicate "AdminTreeResourceRenderer" and assign this to your LayoutSet and make all the settings as I told in my previous post.
    So now you should see two ResourceRenderer set to your LayoutSet, and this should now solve your problem.
    Hope this helps
    Greetings,
    Praveen Gudapati

  • Adding commands to the commands toolbar

    Hi! I'm trying to add a pre-created command to the commands toolbar in Dreamweaver CC 2014 that I am running on Windows 7. Does anyone know how to do this?

    Try this Help article:
    Dreamweaver Help | Automating tasks
    Nancy O.

  • Missing Commands when Customizing toolbars and Menus in RoboHelp 9

    Hi
    I would like to add the Insert row above/below and Insert Column commands to a toolbar in Robohelp 9, however these commands do not seem to be available in the Customize > Commands dialog box. In fact it seems that there is only a limted set of commands displayed that you can add. Unlike Word, there does not be an "All Commands" Category.
    Is is possible to add any command to a toolbar in Robohelp, or are we stuck with the limited sub-set Adobe has defined?
    Perhaps someone has found a way around this problem?
    Cheers Mark K

    Under Commands click on Insert and the add options are listed.
    Or just display the Tables toolbar and hold down the CTRL key while you drag from there to wherever you want the icons.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Adding SAP CCMS startup command to SAP Start Profile

    Hi All,
    We need to add SAP CCMS startup command in our SAP start profile.
    We use command sapccm4x -DCCMS pf=<> to start SAP CCMS agent .
    I expect we need to add this command (sapccm4x -DCCMS pf=<> ) with same protocol to execute it with SAP start profile.
    Please let me know how can we add this with SAP start profile.
    Shivam Mittal

    Hi Eric,
    I have added command and CCMS agent is also getting start with SAP startup.
    But when I execute command startsap ....like it shows message "database started";;"Instance Started", I am not getting any SAPCCMS agent startup message.
    Please suggest how can I get in startsap script SAPCCMS startup confirmation messge also. Does it require change in startsap script or we should some command protocol in startup profie for it.
    Please suggest.
    Shivam Mittal

  • Menu commands for Scheduling Gantt

    I'm trying to add my own custom commands to a Scheduling Gantt on my page. I have some questions/comments.
    1. I can add items to the tablePopupMenu facet, and they show up fine and my listener gets executed. How can I find out what resource was selected when this event fires, and/or the IDs of all of the selected resources? The actionEvent has very little information in it and is just generic. Do I need to tell it somehow that it is a "resource" event?
    2. I have added items to the chartPopupMenu facet, and they show up fine on the menu, but the listener is not called when I click the menu item. This seems like a bug but maybe I'm just doing something wrong.
    3. I would have thought that whatever menu items I add to these popup menus would also be added to the "Resource" and "Task" menus on the menu bar, but they're not. How can I add my own menu commands there?
    4. Is it possible for me to change the text that displays for the "Resource", "Task" and "View" menus? We have a legacy language translation system that I need to use to get the menu choices.
    Any and all advice appreciated!
    Christine

    I'm trying to add my own custom commands to a Scheduling Gantt on my page. I have some questions/comments.
    1. I can add items to the tablePopupMenu facet, and they show up fine and my listener gets executed. How can I find out what resource was selected when this event fires, and/or the IDs of all of the selected resources? The actionEvent has very little information in it and is just generic. Do I need to tell it somehow that it is a "resource" event?
    2. I have added items to the chartPopupMenu facet, and they show up fine on the menu, but the listener is not called when I click the menu item. This seems like a bug but maybe I'm just doing something wrong.
    3. I would have thought that whatever menu items I add to these popup menus would also be added to the "Resource" and "Task" menus on the menu bar, but they're not. How can I add my own menu commands there?
    4. Is it possible for me to change the text that displays for the "Resource", "Task" and "View" menus? We have a legacy language translation system that I need to use to get the menu choices.
    Any and all advice appreciated!
    Christine

  • Undocumented new command in iPhoto '08: auto import

    (cross-posted in the iPhoto '08 area)
    According to its scripting dictionary, iPhoto '08 has a new verb, defined as follows:
    *auto import* <specifier>
    Start importing photos from the auto-import folder
    (Specifier is the object for the command)
    I've searched the menus, preferences, and help files and I can find no mention of this command or of any "auto-import folder". Anybody have any idea what this is all about?
    Also, I don't understand what to put in the "specifier" field. A reference to an album to receive the imported photos, maybe? What are the options?

    Hans
    I was hoping for an error message with iPhoto Library Manager not iPhoto. It will usually cough something up if it has a problem.
    My TM certainly does back up iPhoto. I'm not sure why yours wouldn't. Try post on the TM forum here
    http://discussions.apple.com/forum.jspa?forumID=1227
    for more info and help with that.
    Here's my back up strategy: pick and choose as you think fit:
    My Library lives on my iMac.
    It’s Backed up to two external hard disks every day. These disks are permanently attached to the iMac. These back ups run automatically. One is done by Time Machine, one is a bootable back up done by SuperDuper
    It’s also backed up to a portable hard disk when ever new photos are added. This hard disk lives in my car. For security, this disk is password protected. For this job I use DejaVu because it makes a simple back up that is clear and can be tested easily without doing an full restore.
    I have a second off-site back up at a relative’s house across town. That’s updated every 3 or 4 months.
    My Photos are backed up online. Personally I use SmugMug but there are many options including flickr. However, check the terms of your account carefully. While most sites have free uploading, you will often find that these uploads are limited in terms of the file size, or the bandwidth you can use per month. For access that allows you to upload full size pics with no restrictions you will need to pay.
    Every couple of months I test the back ups to make sure they are working correctly. It’s very easy to mis-configure a back up application, and the only way to protect against that is to do a restore.
    Regards
    TD

  • Multiple Language Menus

    We're getting to the final stages of a multi-language DVD (subtitles and audio) and have been trying to figure the best method to work. Is is best to add languages and use the language sub-menus, or best to add separate menus for each language (3)? I see possible advantages in terms of scripting to each method.
    We first set the basic functionality in english, using a language selection screen first and then a Chapters menu. On the Chapters page we are using stories to get around and back to the Chapter menu and are returning to the correct (next) button nicely. Be nice if this was this direct in the other languages so we wouldn't need to add a script for the 15 buttons.
    We have added subtitles and have those working as well. We also have added the dubbed audio tracks. We've got the basic scripting of those elements, but now to get it all together.
    Our Language Selection screen leads to language specific intro tracks, after which the viewer jumps to the Chapter selection menu. Do we need to specify which language via GPRM here? The problem I see is that I don't see how to get to a language-specific menu.
    As above we added languages and have created the foreign text via photoshop layers. But will the user return to the appropriate language menu? I see how to script via GPRM, but the jump returns to the menu. Would the menu default to the player's language?
    I've been looking high and low for resources and have some good stuff about GPRM scripting, but nothing that addresses the menu language issue.
    Leads and ideas appreciated.
    -Bill

    Not getting an answer on this as the "BEST" way, and finding the manual (and other training book I bought on DVDSP) decidedly thin I tried it in two ways:
    I first set up the disc in english and established the menu architecture and flow. We have a language selection screen first that leads users – after a language specific intro track – to a language-specific main chapter menu. We setup our stories to work in english first. We established the buttons for the other languages on that first page.
    We tried to design the rest of it in two ways: via DVDSP multiple languages; and (the way that worked) through connecting menus (actually without referring to other languages on the DVD level) logically. That is to say we setup a Chinese menu, a Spanish Chapter menu, but they were an English language menu (according to the DVD authoring) that had Chinese characters or Spanish words on it and referred to Chinese (A3(Mandarin), A4(Cantonese) S3 Chinese subtitles) or Spanish (A2, S2) system streams.
    USING DVDSP to setup languages:
    We added languages after establishing the architecture. This is great (in theory) because the stories and button jumps are copied into the foreign language sub-menus. All worked well EXCEPT jumping to the language specific sub-menu. I could set the jump to the menu, but couldn't figure how to jump to the specific language menu. I had scripted system streams for each of the dubbed audio and subtitle streams (all worked as advertised) but didn't know how to set the main language. with our three languages. When I added languages and DVDSP created separate menus (sub-menus? additional layered meus?) for each language (our main CHAPTERS page). But how to get there. It seems that the only way is to adjust the SPRM or language detection on the PLAYER level. But how can an english player view the Chinese menu?
    I was able to use photoshop files to make each language menu (sub-menu?) with appropriate words and characters. But I couldn't get my head around how to get to each of the language menus. I could find only one menu: the Main Chapter selection Menu.
    WHAT WORKED:
    As mentioned above we simply created logical architecture that led to different language menus that were language specific in terms of look, but still – from an authoring level – inside the DVD's one language (English).
    One reason this is a decent solution is that the disc will be distributed, primarily, to foreign language speakers inside the US. I do think the client would like to find more foreign distribution, but that is secondary to US distribution.
    A note is that even in the case of the disc playing in a DVD-player set to a foreign SPRM, I believe the player will read the language of the disc. It simply looks for the primary language of the player first. True?
    I offer all this that someone might say: The easy way to use foreign languages on a DVD is THIS WAY. Otherwise why add multiple languages? With decent, CLEAR methods maybe then Apple could write that in the manual and save me and others a heck of a lot of time hacking around doing the same thing people before us did already.
    -Bill
    Open to better ideas

  • Has the options for custom command buttons and scripts been removed from speedgrade?

    I run alot of framecyclerDI machines and am looking to upgrade them but i cant seem to find any method of adding command bars and buttons like you could in the iridas versions of speedgrade i also cant see a way of executing any external scripts which for me is a big issue as i have a hell of alot of pipeline scripts that the artist could execute.... any ideas or have i just missed somthing ?.......(would love it if they added a python sdk)

    Hi Dennis,
    Thanks for replying,
    Its actually more the other way getting speed grade to control outher things.
    i.e
    take the in and out points and send the track to a dcp creator
    rendering and sending anotated frames directly into my databases notes system
    taking the shotname and seeing if theres is a new version avaliable and pull it from the server to the local machine drive/cache
    Theres a load more..but you get the idea .. using the buttons to execute these commands in the interface made these functions editor friendly...
    I can get round some of the issues by reading from the autosave.ircp and setting up a PYQT GUI but that seems like a bit of a hack.
    I understand the reasons to keep the UI uniform (editors dont like it when you move buttons) but Im suprised these options got removed as intergrating software into pre-existing pipelines would seem to be a selling point for any software..
    Are there any plans in the roadmap for speedgrade that would help me in the future?
    S.P.F

  • Has the command-P keyboard shortcut to print been removed from Pages 5.2?

    Is this just me or has one of the most used keyboard shortcuts been removed from the latest Pages?
    You have to navigate the mouse to File>print...?  No command>P?

    Thanks.  I went to Keyboard in System Preferences and added command+P as print command.  No idea why it disappeared from Pages - but not Safari.
    Back in action.

  • Undocumented new AppleScript command: "auto import"

    According to its scripting dictionary, iPhoto '08 has a new verb, defined as follows:
    *auto import* <specifier>
    Start importing photos from the auto-import folder
    (Specifier is the object for the command)
    I've searched the menus, preferences, and help files and I can find no mention of this command or of any "auto-import folder". Anybody have any idea what this is all about?
    Also, I don't understand what to put in the "specifier" field. A reference to an album to receive the imported photos, maybe? What are the options?
    I guess I'm the first person who ever wished for better documentation of AppleScript.

    FWIW there's also an Automator workflow that can be assigned to any folder that will import any photo dropped into the folder. You can also have the folder delete the photos after the import is complete. It's easier to setup than an Applescript IMO.
    OT

  • Add Command to StringItem without making it a hyperlink

    I want to make a screen with a load of StringItems that the user can highlight and I found that I can do this by adding a command to each StringItem (without making it a button). The only problem is, as soon as a Command is added the appearanceMode of the Item is set to HYPERLINK and I can't change it. Does anyone know how I can achieve the same without making it a HYPERLINK. The problem I have with the hyperlink is that it becomes underlined, and I am using spaces to alter the layout, so the empty space also gets underlined.

    As far as I understand, you create StringItem with default appearance mode - using constructor StringItem(label, text).
    In that case, [MIDP 2.1|http://www.jcp.org/en/jsr/detail?id=118] requires device to set hyperlink appearancefor item with command:
    A StringItem that has item commands and the appearance mode Item.PLAIN MUST always be presented as a StringItem with added command(s) and appearance mode Item.HYPERLINK.To avoid hyperlink, I'd try to use "button" appearance mode. This could be done with constructor StringItem(label, text, Item.BUTTON)

Maybe you are looking for

  • Receiver server definition for file adapter

    Hi, I am trying to create a scenario where the data from SAP system goes to XI through ABAP proxy and has to write the data in the file. My Question... In the Integration directory my sender system is ABAP Proxy and receiver system is File adapter. W

  • E-mail alerts in planning & essbase log

    Hi All, 1).How to get the e-mail alerts in planning . 2).where can we find in detail log file in Essbase. Bunny

  • Flash Builder 4.6 has stopped all advanced editing features

    Yesterday Flash Builder 4.6 was working fine. Then something that I did late yesterday has rendered the Flash Builder editor "brain dead".  It is little more that a type writer.  It does not go to the definition of variables when f3 is press.  Hightl

  • Backup iPhoto library to cloud

    Hi I now use iPhoto to put all my photos in, treasured memories. I do use Time Machine on my iMac, and also manually backup the iPhoto library file manually to a separate external HDD as well, so that makes a copy on the iMac, copy in TM, and copy on

  • Format & Questions type - Oracle  R12: E-Business Essentials(1Z0-204)?

    Hi Guyz Well i am currently preparing for the exam Oracle R12: E-Business Essentials(1Z0-204), so any of u guyz have any idea of paper format & what type of questions are asked? kindly share your personal experiences of exam. Moreover the preparation