Secondary selection in pop-up menus

Hi. About 6 months ago, back in the Tiger days, there was a nice feature in many pop-up menus where you could use spacebar to select a secondary option. For example, press Enter to select Ok and press spacebar to select Cancel. One day it disappeared on me and it hasn't come back with my install of Leopard. Did Apple get rid of that feature or is there something wrong on my computer?
-Eric

Check the uberlink and MacFly tutorials at PVII
http://www.projectseven.com/)
and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/navbars/)
Or to get it done fast, go here -
> How do I make the link into a root relative link?
Instead of arrows.gif, make it /arrows.gif (or wherever the
file is in
relation to the root of the site).
> What would you recommend instead of using those menus?
http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"maryss" <[email protected]> wrote in
message
news:ebdp8v$md6$[email protected]..
> What would you recommend instead of using those menus?
>
> How do I make the link into a root relative link?
>
> Thanks for the help!

Similar Messages

  • How to edit DW 8 pop-up menus in DW CS5?

    Hello,
    Yes, I understand about Spry menu bar in CS5 and will use it in the future for creating new pop-up menus.
    However, I have already created many pop-up menus using DW 8 for  multiple web sites and standalone web pages - about 100 web pages total - for my employer.
    Is it possible to edit these DW 8 pop-up menus from within DW CS5?
    I did try the only instructions I found, which I thought were to choose ~ Deprecated from the Behaviors menu, and then choose the Pop-up menu. However, even when I have open a web page in CS5 containing an existing pop-up menu I created in DW 8, I do not see anything about Deprecated on the Behaviors menu.
    I tried positioning my cursor on the URL and then also on a graphic item associated with the pop-up menu behavior I applied in DW 8 - still did not see "Deprecated" in the Behaviors menu or how to select it. (Please note that my pop-up menus do not involve Fireworks MX in any way; they were created directly in DW 8 by applying the pop-up menu JavaScript behavior.)
    What am I missing? How do I select "Deprecated" in the Behaviors menu?
    Is there some other way - or any way at all - I can edit my pop-up menus previously created in 100+ web pages ? I really do not have time to re-do all of these web pages using Spry.
    Please advise. Thanks!

    Hello,  Thanks for the response. All of my web sites and standalone web pages are internal, behind the corporate firewall so I cannot provide you with links.
    Recap: The pop-up menus I created in DW 8 work beautifully, seamlessly and were very easy to maintain in the earlier version of Dreamweaver. I have been using DW pop-up menus since 2004.
    Goal: To update and edit these pop-up menus created in DW 8 - in DW CS5. Why? Because we have multiple websites and standalone web pages, 100+ web pages total, some with multiple pop-up menus on each page and it is not possible due to time limitations to re-code and re-develop all of these existing pages using the new Spry menu. We will use the Spry menu when we create new menus for new web pages in the future.
    I have previously read here: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7ae 9a.html  that you choose ~ Deprecate from the Behaviors menu to update existing DW 8 pop-up menus in DW CS 5, but I do not have this option available to me - I do not see a "Deprecate" selection available when I select an existing DW 8 pop-up menu to edit in CS5. Perhaps I am doing something wrong? When I place my cursor on the pop-up menu items, and go to the Behaviors panel, I do not have a Deprecate option, and the pop-up menu actions are not available to select.
    I am concerned that the only way it appears that I can edit the pop-up menus is to edit the HTML which is possible but messy, and defeats the reason for having DW in the first place. Otherwise, I guess we go back to using DW8 and don't use DW CS5 at all for our existing web pages. If that happens, management will certainly question "why did we pay $400 for a commercial license for a software product which does not allow us to edit our existing web pages?".
    Here are two coding samples from my web pages with the links changed so that confidential information is non-identifiable:
    Example 1
    1. Link coding associated with the pop-up menu behavior (identifiable link information changed for this example):
    <a href="examples1/index.html" name="link1" id="site-home" style="text-decoration:none" onmouseover="MM_showMenu(window.mm_menu_0112173011_0,152,-1,null,'link1')" onmouseout="MM_startTimeout();">Example link 1<img src="images/triangle-sm.gif" alt="pointer" width="5" height="6" style="margin-left:6px"/></a>
    2. Associated coding in the <head> tag for this particular example:
    <script language="JavaScript" type="text/javascript">
    <!--
    function mmLoadMenus() {
      if (window.mm_menu_0104100320_0) return;
      window.mm_menu_0112173011_0 = new Menu("root",165,24,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#99CCFF","#708EA8","left","middle",3,0,1000,-5,7,true ,true,true,3,false,false);
      mm_menu_0112173011_0.addMenuItem("Example link 1 home","location='examples1/index.html'");
      mm_menu_0112173011_0.addMenuItem("Page two","location='examples1/page2.html'");
      mm_menu_0112173011_0.addMenuItem("Page three","location='examples1/page3.html'");
       mm_menu_0112173011_0.hideOnMouseOut=true;
       mm_menu_0112173011_0.bgColor='#FFFFFF';
       mm_menu_0112173011_0.menuBorder=1;
       mm_menu_0112173011_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0112173011_0.menuBorderBgColor='';
    mm_menu_0112174423_0.writeMenus();
    } // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript" src="mm_menu.js" type="text/javascript"></script>
    3. Of course, we load the menus in the first line after the open <body> tag:
    <script language="JavaScript1.2">mmLoadMenus();</script>
    The "mm_menu.js" file itself is located in the self-same directory/folder as the web page, so it loads properly and the pop-up menus function as expected.
    Example 2
    1. Link coding associated with the pop-up menu behavior (identifiable link information changed for this example):
    <a href="javascript:void(0)" name="link5" id="link1" onclick="MM_showMenu(window.mm_menu_0203084229_0,-115,-40,null,'link5')" onmouseout="MM_startTimeout();">Reports</a>
    2. Associated coding in the <head> tag for this particular example:
    <script language="JavaScript" type="text/javaScript">
    <!--
    function mmLoadMenus() {
      if (window.mm_menu_0203084113_0) return;
    window.mm_menu_0203091816_0 = new Menu("root",108,17,"Verdana, Arial, Helvetica, sans-serif",11,"#0000FF","#0000FF","#FFFFFF","#ECECEC","left","middle",3,0,1000,-5,7,true ,false,true,0,false,true);
      mm_menu_0203091816_0.addMenuItem("Industryreport1","location='link1.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport2","location='link2.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport3","location='link3.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport4","location='link4.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport5","location='link5.html'");
       mm_menu_0203091816_0.hideOnMouseOut=true;
       mm_menu_0203091816_0.bgColor='#FFFFFF';
       mm_menu_0203091816_0.menuBorder=1;
       mm_menu_0203091816_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0203091816_0.menuBorderBgColor='#FFFFFF';
    mm_menu_0203091816_0.writeMenus();
    } // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript" src="mm_menu.js"></script>
    3. Of course, we load the menus in the first line after the open <body> tag:
    <script language="JavaScript1.2">mmLoadMenus();</script>
    The "mm_menu.js" file itself is located in the self-same directory/folder as the web page, so it loads properly and the pop-up menus function as expected.
    -------End Code and examples-------
    Please advise. Thanks.

  • Beyond Pop-Up Menus

    I recently generated a set of pulldown menus using
    dreamweaver 8 behaviors. I am currently trying to modify them.
    First I moved the onmouseover from the link to the table cell.
    During onmousover I want the table cell to turn the same color as
    the pulldown menu (similar to the pulldown menus on the adobe site
    above).
    Test Page
    http://www.triodisplay.com/company/about2.php
    I gave the cells ids and added some javascript. The first
    link (catalog) works correctly while the others don't during
    onMouseout.
    Here is the javascript I created to change the color of the
    cell.
    quote:
    function changeStyleById(id){
    if (document.getElementById)
    var nodeObj = document.getElementById(id)
    nodeObj.style.background = '#333333';
    function changeStyleBackById(id){
    if (menuid != 0) {
    var nodeObj = document.getElementById(id)
    nodeObj.style.background = '#B2B2B2';
    Here is the cell that calls the code.
    quote:
    <td align="left" id="1"
    onMouseOver="MM_showMenu(window.mm_menu_0425152551_0,-2,9,null,'image1',
    '2')" onMouseOut="MM_startTimeout('1');"> <a href="
    http://www.triodisplay.com/ps/ps.php"
    class="topnav"> <img src="testbutton/blank.gif" alt="design"
    name="image1" width="1" height="1" border="0" id="image1">Retail
    Design</a></td>
    Here is a link to the javascript
    http://www.triodisplay.com/company/mm_menu.js
    The problem I am having is onMouseOut="MM_startTimeout('1') .
    MM_startTimeout calls a function and I've inserted a variable for
    it to pass which is equal to the id. The problem is the mm_menu.js
    is a list of functions and I can't figure out how to get my
    variable to my new function.
    I am looking for either an easy way to pass the variable or
    if someone has a suggestions to change the color of the cell with
    the pulldown menus I'd appreciate it.
    Thanks in advance.

    > First I moved the onmouseover from the link to the table
    cell
    Bad choice. So was your selection of the DW pop-up menus.
    Here's what the
    person who adapted that code for Macromedia has to say about
    the method you
    are using -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Could you possibly consider one of the several other REALLY
    GOOD ways to do
    this? By the way, these good ways would allow you to do what
    you want
    easily....
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cczernia1" <[email protected]> wrote in
    message
    news:[email protected]...
    >I recently generated a set of pulldown menus using
    dreamweaver 8 behaviors.
    >I
    > am currently trying to modify them. First I moved the
    onmouseover from the
    > link
    > to the table cell. During onmousover I want the table
    cell to turn the
    > same
    > color as the pulldown menu (similar to the pulldown
    menus on the adobe
    > site
    > above).
    >
    > Test Page
    >
    http://www.triodisplay.com/company/about2.php
    >
    > I gave the cells ids and added some javascript. The
    first link (catalog)
    > works
    > correctly while the others don't during onMouseout.
    >
    > Here is the javascript I created to change the color of
    the cell.
    >
    >
    quote:
    function changeStyleById(id){
    > if (document.getElementById)
    > {
    > var nodeObj = document.getElementById(id)
    > nodeObj.style.background = '#333333';
    > }
    > }
    >
    > function changeStyleBackById(id){
    > if (menuid != 0) {
    > var nodeObj = document.getElementById(id)
    > nodeObj.style.background = '#B2B2B2';
    > }
    >
    > }
    >
    > Here is the cell that cell that calls the code.
    >
    >
    quote:
    <td align="left" id="1"
    >
    onMouseOver="MM_showMenu(window.mm_menu_0425152551_0,-2,9,null,'image1',
    > '2')"
    > onMouseOut="MM_startTimeout('1');"> <a
    > href="
    http://www.triodisplay.com/ps/ps.php"
    class="topnav"> <img
    > src="testbutton/blank.gif" alt="design" name="image1"
    width="1" height="1"
    > border="0" id="image1">Retail
    Design</a></td>
    >
    >
    > Here is a link to the javascript
    >
    http://www.triodisplay.com/company/mm_menu.js
    >
    > The problem I am having is
    onMouseOut="MM_startTimeout('1') .
    > MM_startTimeout
    > calls a function and I've inserted a variable for it to
    pass which is
    > equal to
    > the id. The problem is the mm_menu.js is a list of
    functions and I can't
    > figure
    > out how to get my variable to my new function.
    >
    > I am looking for either an easy way to pass the variable
    or if someone has
    > a
    > suggestions to change the color of the cell with the
    pulldown menus I'd
    > appreciate it.
    >
    > Thanks in advance.
    >

  • Suddenly, pop-up menus began appearing when I press the cursor on the track-pad, which prevents me from opening a program or a file.  I've had to wait and hope that a hand icon would appear when I track over the program or file.  Is it a preference fix?

    Suddenly, pop-up menus appear when I move my cursor over a file or a program to open it.  Is there a preference setting that will fix this?

    What do the menus say. Do they show system functions? Are they advertising. Do they happen with every program?
    The preference  to check is Universal Accesss:
    See if any main options are turn on.  The Keyboard tab is selected in the screen shot, Also select the Mouse & Trackpad tab and see if anything has been activated.
    If that doesn't show the issue, I'm guessing your CONTROL key is stuck down.

  • Need help with connected / linked pop-up menus

    I want to select a preset.
    What I did is create 2 pop-up menus. The first with the preset folders and the second with the presets from that folder.
    Each pop-up group has a pop-up and a static field with the current choise.
    After selecting a different value from the first pop-up menu I want to have the second popup menu filled with the new, right presets of that folder.
    The first time everything works correct.
    However when selecting a different folder I see that the "preset table"  is filled with the correct new preset of that folder. Also the static field below the second pop-up menu shows the first value of the correct new presets. But the second pop-up menu itself still contains the presets of the first folder and not the new folder.
    Yet in the Observer I see that the preset table contains the right and new presets.
    My code is below.
    I based it on the sample in the SDK manual.
    Question: How can I update the second pop-up menu so that the pop-up menu shows the right presets.
    Code below
    local LrApplication = import 'LrApplication'
    local LrPathUtils = import 'LrPathUtils'
    local LrFileUtils = import 'LrFileUtils'
    local LrBinding = import "LrBinding"
    local LrDialogs = import "LrDialogs"local LrFunctionContext = import "LrFunctionContext"
    local LrView = import "LrView"
    local bind = LrView.bind -- shortcut for bind() method
    --     https://github.com/kikito/inspect.lua
    local inspect = require 'inspect'
    local logFilename = 'PresetList'
    local myLogger = import 'LrLogger'( logFilename )
    myLogger:enable( "logfile" )
    local logPath
    Name          emptyLogFile
    Purpose          Clears the existing log file.
    From cookbook: http://cookbooks.adobe.com/post_Clearing_your_logfile_automatically-19677.html
    function emptyLogFile()
    --local myLogger = import 'LrLogger'( 'Stash' )
    myLogger:disable()
    logPath = LrPathUtils.child(LrPathUtils.getStandardFilePath('documents'), logFilename .. ".log")
    if LrFileUtils.exists( logPath ) then
    local success, reason = LrFileUtils.delete( logPath )
    if not success then
    logger:error("Error deleting existing logfile!" .. reason)
    end
    end
    myLogger:enable( "logfile" )
    end
    Name          getLocationLogFile.
    Purpose          Returns the full path of the current log file.
    function getLocationLogFile()
    return logPath
    end
    local function getPresetFolders()
    -- Get all folders with presets
        local lrPresetFolders = LrApplication.developPresetFolders()
        local presetFolderCache = {}
    local record = {}
        for i, fo in ipairs( lrPresetFolders ) do
    record = {title = fo:getName(), value = fo }
    --record = {title = fo:getName(), value = fo:getName() }
    --myLogger:info( "folder name = " .. fo:getName() )
    table.insert ( presetFolderCache, record )
    end
    --     myLogger:info("Voor de listing")
    --     myLogger:info("preset Folders : " .. inspect (  presetFolderCache ) )
    return presetFolderCache
    end
    local function getPresets ( folderObject )
    local presets = folderObject:getDevelopPresets()
    local presetCache = {}
    local record = {}
    for j, p in ipairs( presets ) do
    record = {title = p:getName(), value = p:getName() }
    --record = {title = p:getName(), value = p:getName() }
    myLogger:info( "getPresets = " .. p:getName() )
    table.insert ( presetCache, record )
    end
    myLogger:info("presets : " .. inspect (  presetCache ) )
    return presetCache
    end
    local function ChoosePreset()
    emptyLogFile()
    local presetFolders = getPresetFolders()
    local currentPresetFolder = presetFolders[1]["value"]
    local presets = getPresets ( currentPresetFolder )
    myLogger:info(presets)
    --     myLogger:info("preset Folders : " .. inspect (  presetFolders ) )
    LrFunctionContext.callWithContext( 'Pop-up example', function( context )
    local f = LrView.osFactory() -- obtain view factory
    local properties = LrBinding.makePropertyTable( context ) -- make prop table
    -- create some keys with initial values
    properties.presetFolder = presetFolders[1]["value"] -- for radio buttons and pop-up menu
    properties.preset = presets[1]["value"]
    properties:addObserver( 'presetFolder', function( properties, key, newValue )
    myLogger:info("Observer - get preset list" )
    currentPresetFolder = properties.presetFolder
    presets = getPresets ( currentPresetFolder )
    myLogger:info(presets)
    myLogger:info("Observer - Preset table: " .. inspect ( presets ) )
    --     Set the new value
    properties.preset = presets[1]["value"]
    myLogger:info("Observer: " .. presets[1]["title"] )
    end )
    --     myLogger:info("presetFolder = " .. properties.presetFolder )
    --     myLogger:info("preset = " .. properties.preset )
    local contents = f:column { -- create view hierarchy
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    bind_to_object = properties, -- default bound table is the one we made
    f:group_box {
    title = "Preset folders",
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    f:popup_menu {
    value = bind 'presetFolder', -- current value bound to same key as static text
    items = presetFolders
    f:static_text {
    fill_horizontal = 1,
    title = bind 'presetFolder', -- bound to same key as current selection
    f:group_box {
    title = "Presets",
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    f:popup_menu {
    value = bind 'preset', -- current value bound to same key as static text
    items = presets
    --     items = getPresets ( currentPresetFolder )
    f:static_text {
    fill_horizontal = 1,
    title = bind 'preset', -- bound to same key as current selection
    local result = LrDialogs.presentModalDialog( -- invoke the dialog
    title = "Select preset",
    contents = contents,
    end
    end
    -- Now display the dialogs
    ChoosePreset()

    That should work because you are likely to be creating a new table each time computeNewItems() executes..
    Sometime the bind function doesn't recognise whether the contents of a table bound to a property changes. So if you use something like this:
    local myItems = computeNewItems() -- compute array of tables with title and value members
    properties['myPresetItems'] = myItems --  assign to bound member of property table.
    it will work the first time. If you then do this:
    myItems = computeNewItems() -- compute array of tables with title and value members but using existing variable
    properties['myPresetItems'] = myItems --  assign to bound member of property table. Change might not be noticed by bind.
    In this instance you would need to reassign the same value again. i.e.
    properties['myPresetItems'] = myItems --  assign to bound member of property table again to force bind to check for table values.
    Setting a property with the same value twice seems to trick bind into checking to see whether you have bound a table. I'm not sure whether this trick is only required on some versions of LR (e.g. LR 2) or only on one of the platforms, but even if it isn't required in LR 5 it will help improve your backwards compatibility and it shouldn't cause any harm to continue using it in LR 5.
    Matt

  • Adding values to pop up menus

    is it possible to assign a value to a pop up menu item 
    say you have a product = bar of soap type 1 in cell A from a pop a menu
    but i want the price of "bar of soap type 1 " to appear in cell D
    in other words id like to impletment a product / and price list on command

    Hi Sapainters,
    This might be what you want:
    The Price List Table is a database of stock and prices.
    The Order Table is where you have Pop up menus to select a customer's order.
    The first item in each Pop up is a space (if nothing is selected, the Cell appears blank).
    The price lookup is done in Column B of the Order Tabler:
    =IFERROR(VLOOKUP(A2,Price List :: A:B,2,0)," ")
    IFERROR() places a space in the Price Column (B) if nothing is selected from the Pop up in that Row.
    Fill Pop ups and formulas down.
    Choose "blank" from all Pop ups then Save As Template.
    Regards,
    Ian.

  • Problems Creating a Blu-ray Disc with a Main (Static) Menu and Pop-up Menus

    I'm having problems creating a simple Blu-ray disc containing a Main Menu (Static Menu with a graphic for my background) and a single Pop-up menu assigned to all of my timelines.  I wouldn't think this would be so hard to create but every attempt I've made ends up with the navigation getting all messed up to the point that my Playstation 3 doesn't even recognize that the disc as being Blu-rey disc.
    I want a simply static Main menu containing a "Play all" Button, and a button for each additional timelines.  Im also using the override commands on my buttons so if someone just chooses to see one specific clip from the main menu, they will be taken back to the main Menu after their selected clip plays.  But then I also want a Pop-up menu assigned to the timelines so the viewer can switch to a different clip (timeline) without having to go back to the Main (static) menu.
    My Blu-ray Disc runs just fine if I only use a static menu in a project, or if I only use a single Pop-up menu assigned to each timeline, but not both a Static Main menu, and pop-up menus.  I'm using CS4
    Thanks.

    it's just copying files to it, not video.  If you put a blank blu-ray disk in the drive, it may show up in the finder.  A program like Toast can burn a blu-ray.
    http://www.roxio.com/enu/products/toast/titanium/overview.html

  • Help using countifs with pop-up menus please

    made a spreadsheet and am using pop-up menus as the cell format to list several shifts when making a schedule for my job, so far so good.
    now i would like to total across the rows for each type of shift in 3 categories so for instance, i would like to create a formula that will tally the number of times i selected either the drop down for 9a-6p or 10a-7pm...i can get it to count one occurance by using =COUNTIF(B5:H5, "=9A-6P")...so i was trying something like =COUNTIFS(B5:H5,"=9A-6P",B5:H5,"=10A-7P") to get it to total the number of times i chose both of those text entires for the drop down, but that seems to be missing something...any help would be appreciated....

    Hi Steph,
    What you're missing is this (From the iWork Formulas and Functions User Guide):
    COUNTIFS(test-values, condition, test-values..., condition...)
    test-values:   A collection containing values to be tested. test-values is a collection containing any type of value.
    condition:   An expression that results in a logical TRUE or FALSE. condition is an expression that can contain anything as long as the result from comparing condition to a value in test-values can be expressed as a Boolean value of TRUE or FALSE.
    test-values...:  Optionally include one or more additional collections containing values to be tested. Each test-values collection must be followed immediately with a condition expression. This pattern of test-values, condition can be repeated as many times as needed.
    condition...:  If an optional collection of test-values is included, an expression that results in a logical TRUE or FALSE. There must be one condition following each test-values collection; therefore, this function will always have an odd number of arguments.
    Usage Notes
    Each value in test-values is compared to the corresponding condition. If the
    corresponding values in each collection meet the corresponding conditional tests,
    the count is increased by 1.
    The test-values, condition pairs may be thought of as a series of tests connected by AND(s)—the whole set is TRUE only if ALL parts are TRUE.
    Your formula should be returning a zero count and you are testing the same set of values for two exclusive conditions—any pop-up set to "9A - 6P" cannot be also set to "10A - 7P"—at least one of the conditions will be false in every case.
    For the results you want, you'll need a formula that counts each value/condition set separately, and adds the results:
    =COUNTIF(B5:H5,"=9A-6P")+COUNTIF(B5:H5,"=10A-7P")
    OR
    =SUM(COUNTIF(B5:H5,"=9A-6P"),COUNTIF(B5:H5,"=10A-7P")
    Regards,
    Barry

  • Pop-up menus and frames

    A web page with Fireworks 8 Javascript (not CSS) pop-up menus
    imported into Dreamweaver 8 works fine on its own. However, if I
    include the page in a frameset, the menus
    appear to work OK (e.g. everything pops up and down when
    expected, all the rollover transitions appear flawless, and the
    pop-ups are well clear of the frame boundary), but when a popped up
    menu item is selected,
    nothing happens - the top-level menu items are the only ones
    which still navigate to their links.
    (I normally avoid using framesets, but the frameset in this
    instance has a useful applications function and I would be loth to
    remove it)

    Hi Max:
    Did you define a target for your pop-up menu links? See:
    http://www.adobe.com/devnet/studio/articles/fwmx_popup03.html
    Also make sure that the paths in the links are valid URLs.
    It would seem strange that nothing is happening. How do the
    menus work
    when you browse the Fireworks HTML directly outside the
    frameset? This
    might give us a clue as to what's happening.
    enthusiastically,
    mark haynes
    webassist sales
    http://www.webassist.com
    Max Stewart wrote:
    > A web page with Fireworks 8 Javascript (not CSS) pop-up
    menus imported into
    > Dreamweaver 8 works fine on its own. However, if I
    include the page in a
    > frameset, the menus <i>appear</i> to work OK
    (e.g. everything pops up and down
    > when expected, all the rollover transitions appear
    flawless, and the pop-ups
    > are well clear of the frame boundary), but when a popped
    up menu item is
    > selected, <i>nothing happens</i> - the
    top-level menu items are the only ones
    > which still navigate to their links.
    >
    > (I normally avoid using framesets, but the frameset in
    this instance has a
    > useful applications function and I would be loth to
    remove it)
    >

  • Strange pop-up menus on any basic funcion.

    I have never seen this problem before.  On my iMac with OS X 10.8.2 I get strange pop-up menus when I attempt the most basic functions .  When I try to sign off it says New Folder.  When I attempt to close a window it says Icon and Text.  When I attempt to access the URL line it says Hide Tool Bar.  When I click anywhere on the desktop it says New Folder.  Do you have any suggestions?

    Please read this whole message before doing anything. This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it. Step 1 The purpose of this step is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.” While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin. Test while logged in as Guest. Same problem? After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it. *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing. Step 2 The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows: 
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
     Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Select from Pop-Up Menu return Data

    I am trying to build a nutritional information table. Therefore I have Table 1 Sheet 1. The Columns A, B, C, and D are titled Food, Calorie, Carbohydrate, and Protein respectively. I have populated 10 rows of information (i.e. Chicken, 300, 0, 36).
    What I want to be able to do is create another table, in this case Table 2, where I build my diet (based on my workouts) from the information listed in Table 1. For example, let's say in Table 2 I want to create Cells A1:A10 as Pop-Up Menus.
    When I go to build my diet in Table 2, I would like my diet to consist of 5 food items. Therefore I select Cell A1:A5 in Table 2 which are Pop-Up Menus. All my options are linked to the Food Column in Table 1. After selecting the proper item the respective nutritional information will populate in the following columns.
    Table 1
    A1 B1 C1 D1 (Food, Calories, Carbohydrates, Protein)
    w x y z
    Table 2
    A1 B1 C1 D1 (Food, Calories, Carbohydrates, Protein)
    (A1 is a Pop-Up Menu linked to Table 1 Column A1)
    Once I select w in Table 2 A1, Cell B1, C1, D1 will fill in automatically with the information from Table 1.
    I hope I explained that clearly enough. If Numbers cannot do this, what do you recommend?
    Thanks in advance,
    Mike
    Message was edited by: Michael710
    Message was edited by: Michael710

    Yes, your formula for column C of table 2 would look something like the one below. The particular row does not matter, you can put this in all of your rows in column C. The first parameter (A) refers to the cell in column A that is in the same row as the formula. The second parameter (Table 1::A) refers to the entire A column of Table 1 (except for headers and footers). And the third (Table 1::C) refers to the entire column C of Table 1. The formula will look in Table 1::A for the value that matches Table 2::A and will return the corresponding value found in Table 1::C.
    =LOOKUP(A,Table1::A,Table1::C)

  • How to use Russian Language in Pop-Up menus

    I am trying to generate a Russian Translation of a pop-up
    menu using the Arial font. Both graphic and html body work fine but
    the Javascript Pop-Ups generated from Fireworks produces a string
    of Question Marks.
    Can anyone advise me how to have Russian characters work in
    the Pop-Up menus?

    Hi!
    1. Get the Russian language package for ECC 6.0
    2. Run se38->RSCPINST (Note 42305 - RSCPINST (I18N configuration tool), add language RU and press Simulate
    3. Check the log - whether or not  Russian locale is installed on your server's operation system. If not - install and configure it
    4. add/change required instance profile parameters (transaction RZ10). Language key for Russian is R.
    5. Restart application server.
    6. Run se38->RSCPINST and press Activate. Check the log.
    7. Run transaction SMLT. Add RU language and choose supplemented language. Supplemented language can be selected once!
    8. Run import of the RU language (follow the instructions from the help.sap.com)
    9. Once the import is finished, check log, if everything is OK run Supplementation.
    10. After importing of the RU language, you must also import the language data in the Support Packages it you installed them before language.
    11. Use the Russian language by mention RU in a sapgui field when login
    Hope it will help. Please ask if something is not clear enough.
    If useful please reward points.
    Best regards, Elena

  • Trackpad pop up menus

    When moving the cursor with the trackpad I keep getting different pop up menus.
    They interfere with clicking on an item . It takes several clicks to get rid of them.
    How do I disable this feature??

    You probably have "Secondary tap" enabled in System Preferences > Trackpad, and you're not aware that you're tapping on the trackpad with two fingertips as you work. Retract one of the fingertips and the contextual menus will stop popping up unexpectedly. You can also turn the feature off, but then you might not learn to operate the trackpad with one fingertip, and that will eventually produce other little annoyances.
    The multi-gesture trackpad takes some getting used to, and old sloppy habits of trackpad use can make that harder. Once you've mastered it, the new trackpad is a real timesaver.

  • How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys?

    How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys an see at the same time the changes on the photo?
    It worked under Windows, now I use OS 10.8 and have to apply a preset with a click or Return button but after that the pop-up menu close so I have to open it once again to change a preset. Please help. Thank you!

    The filter panel is a shortcut for the content panel and it only effects the content of that window. So if you have a folder it will only see this as a folder and not with its content. (a Stack behaves about the same, being different in only counting the first file in the filter panel criteria but not what is in the stack itself)
    You have a view work arounds, first is use menu view / show items from subfolders (this can take some time especially if you have not used caching before on this content) and this builds visible thumbs for all content and that can be used for filtering.
    Or use the find command (Edit / find) and inhere specify the source and fill in the criteria include subfolders and this will give you the correct result.
    When you create a smart collection the find command also pops up given you the same opportunity to get the results in a collection, but since a collection is only a bunch of aliases referring to the originals you might be a bit careful with editing and deleting.

  • How do I have Blu-Ray pop up menus linked together if I'm using multiple timelines?

    I have a 6 timeline project that I put in pop up menus for.  Each timeline asks for it's own pop up menu to use.  The pop up menus seemed to need to be created with the multiple chapter option to work for me, I couldn't create stand alones and link them together because the timeline asks for ONE pop up menu associated with it.  I then created 6 separate pop up menus (each one ended up with about 3 pages) one for each timeline.  I tried to link POP UP MENU1  to POP UP MENU2 with a NEXT button at the end of the last page of POP UP MENU1.  When I drag the whip to link it to the proper pop up menu when I actually look at the button the link is the current pop up menu not the one I want it linked to, so I am unable to do this.  The pop up menus function properly on my Blu-Ray player- If I am viewing material from timeline 1, I can pull up POP UP MENU1 and arrow back and forth to the three pages on this, POP UP MENU2 functions the same way for timeline 2.  etc.
    Project Settings:
    Blue Ray
    720 X 480
    EncoreCS5
    Quad 4
    2.4 GHZ speed
    150 GB free space on drive
    NVIDIA GEFORCE 8500 card
    6 GB Ram

    First of all, the pop up menus can not be linked to each other.
    If you want, you can have more pages on a single pop up menu and link all your timelines or chapters to the buttons of the pages and then link that pop up menu with more number of pages to all of the timelines. In this way, you can have the option to navigate to any chapter of any timeline while any timeline is playling.
    Thanks,
    Ramesh.

Maybe you are looking for

  • Firefox says I have to uninstall a previous install before it will continue. I have done that and I still cannot install firefox

    I am trying to insrtall firefox. Every time I try I get a message that I must uninstall a previous firefox that apprently never uninstalled. I am told to reboot my compurter to make that happen but it never goes away. I have tried this three times no

  • Lion back browser

    I currently use 3 fingers to swipe back and forth in my internet browserinstead of using the buttons. In lion, it says 3 fingers swiped left or right switches applications. If I upgrade to Lion, will I lose the ability to swipeback in web browser pag

  • Calling a applet in JSF page

    Hello Folks I am having problem accesing the applet from the web application my applet runs fine if i run it in the IDE. These are my methods in the bean public String getApplet() {           applet = "<applet code=\"applet.PrinterApplet.class\" code

  • Fiori Applications ERP 6.0 EHP 5.0 Compatibility

    Hellllllllo SAP Mobile World !!!! I am attempting to implement Fiori Applications from scratch.  I have gone through all Installation Guides. We are currently running SAP ERP 6.0 EHP 5.0 via NW 7.02 SP09. I have a little confusion about the Fiori App

  • Editing song titles in a playlist

    Is there any way to change a song title in a playlist without changing the title in the Library?