Is it possible to create pull-down menus in Numbers for iOS ?

Ideally, I would like to propose values for a text column according to a list in another table. Strolling on the different helpfiles for iwork/numbers, I more or less saw this feature on the Mac version. What about the iOS version ?

I am looking for the same info on l-cut. it seems like the audio attached to the clip should have separate handles or at least have a way to detach it.  btw, i had a big breakthrough in clip management to share. if you use iphoto u can actually remove, archive and sync clips from the pad (sorry pc users). i guess that was overlooked in the help menu.

Similar Messages

  • Can iWeb create pull-down menus?

    I'd like to have a simple navigation bar across the top, that provides links to my pages, organized into groups. For example, the nav bar says PORTFOLIO, and pressing this button (or better yet, rolling over it) gives the viewer choices like KITCHENS OR EXTERIORS...
    Can it be done in iWeb?

    it won't be easy... but you can build drop down, pull down menus, here is my example (built entirely in iweb):
    drop menu
    check out with safari and firefox, I'd not made it to be compatible with IE yet (no reasons to)
    to do what I'd done, you have to know the following:
    1) iweb from the inside out
    2) iweb widgets, nav bar is one of those widgets
    3) javascript so you can build addition nav bar (beside what iweb built)
    4) lastly DOM

  • Is there a way to insert a drop-down list in Numbers for iOS?

    I created a spreadsheet in Numbers on my iMac and then transferred it to my iPad, but the iPad version gives me a message stating that drop-down lists are not supported? Is there any way around this?

    a] Yes.
    b] No.
    There is nothing in Rh but there is a method on my site and on htttp://wvanweelden.eu The same scripts, just different explanations.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Making pull down menus and file open dialogs speak

    Hi,
    I'm trying to create some applications that include speech
    assistance for the visually impaired. there are two things that are
    causing problems:
    1. I can't make the file open dialog boxes speak. I would
    like to emulate the behavior of third party screen reader
    applications that speak the identites of GUI elements as the user
    tabs through them. I am able to do this for custom dialogs made
    with the MUI Xtra by putting voiceSpeak commands in the callback
    handler so that as each widget gets focus during tabbing, it speaks
    its identity. But this doesn't appear to be possible with file open
    dialogs created with FileXtra.
    2. I have created pull down menus using installMenu. This
    works great, but I would like the user to be able to navigate these
    menus using the arrow keys, and have each menu item speak as it
    navigated to.
    If anyone has any ideas about how to accomplish these things
    in D11, I would be very grateful.
    thanks.

    It's a 1046: Type was not found or was not a compile-time constant: Void.function openSubMenu(whichSubMenu, currentPosition):Void {
    function closeSubMenu():Void { 1046: Type was not found or was not a compile-time constant: Void.
    this["menuButton"+i].onRollOver = function():Void { 1046: Type was not found or was not a compile-time constant: Void.

  • Pull down menus with hot spots

    Can I create pull down menus if I used hotspots in dreamweaver?

    No, you can't use image maps/hotspots for drop-down menus.

  • Content size when creating a PDF in Numbers for iOS

    I want to create a PDF document from Numbers for iOS, but it will not allow me to center content on the page or resize it to take the whole page. I can do it if I try to print a document, I can adjust the size of my content, but if I just want to create a PDF, it makes my content small and all bunched up in the top left corner and the document does not look good.

    I suspect that even if you could find the mapping information (pass as to where) it would simply tell you that Style A in Fm was mapped to Style B in Rh but not give you any information about how Style A was defined in Fm.
    I think your only options are to create a CSS as you suggest or, as I would, create redefine the Word Style Mapping Template to suit. By going to Word first, you can edit the output for better page breaks and other tweaking you might want.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Created a custom button bar and pull-down menus are missing

    created a custom button bar and pull-down menus are missing.
    I want pull-down menus of 'action', 'edit', 'query', 'block','record', 'field', 'window' and 'help' to display.
    What property setting or other item do I need to change?
    Thank you for your help.

    You could try this, I haven't used it before so I'm not sure if it's what you're looking for but it's worth a shot if you can't get anything else to work.
    http://web.mac.com/ijasonwhite/iwebunlimited/TipsBlog/Entries/2008/12/29_Drop_Down_Navigation_iniWeb.html
    Hope this helps!
    Josh

  • Flash reeks havoc on CSS pull down menus

    I created some pull down menus using CSS. Directly below the
    menu bar I had a Flash file that runs on load. The pull down menus
    look corrupted in the browser (safari and FireFox) when they appear
    over the running flash movie. Is this a z index problem? Any work
    arounds?

    >I created some pull down menus using CSS. Directly below
    the menu bar I
    >had a
    > Flash file that runs on load. The pull down menus look
    corrupted in
    > the
    > browser (safari and FireFox) when they appear over the
    running flash
    > movie. Is
    > this a z index problem? Any work arounds?
    Safari and Firefox Mac have very broken and slightly broken
    Flash
    Players. There is no viable workaround unless you want to
    eliminate all
    "hover" effects. Adobe claims it's an Apple or a browser bug.
    Apple
    claims it's a failure on the part of Adobe to "cocoa-ize"
    something or
    other.
    Al Sparber - PVII
    http://www.projectseven.com
    Popup Menus | Image Galleries | CSS Tutorials & Templates
    Newsgroup: news://forums.projectseven.com/pviiwebdev/
    CSS Newsgroup: news://forums.projectseven.com/css/
    DW Newsgroup: news://forums.projectseven.com/dreamweaver/

  • Populate pull down menus

    I have several pull down menus that i wanna populate using
    querys. What i have done this far is made a cfc file and entered
    ALL my <cfquery>'s (8 total) with different sql statements
    and i know you need the cfinvoke to axx it. I used
    <cfoutput query="sample"> to populate one pull down
    menu, but it seems i have to make several cfinvokes to do the same
    for the other pull downs. The question is that if there is a way to
    only have to use one cfinvoke to axx the different sql statements?
    Maybe there's a diffrent tag besides cfinvoke that can do the
    same thing that i don't know about??
    I'm using cf mx7

    What you're looking for is often called "related selects". I
    think the term comes from an old custom tag that was created in the
    pre-MX days. It used javascript to "relate" two lists. Changing the
    items in another list, based on what you selected in the previous
    list. There are different versions of the tag, including new ajax
    and flash versions.
    http://projects.nateweiss.com/nwdc/workcode.htm
    http://www.asfusion.com/blog/entry/two-selects-related-in-cfform
    http://www.remotesynthesis.com/blog/index.cfm/2007/2/14/MultiSelects-Related-with-AjaxCFC
    http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Related-Selects
    http://tutorial196.easycfm.com/

  • The keyboard shortcuts on the pull down menus are grayed out. So I cant use my keyboard to (for instance) open up a new tab. This is the case for all keyboard s

    The keyboard shortcuts on the pull down menus are grayed out. So I cant use my keyboard to (for instance) open up a new tab. This is the case for all keyboard s

    Mine appear in gray, too; I think that's just the style.
    Does this problem occur on all pages? (If it only appears on YouTube or other pages with Flash players, it may be related to keystrokes being captured by the plugin.)
    A standard diagnostic for possible interference by add-ons is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the Safe Mode dialog, do not check any boxes, just click "Continue in Safe Mode."
    If your keyboard shortcuts work correctly, this points to one of your add-ons or custom settings as the problem.
    Any change?

  • Fake Pull Down Menus (alternative to the real thing)

    www.petersolon.com/Overview.html
    To anyone who followed my tortuous post re: mouse-over menus ("my crippled site"), my resolution to the problem was to create fake or static pull down menus. I'm sure other people have done similar menus in iWeb.
    This is certainly an easier - but no where as usable or effective - alternative to the real thing. Maybe someone looking to implement pull-downs will find value in checking this out.
    MacBook Pro Mac OS X (10.4.9)
    MacBook Pro Mac OS X (10.4.9)

    I think you may like Rapidweaver, from
    http://www.realmacsoftware.com/rapidweaver/, which
    comes with that feature.
    Leonard
    Thank you for the tip - I like the word "rapid" in the title. Part of my problem is that I don't have time to re-learn new software - but maybe this one isn't so time-consuming....take care........Peter

  • Forms 10g Pull Down Menus

    In Forms 6i, when pull down menus are displayed in the browser, those menus are inside the application online module. In Forms 10g, when the pull down menus are displayed, those menus are on top of the application online module and on the new 'Window' bar line.
    Is there a way to have those pull down menus be displayed within the application online module for 10g?

    Mouse over events are what cause this problem.
    Steve Jobs made a point of this exact type of issue in his thoughts on flash letter, when he mentioned the issue about mouse overs not working in flash.
    Basically the issue was, that you could touch the item to activate the mouse over, but when your finger raises off the screen to select something the mouse over event is no longer registered, causing the menu to immedietly close.
    He failed to mention the fact it also effects any other site made wiht any other language that also uses the mouse over event.
    Adobe flash has fixed this issue by converting all mouse over events to mouse down events auto-magically when accessing flash content via a touch screen device.
    Unfortunetly, the w3c, ones responsible for web standards have not and will not also make this type of functionailty possible.
    This means it is up to the website owner to manually change his mouse over events to mouse down events, when the browser detects a touch screen device.

  • Problem in Safari with pull-down menus

    My current version of Safari, Version 7.0.3 (9537.75.14), is the buggiest software I have ever had from any Apple--bar none.  The problem is dealing with pull-down menus.
    The first such problem is in dealing with pull-down menus on websites.   Some of these menus are quite long.   On one particular menu the choice that I routinely need is way down near the bottom.   Routinely Safari stops scrolling before I can get that far down the pull-down menu.
    And, always, when Safari stops scrolling on a pull-down menu on a webpage, it refuses to allow me to scroll down again.   To get the webpage's pull-down menu to operate then, I have to re-load the webpage.   That is a big problem for one website that I MUST use.  This website has three pull-down menus on one webpage.  Because Safari always locks up on the first menu, this crucial website is unusable in Safari.  I have to use Firefox for this absolutely essential website.
    And Safari has trouble with one of its own pull-down menus.  This is the PDF menu in the printer window.  Not always, but too often, when I pull down that menu to print to PDF, Safari crashes.   I have to wait for a dialog box to come up and click "send report to Apple" in order to get Safari to reopen.   I don't know how many such reports I have sent to Apple.  I get the feeling that Apple is not listening.
    Does anyone have any suggestions for these problems?  TIA

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
    DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    ☞ If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    ☞ Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Problem with Inspector pull-down menus

    I have this weird problem with DVD Studio Pro all of a sudden. I'm wondering if a recent update might have broken something, and how I can fix it.
    The problem is that certain pull-down menus in the Inspector are not responding anymore. Important ones too, like "set target" and "end jump," Remote Control functions, as well as ones I don't use as often like Shape (button shape?). I click on them and nothing happens, although sometimes the default "not set" text disappears. These menus are in the same place in the Inspector, so this may or may not have something to do with it, I have no idea.
    At any rate, I can't make a DVD without these functions, and I usually need to make a DVD once or twice a week. Although it has been two weeks since I last used it.
    I am almost positive that nothing has changed with my system since I used it last, besides Apple Software Updates.
    Version 2.0.5, OSX Tiger. I know, time to upgrade, but I don't control the budget.

    Just the Inspector, i haven't found any other problems.
    Quicktime was updated a few days before the problem started. On May 27th I ran the updates for Quicktime 7.4.5, ProKit 4.5, iTunes 7.6.2, and Safari 3.1.1. I noticed the problem with the DVDSP Inspectors the next time I ran the program on May 29.
    I understand the ProKit is for a later version so I'm a bit mystified as to why I was offered the update, however I've installed previous ProKit updates without any problems.
    A clean install will certainly be my next step. But I have to wait for a lull in real work activity before I can get into that. Luckily I've remembered that I can accomplish a lot of what I needed the inspector for under the Connections tab, so it's a little less urgent now.
    I'm usually pretty careful about running updates, and I usually ignore them for a few weeks (or longer) before I run the updates so I can monitor the internet for other people's disasters. But I got lazy this time. Maybe there are not too many DVDSP v2 installations out there. And maybe I need to increase the pressure on my company to update my software!
    On that note, this experience is helping my case with convincing them to replace one of the old Avids with a new FCS suite, so it might become a moot point. Will the license allow me to operate DVDSP4 on a different machine or does it have to stay on the main suite, if we go that way? We like to process the output on another box, so the editors can get on with the next project.

  • Pull down menus are transparent and empty squres where maybe a pix should be. What's happening with that?? Thx..Dave

    The entire webpage seems empty and colorless. When I roll over a square or something that is empty, I get the "hand" as if there is something in there that I should click on. All the pull down menus are transparent and hard to read against the background. I tried the same web site on IE and everything is good. It seems as if half of the Browser is loaded. The updates had no affect. My email site is a drab and dreary place that I use the Mac email instead. I remember on my old HP with Firefox it was great. And so was Thunderbird. What can I do??
    Thx....Dave

    What happens if you use a theme which changes all the background colours, so that no system colours are used?

Maybe you are looking for

  • How to detect a deadlock for a particular row?

    Please give us the solution of subject problem. Thanks & regards,

  • Write a book in pages; export to ibook author

    Normally, I write a whole book in one pages for mac file. Now that I would like to import to iBook Author, I discovered that I have to import as one chapter per pages file. Is there a way to write a whole book in one pages for mac file and able to ex

  • Download Creative Suite CS3

    My old PC died and I am trying to find out how to download my Creative Suite CS3 to my new PC. I found the product key under "My Products" but could not find where I can download the product.

  • Range table

    Hi experts, I am trying to use a range table. Anyone can tell me how to define a range table like this? fieldname-sign-option-low-high zip-I-eq---30152 zip-I-bt-30111-30113 yeare-lt---2005 etc etc.... Zip and Year are different data type of course. I

  • Extension Manager CS5 Crashes on Startup(Mac-Snow Leopard)

    Extension Manager CS5 is crashing on startup, I am running snow leopard on a MacBook, here are the details. Process:         Adobe Extension Manager CS5 [20422] Path:            /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.ap