How to edit Time in POP Up menu?

Hi guys...
I am trying to use the Basic Numbers '09 template "employee schedule" which is on the first page when you open new file.
Now I want to change the TOP UP menu from "stating 06:00 AM" to "9:00 AM" and have a lot more starting time. like 9:30 PM and 9:45 PM up to 05:00 PM.
When I select the Timing CELL and go to inspector in "Cell format" I can remove them, but I can't add, if I try to add " 10:00 AM " then press enter or press tap, it will only type "10" in the box and that won't work!
could you please have a look at the free template and help me... thanks a lot.

You should be able to add new items to the end of the list and delete existing items. What you cannot do is sort them or add any in the middle of the list.
When I hit the + to add a new item then I type "10:00 AM" (without the quotes) and hit enter, I get 10:00 AM. I don't know why that would not be working for you.
If you change the popup menu, you really need to search this forum for other posts on the employee schedule template. The times in the popup are saved as date & time, not time only, and they have the date on which the popup was created. The formulas in the table will give you some massive time differences if some entries are old and others new. If you are basically deleting all the items on the list and adding your own and you do it all on the same day (not some today and some tomorrow), you'll be okay. Otherwise, you need to modify the formulas to remove the date difference.

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.

  • Can't add new time in pop up menu template

    Hope someone can help as I'm lost on this one. I am trying to use the schedule template in iworks09 but I need to add more time variations in the cell pop up menu. I enter the inspector pane for the particular cell and click into cells inspector which shows the pop up menu option with the various time options. When I click to edit the time or add a new time it won't allow me to save it with either AM or PM. This stops the daily hours formula from calculating the correct time worked. Is this a glitch in the program or am I missing something? I need to add 30 minute increments between 11:00 AM and 3:00 PM because according to apple nobody starts or finishes between these times! Any help would be greatly appreciated.

    chabotlow,
    This is a tricky template, believe me. Numbers is interpreting your pop-up entry as a DATE/TIME value, and apparently you have set your System Preferences > International to not use the AM and PM indicators, so Numbers is reformatting your entry.
    The next problem that you are going to encounter is that all the other entries in the POP-UP have an un-displayed DATE of many days earlier, back when the template was designed. So, when you do the subtraction to find the elapsed work time, you will get a big surprise if your POP-UP data was entered on different days. If you want to change a few times on the POP-UP menu, you will have to change them all so that they all reflect the same DATE. That's not as bad as it may seem. Make one "IN" POP-UP and one "OUT" POP-UP. Then copy them to the rest of the table.
    Regards,
    Jerry

  • When I click on the gold bookmark icon, the pop up menu does not appear that will let me put tags, folder info etc. How can i get the pop up menu to appear?

    After I click on bookmark icon & it turns gold, the pop up menu that lets me add tags, folders, etc doesn't come up.

    What happens when you click the star (now colored gold) a second time? See the steps in the process of adding a bookmark by the method you are using. Step 1, step 2....
    See: http://support.mozilla.com/en-US/kb/Bookmarks#Making_new_bookmarks

  • How can I show a pop up menu based on the selection in a previous pop up menu?

    For example, if "Company" is selected in a pop up menu in C6, then show another pop up menu in C7. if "Bob" is selected in a pop up menu C7, show another pop up menu that contains the talks "Bob" has in C8.
    I am trying to create a talk scheduling spreadsheet with different talk outlines for different speakers. I'm not sure if there are any functions or formulas that can accomplish this. Can anyone help?

    Pop-up menus contain fixed values in Numbers. You might be able to do this using Steppers or sliders. These produce a numerical result, which could be used to direct a second slider or stepper's output to a specific column or table.
    If you can provide a map of the structure of your list(s), there may be someone here able to take on the task of constructing the tools to do the job.
    Regards,
    Barry

  • How do I change the pop up menu for right click to Tools?

    Hi,
    I generally know my way around Photoshop but for some reason this has me stumped.
    When I right click on the image I'm working in (using my Cintique pen button) I get the Brushes panel as a pop up.
    Very handy, but I hate Brushes- I much prefer Tools (even if most of my Tools are modified Brushes).
    How do I change this pop up so it shows the Tools?
    I've looked in both the PS prefs and the Cintique settings.
    Think I'm just not doing it right.
    Please help if you know how to make this change.
    Thanks,
    Tom B
    I'm in Mac OS 10.5.8 running PS CS3

    Thanks Trevor, been trying various options along those lines.
    @c.pfaffenbichler
    Yes, I'd like to raise the Tool Presets panel by Right Clicking using the Cintique pen.
    In just the same way as I currently do to access the Brushes panel.
    "Then what did you mean by »even if most of my Tools are modified Brushes«?"
    As above- "A Tool may be a Brush (or an Eraser, or a Cloner, etc) though not all Brushes, etc, are Tools."
    Just as one might say "all swans are birds, though not all birds are swans."

  • How Do i make a pop-up menu's contents change in 1 cell according to what I have chosen in another pop up menu from another cell

    In table 1 I have 4 sets of options under the heading "CATEGORY" which will make up a pop up menu in the first cell. "Slat fencing", "standard pool fencing", "Non standard pool and garden fencing" and "Louvres" if I choose one of these 4 categories from a pop-up menu I need the next column to indicate another set of pop up menu's that change according to the first cell that I chose. I.E. I have 2 cells in a table. If I choose "Standard pool fencing" from a pop up menu in the first cell I need the pop up menu in the second cell to show the options Flat top Black, Flat top other colour, Semi frameless glass, Frameless glass.
    Any help would be greatly appreciated.
    Regards, Brendan.
    TABLE 1
    CATEGORY
    SUB CATEGORY
    Slat fencing
    Aluminium privacy screens
    Knotwood timber grain
    knotwood standard powder coated
    Standard pool fencing
    Flat top Black
    Flat top other colour
    Semi frameless glass
    Frameless glass
    Non standard pool and garden fencing
    Flat top
    loop top
    rod top
    loop and spear
    rod and spear
    level spear
    hi/lo spear
    florence
    mondello
    venice
    sorrento
    carini
    verona
    milan
    Pisa 2
    Pisa
    Meditteranean
    Pescara
    Louvres
    fixed horizontal louvre 85mm elliptical blades
    operable horizontal louvres
    Vertical louvres (Stefmar) using 65x16 aluminium slats
    160mm vertical louvres
    TABLE 2
    CATEGORY
    SUB CATEGORY
    Slat fencing
    Knotwood timber grain

    Brendan,
    Let me try to explain using a similar but different method:
    All the lines are shown for information flow and would not normally be included.
    The table in the top left is a working table where you interact with the information:
    You first select a category using a slider.  As you slide left and right the "value" (shown as 2 in column B) will change.  As the value changes the Category changes because the information is looked up from the category table (highlighted with a blue shaded background in the first picture.
    The subcategory will also change as you modify the slider in column "B" because you are changing the category, which selects which table is used for the sub-category (sub-category tables are highlighted in light green).  Once you select the category you can then slide through the possible selections for the subcategory (column "D").
    There are only two formulas and they are in the "Work" table:
    A2=IFERROR(VLOOKUP(B2,Category :: A:C, 2, FALSE), "<Not Found>")
    C2=IFERROR(VLOOKUP(D2, INDIRECT(A2),2,FALSE), "<NOT FOUND>")
    For A2=IFERROR(VLOOKUP(B2,Category :: A:C, 2, FALSE), "<Not Found>").... this means in cell A2 enter the text "=IFERROR(VLOOKUP(B2,Category :: A:C, 2, FALSE), "<Not Found>")" omit the first and last double quote
    This whole scheme requires the tables be named the same as the categories in the "Category" table
    I hope this helps.  If not please indicate what is causing you trouble.

  • How to disable Web Camera pop out menu on my Satellite?

    I have a Satellite laptop which has an annoying pop out menu on the left side of the screen. The one with four icons marked, Photo/Video, Settings, Effect, and Face Recognition.
    Is there any way to disable it. Any help would be greatly appreciated.

    Hi
    In most cases the camera software starts automatically while booting up the windows OS. To prevent this you can disable the webcam software in Startup of msconfig.
    Type msconfig in search and choose Startup tab.
    Here you have to remove the check from webcam software entry.
    Save this, reboot and now webcam software should not start automatically.
    But xavers advice should work too.

  • How To Edit Parts of XFCE4 Desktop Menu

    I am running Arch 0.7.1 with XFCE4.2. As I have been adding applications with Pacman, some items have started to show up on the XFCE4 desktop menu, but some have not. For example, a Multimedia category has shown up, but xcdroast and xzgv didn't get added.
    No problems I thought, I'll just edit the menu. So I went to the desktop Settings tool, Desktop, Menu, Edit Desktop Menu, and to my surprise, no Multimedia heading shows up. None of the rest of the newly added ones do either - Office, Graphics, Network, etc. Since the headings don't even show up, I can't add things to them. When I check the menu.xml file in my ~/.config/xfce4 directory tree, these headings aren't there either, and yet they definitely ARE there when I click the menu.
    I am stumped! I have checked the Wiki, searched the forums, and spent a bunch of time to no avail. Can anyone tell me why I can't see and edit these things? Thanks!

    OK, solved my own problem - I should have held off posting for a little bit longer. In your ~/.config/xfce4/desktop, there is a file called menu.xml. As I mentioned in my original post, the menus for Multimedia, Network, etc. aren't there. When I went back and carefully examined that file again though, and actually READ all the comments in it, I see that XFCE4 autogenerates a set of menus based on ...  well, I am not sure what it is based on, since some things show up and some don't.
    However, by simply doing as the comments say, and commenting out the line that does this, I can now add all of these items menus and items in manually, and thus get control over what is in the menus and what is not. Once it is commented out, you can use the GUI desktop menu editor to do the grunt work, so at least it is not too painful.

  • Length of time a pop-up menu remains - using MX

    Pop-up menus created in fireworks are set to show onClick.
    Exported to Dreamweaver. When viewing, menu remains visible until
    user clicks elsewhere on page. Tried adjusting mm_menu.js but not
    having luck - not sure what to change. Want menu to go away when
    mouse leaves area....help?

    Hi C_martin,
    You might try using onMouseover and onMouseout behaviors in
    the Dreamweaver MX Behaviors panel.
    Use the same collection of image files.
    I use Photoshop and ImageReady to prepare the images (and
    slice them up if necessary), then generate the HTML and images. I
    then copy the pertinent portion of the HTML from the generated HTML
    and paste it into the HTML page of my choosing. Then in Dreamweaver
    I individually assign the onMouseover and onMouseout behaviors.
    TPK

  • How to Edit "Open With" in contextual menu

    For instance, while right clicking on a jpeg the "Open With" pop up displays Pixelmator, which is no longer installed, it also shows Photoshop Elements, but that version is on a backup disk, not the current disk, also there is no option to open in Apperture, which is installed and active.
    Is there a way to remove old or unwanted applications and put in current applications into the Contextual Menu?

    Yes, LaunchServices. These are only cache files but can get corrupted. Launch /Utilities/Terminal and copy & paste this at the command line to rebuild LaunchServices: (be sure to copy the entire line it's a scroll)
    Code:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    Then press return. Wait until terminal returns to the command line. Quit Terminal. After that, log out and back in or restart. Let us know

  • How to add pop up menu on the column name of a jtable

    hi all,
    i am naive to swing .
    i want to know that how can i open a pop up menu on the right click of the column of a jtable build in frame.i mean to say i on th eright click on the header of table which has column names.

    [url http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html#popup]How to Use Popup Menus.

  • How to create a pop up menu or option in labview?

    Hi to all,
    Just want to ask, how do u create a pop up menu? when you click on a certain button, another view or option would appear like series of texts or instructions. thanks again. thanks 

    jmvrd wrote:
    Also, how can i create a play button? a button that will run the whole program instead pressing the run mode itself. thanks
    You don't actually create a play button. You need to create an architecture that has your program idle until something happens. A while loop with an event structure within it will do that. See the "Login dialog" example that ships with LabVIEW for an example of how to use an event structure. Depending on how complex you need your program to be, you may need to look into using a state machine, master-slave, or producer-consumer architecture.

  • Pop up menu mouse out timing...

    How do I make the Pop Up menu created in Fireworks disappear
    faster after I mouse out of it – It kinda hangs there for 2
    seconds and then disappears.. I want it gone as soon as I mouse
    out. I can’t find the length in “mm_css_menu.js”
    Please help, thanks!

    When you make or edit a pop-up menu, go to the Advanced tab.
    There should be a box in there that says "menu delay." The default
    settings, at least in my copy of Fireworks 8, are set to 500 ms,
    i.e. half a second. You can change that to whatever you want - you
    can even make it zero if you like. You can do the same thing after
    you export it to Dreamweaver or wherever, look up the actual code
    and change the number of milliseconds by hand. This way is easier,
    though.
    Let me know if this works or doesn't work - my email is
    [email protected]
    Thanks,
    Ryan
    Text

  • How to Change an Annotation's Right Menu?

    I want to change the "Stamp" annotation's right menu to a Custom menu,How to achieve it in my plug-in? Please guide me~~~
    Any help would be appreciated.

    Hi, Irosenth
    Thanks for your reply.
    I changed :
    PDAnnot newAnnot = PDPageCreateAnnot (page, ASAtomFromString("Stamp"), &fr);
    to:
    PDAnnot newAnnot = PDPageCreateAnnot (page, ASAtomFromString("MyStamp"), &fr);
    so the Stamp's original pop-up menu will no longer display, but how to create a new pop-up menu for "MyStamp"?
    LusterSir

Maybe you are looking for

  • HT204387 how to connect iphone4s to other phones via bluetooth??????

    how to connect iphone4s to other iphones via bluetooth??????

  • Can I use Hebrew fonts in Illustrator CS3?

    Can I use Hebrew fonts, which are loaded and enabled in Illustrator, CS3? Although they are listed in the Character palette, the Hebrew fonts appear at the bottom of the list enclosed in < > brackets. When I choose such a Hebrew font, the letters app

  • Passing collection or array to function: shallow copy or not?

    Hello all, When passing a collection or an array to a function, what is most used practice to store the given collection in some class member field: reference-copy or a shallow copy? I believe it's frustrating to see that there is no real 'standard'

  • FTP in Windows 2012 Failover Cluster

    Hi, Understand that Windows 2012 is having much improved Failover Clustering features,however i have faced issues when i configured FTP in Windows 2012 Failover Cluster. 1) As per the process configured the shared disk for FTP data path. 2)Installaed

  • Show both RAW and JPEG in browser view

    I exported an original and full-sized edited JPEG from Lightroom. I then imported both files into Aperture 3 with the RAW as master. I would like to know how I can view both the RAW and JPEG in the browser view. I know I can switch which is the maste