Beginner question - link five items in menu to five pages in iPhone app

I can set up a menu to link to one page. But I'm confused on how I can set a table for five items to link to 5 different text pages.
That is all I want to do.
Also, if I'm doing a text page how do I completely eliminate the typewriter so it never appears.
Can anyone help?
I have been diligent in trying to accomplish this for 40 plus hours and failed.
My email is [email protected]
Thank You

Hi Fred, and welcome to the Dev Forum!
Fred Reiss wrote:
I can set up a menu to link to one page. But I'm confused on how I can set a table for five items to link to 5 different text pages.
Can you describe the screen you want to build and what it needs to do in any more precise way? "Menu to link to one page", and "Table for five items .." doesn't tell me enough to make any suggestions. If you've written some code, it might help to post that (see the formatting help in the first forum topic).
Also, if I'm doing a text page how do I completely eliminate the typewriter so it never appears.
Can anyone help?
As abpve, a little more precision might help. I need to understand what you mean by "text page". For example, if you mean an instance of UITextView which the user isn't going to edit, just set its [editable|http://developer.apple.com/library/ios/documentation/UIKit/Reference/ UITextViewClass/Reference/UITextView.html#//appleref/doc/uid/TP40006898-CH3-SW6] property to NO, and the keyboard will never appear.
\- Ray

Similar Messages

  • Podcast items not showing on Podcast Page in iTunes App

    The Podcast items of the following Podcast are not showing when I choose to see the Podcast page within iTunes App: https://itunes.apple.com/ch/podcast/uzh-news-video-und-audio/id626789977?l=en
    It's possible to subscribe to the podcast, and all items are being shown in the library as well, but not in iTunes Store View within iTunes App.
    Please help : )
    Devices: Desktop (iTunes 11.02), iPad 2 & iPhone 4S (both with latest iOS) - same problem everywhere

    Hi Roger
    Many thanks for your very fast answer! : )
    In the meantime, we scanned the XMLfrom the RSS-Source (http://www.uzh.ch/news/topics/multimedia.rss) but we could not confirm any missing </image> closing tag.. : /
    You're speaking of 21 instances of 'image' tags while there are only 20 items available in this feed - maybe the 21st might be the <itunes:image... />-tag (for the podcast art) which is not in need of a closing tag?
    We know that iTunes doesn't like our image tag on item level. However, we do need this tags for other usage of this video-article-feed (f.ex. normal RSS feed subscribing) which is why we cannot remove it. But: do you know of any «trick» of specifically blocking that element for iTunes store since its troubling the latter so much?
    Many thanks again, and our kindest regards to you and beautiful Londontown : )
    Martina

  • Beginner question: linking movie clips.

    I am making a dart board game.  I have a target that moves around the board to each of the 82 positions a dart can land and a button stops the target.  Each of those positions is its own MC and is named as such. I also have 82 MCs of a dart animation that travels to all of the possible destinations on the dart board.  I need help with the scripting that will tell a specific dart MC to play when the target is stopped on a particular point. Thank you for your help in advance! I am using cs5.5.

    There's not enough info to offer a solution, but here's some things to consider.  When the target stops, you should have some way of determining where it is, by a position number.    Figuring that out would require knowing more about how you move the target and how the button manages stopping it.
    Since there are 82 possible positions for it, then your mcs that make up the dartboard could be named/numbered in such a manner (I'd recommend 0 thru 81 since an array might come in handy at some point in the design) and they could be assigned a number property equal to that.  Supposed your board mc's were named as such ... brdmc_0, brdmc_1, brdmc_2, etc... Then you could assign a number to them in a loop using bracket notation to target them...
    for(var i:uint=0; i<82; i++){
        this["brdmc"+String(i)].num = i;
    Likewise, each of your 82 dart animations could be named/numbered to match.. dartmc0, dartmc1,etc... 
    So when you have determined which mc the target has stopped on, you can use that mc's number to tell the associated dart animation to play, again using bracket notation... in the line below, the "boardmc" represents the brdmc# that the target landed on, and you dart
    this["dartmc_"+String(boardmc.num)].play();

  • Looking for a 'view link target source' context menu item

    I'm looking for a 'view link target source' context menu item.
    I often open listings of servers' directories; they can include direct links to code files (*.py , *.pl, etc). When I click them directly, I'm asked to open them with an external editor which is not what I want to do; I want to view those files source inside of Firefox. I currently have to
    # right-click those links,
    # copy link location,
    # type "view-source:" in the Location bar,
    # paste the copied URL,
    # click Go.
    This gets time-consuming with the large amount of URLs I need to open.
    It's not a native feature for Firefox and a search at [http://addons.mozilla.org AMO] didn't come up with anything useful, for me at least.

    Hello,
    particularly, I performed the following steps:
    1. I created a SC in the local repository, which matches the SC of the track.
    2. I moved the exisiting DCs to the SC created in step 1.
    3. Now, I created new DCs in the SC in the track.
    4. I deleted all .project files from the local DCs.
    5. I copied all source files from the local DCs to the new track DCs.
    6. I checked-in these changes to the track.
    Kind regards
    Alexander

  • Hide or delete column (linked to item with edit menu) in power shell

    Hi;
    How in powerShell can I change the column in a SharePoint list that has the link to the item and the link to the item with edit menu.
    For examlpe :
    Title (linked to item) and Title (linked to item with edit menu)
    I want to add into my view only the Title (linked to item) : ViewFields.Add("Title(linked to item)")
    Thanks

    The name of the field which needs to be deleted is LinkTitle. Here is a sample PowerShell code:
    $web = Get-SPWeb "http://aissp2013/sites/TestSite"
    $list = $web.Lists["XYZ"]
    $view = $list.Views["All Items"]
    $view.ViewFields.Delete("LinkTitle")
    $view.Update()
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • Beginner Question: UL Nav Menu and Text Question

    Ok, I appreciate the input in advance.  Although I am using a Dreamweaver book and online tools like Lynda.com... there are some questions I can't find the answer too or just don't know how to articulate my issue correctly in a search browser to find the right answer...
    So, my question:
    I have used Spry menu's which are great, but I have taken the time to learn how to create a Pull Down Nav Menu from a Unordered List and CSS.
    That UL is driven by text in the list...so what if you want to create an unordered list type Nav pulldown, but want to only use background graphics for the nav menu (i.e. text is already imbedded in the graphic from Photoshop or the graphic has no text and is just a graphic).  Whenever I completely delete the text out of a List Item, that list item dissapears, which makes complete sense but begs the question of how do I create a Nav Menu with only graphics that will pull down into multiple levels?
    Is what I am asking not a real standard practice and I shouldn't be doing it that way?
    If it were a one level menu, I know I could just use floated DIV tags, but since I have pull downs I can't see how that would work in a multiple nested pull down Nav Menu.
    Again, sorry for the noob question.. and I appreciate your responses in advance.

    Thanks again Murray.. and yes I am serious.  I am coding two sites right now for my personal businesses.  I have a decent handle on Dreamweaver (but not straight coding which I am sure will come over time through trial and error...) and I now taking courses via Lynda and reading books on PHP.
    After seeing your response above, I fell stupid as that is just a failure to learn HTML which is a double-edged sword of DW.
    Things are not too bad so far, but I am trying to balance the need for getting the site up in a reasonable amount of time AND learning all the technology behind the site.
    Since my site(s) will be actively managed, and I consider myself smart and technically savvy, I just couldn't justify paying someone to manage my sites that would need to be changed almost daily... would probably bankrupt me also.
    I know some local sites for medium size businesses where they paid brand name web design companies $40-50k to design and build sites that really aren't that great..and are continuing to pay as they are active sites and they wanted someone to manage them.   Other smaller companies are paying between $600 and $1,000 per STATIC page and they provided the artwork upfront and got some pretty simple web development back.
    And in this economy, knowing how to design, build, and maintain a website probably isn't the worst skill to have in the event I ever find myself out of middle management CPG work
    Some of my challenges I am trying to learn about right now are:
    PHP & SQL for contact forms, login for restricted access, consumer feedback, etc.
    RSS specific news feeds into the site
    SEO
    Problem is I seem to have more business ideas than time... I have worked in mid to upper mgmt for large CPG companies most of my life, and recently moved my family to Northwest Arkansas for my career.  There is low-hanging fruit everywhere for internet businesses that are tied knowledge specific to the local "retailer" here..In fact, some of them I can't believe haven't been taken advantage of yet (which is why I feel time stressed in case someone else beats me too it).
    Thanks again for all your help.
    Tim

  • CSS Question on a drop-down menu

    Hello,
    Is there anything wrong with this please?  I'm thinking about the use of hover.  I have a drop-down menu and each item is a different color.
    .primarynav li.menu-item-164     { /*    About  */
    background-color: #0095D7; }
    .primarynav li:hover.page-item-164 { /*    About  */
    background-color: #159CD6; }
    I wonder if it should really be:
    .primarynav li.menu-item-164     a:link { /*    About  */
    background-color: #0095D7; }
    .primarynav li.page-item-164 a:hover { /*    About  */
    background-color: #159CD6; }
    If you're interested the link is http://brightontherapyservice.co.uk
    I'm revisiting this menu after about a year and I am worried that I should have more of the style on the anchor rather than the list item.
    Thanks
    Martin

    Hi Martin,
    I am not sure if i got you correct! let me give it a try...
    a. Do you wanted to give different background color for the sub menus of 'About' on display (not on hover)? 
    .primarynav li.menu-item-462          {
              background-color: #900;
    .primarynav li.menu-item-505          {
              background-color: #360;
    .primarynav li.menu-item-506          {
              background-color: #F30;
    For this to work, you may have to comment out "background-color: #C2E6F5;"  inside the definition
    .primarynav ul ul li a {
    But here I am not sure where else it would affect if you comment out that background color value.
    b. Do you want to give different background color for the sub menus of 'About' on hover?
    .primarynav li:hover.menu-item-462          {
              background-color: #F30;
    .primarynav li:hover.menu-item-505          {
              background-color: #900;
    .primarynav li:hover.menu-item-506          {
              background-color: #360;
    If that was not the question, then please elaborate.
    -Janaki

  • How to link the main site menu to an anchor on a subpage?

    How to link the main site menu (masterpage) to an anchor possition on a subpage? Is that possible. I would like the the contact menu to link to specific anchors  location contact FAQ hours. The way I do it now. I have to create seperate html pages, I would rather do it on one page. Thanks
    http://beta.tmj-sleep.ca/index.html

    Hello,
    To link a website Menu to anchors on any page in the website, you need to create a manual menu using the Menu Widget. You can change Menu to a manual Menu by clicking on the white arrow in Blue Circle which comes up at the top right of the Menu (Menu properties) and select the Menu type as Manual. Please have a look at the screenshot below :
    Now you can add change/add the text there and when you select the text/menu item then from the Hyperlink drpdown at the top in the toolbar, you can select the name of the anchor on any page of your website.
    Anchors are listed in Hyperlink dropdown in this format - Page Name:Anchor Name.
    Hope this helps.
    Regards,
    Sachin

  • Firefox 4 Menu Bar - When I hover over or select a menu bar item, the menu bar sub-menu becomes transparent and unreadable. Is this a known issue that can be corrected with an update or is it functionality that is not designed to work with this version?

    Firefox 4 Menu Bar - When I hover over or select a menu bar item, the menu bar sub-menu becomes transparent and unreadable. Is this a known issue that can be corrected with an update or is it functionality that is not designed to work with this version?

    If this happens on monitor 2 of 2, this problem has been solved here:
    http://support.mozilla.com/en-US/questions/794823#answer-157988
    Go to "Firefox"--> "Options" --> "Advanced"
    Then un-check "Use hardware acceleration when available"
    While not verified, I believe this problem is due to an SLI configuration where the focus is on monitor 1. (I.e acceleration is available, but only on monitor 1.)

  • Beginner Question

    Hello all, hopefully I have posted this to the correct LiveCycle board!
    I'm new to Acrobat and LiveCycle in general. I'm working out of windows LiveCycle Designer 8.x  and my question is as follows....
    I'm working off of the "Quote" Form Template and what I am looking for is a way to make the rows of the Table expand as needed.  I will be converting this Template into a "Purchase Order" form, and there will be many occassions where I will need to increase the table rows - perhaps onto a second or even third page - due to the volume of different items I will be seeking prices on at a given time.
    Long story short I would like to take this "QUOTE" form template and make it such that if needed, I can expand the table size one row at a time, pushing the content beneath (Comments, subtotal, etc) onto the next page....
    Hoping I have explained my query well enough,  Could anyone provide me a solution or point me in the correct direction?
    Many thanks!

    As a followup, so as not to clog the board with numerous threads I have another beginner question
    For the sake of hypotheticals I am creating a dynamic PDF form.  This pdf is a Purchase Order Form, with a table in the Body that will expand/contract as the form user needs.  (EXA-  Default table size is 5 items, however user is creating an order for 12 items, he/she can increase the table rows to desired capactiy.) It will be a very simple layout. All data for the form will come from manual entry, no XML data binding going on.
    My new question is as follows:    Is there a way I can have this user's Adobe reader or Adobe acrobat software remember previous data entries, so that if 4 weeks after ordering widget X he/she needs to place another order for widget X, the software will autofill the table as he/she types into the table cell?
    This would be similar to how Excel will start to autofill if it recognizes a previously entered value from some other cell in the worksheet (workbook?)
    EXA-
    [NAME]   [MODEL]   [QTY]   [PRICE]
    Widget           A            433        $30.00
    Would it be possible for the software to notice that I'm typing the word "widget" somewhere after typing "wid" ???
    Many thanks for any and all followups, I'm a teenager trying to help out in my father's small business. They are in the darkages here and I'm doing my best to self teach.
    Thanks.

  • How do I delete items from menu bar  that are not part of the OS

    How do I delete items from menu bar  that are not part of the OS

    Perhaps you could be more specific, as it is a little difficult to answer your question without any details.  I can give you some general ideas though.
    On my machine there are a few applications that have installed items into the menu bar - I'm assuming you are talking about the icons on the right hand side of the top bar. To remove those items, I would generally need to uninstall the program that created them. To do this varies a little from application to application.
    Also, sometimes an application will have preferences that allow you choose if you want to display the item in the menu bar.
    So, my general advice would be that you need to identify the application that placed the item there, and remove it from your computer.  If there is an uninstall program for that application, I would run that in the first instance.
    If you don't actually wish to uninstall the application, you may need to click on the item or run the application and see if there is a setting to not show the menu bar item.
    Hope that helps.
    Ivan

  • Beginner question: Can I apply one formula to all cells in a column?

    Hi,
    I'm new to spreadsheets, so apologies for asking what is probably a very simple question.
    I want to apply a formula that divides the values in one column (W) by values in another (AX) for a table containing 3000 rows, and outputs the result for each row into the appropriate cell in the new column I've created.
    Numbers 09 'help' hasn't helped to this point.
    Thanks in advance for any assistance.

    GeoBrett wrote:
    Numbers 09 'help' hasn't helped to this point.
    Besides Numbers '09 Help there are two other useful resources available in the Help menu: the Numbers '09 User Guide and iWork Formulas and Functions Help.
    For "Beginner questions," my first choice would be the User Guide. For the specific question you asked, a quick scan of the chapter on "Using Formulas and Functions" (pp 83-96) will provide some useful information. Start in the neighborhood of page 93.
    Regards,
    Barry

  • Muse crashes with menu item box has no associated page

    My file is crashing when I click on the menu in Master page with a menu error "menu itembox 07012 has no associated page.  Also crashes when I try to add or delete a page anywhere. I believe this started after I deleted a page. The page deleted, but the menu retained the pulldown link. Any thoughts on how I can resolve this?

    I had the same problem today after deleting a page. I posted a question here and saw your problem.
    A little later I decided to delete my main menu and then install a new identical menu. That solved the problem.
    Good luck.
    Paul

  • Beginner question: Configure Tomcat for JAAS?

    Hi,
    This is a beginner question :-(. I'm trying to get JAAS to work on my Tomcat (6.0.12) installation. I used code from a Javaworld article (http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html)
    Of course I had to configure my Tomcat to work together with JAAS. The document I used is: http://tomcat.apache.org/tomcat-6.0-doc/printer/realm-howto.html
    According to the Tomcat doc I have to do the following steps before I can use JAAS to authenticate a user:
    1. Develop your code. Place the compiled classes in Tomcat's classpath
    2. Setup a login.config file for Java, and tell Tomcat where to find it (set JAVA_OPTS)
    3. Configure the JAASRealm in your server.xml
    1 Develop code: I use the following classes:
    PassiveCallbackHandler.java
    RdbmsCredential.java
    RdbmsLoginModule.java
    RdbmsPrincipal.java
    These classes I put in the package rdbmsjaas.
    In the %CATALINA_HOME%/webapps/Javaworld_Jaas/WEB-INF/lib directory I created the rdbmsjaas.jar file.
    The jsp is called jaas.jsp, and is stored in %CATALINA_HOME%/webapps/Javaworld_Jaas
    2. Setup login.config
    In %CATALINA_HOME%\conf I saved the file Javaworld_all_that_Jaas.config, containing:
    Example {
       RdbmsLoginModule required
       debug="true"
       url="jdbc:mysql://localhost/jaasdb?user=javauser&password=javadude"
       driver="com.mysql.jdbc.Driver";
    };I created an XP Environment Variable JAVA_OPTS with the value <-DJAVA_OPTS=-Djava.security.auth.login.config==C:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/JavaWorld_All_That_Jaas.config> (excluding < and >)
    I used the fully qualified address, instead of $CATALINA_HOME/conf/JavaWorld_All_That_Jaas.config. I think XP balks when it sees $CATALINA_HOME).
    3 Configure JAASRealm in server.xml
    In %CATALINA_HOME%\conf\ I changed web.xml. I added the following lines:
          <Realm className="org.apache.catalina.realm.JAASRealm"
                 appName="jaas"
                 userClassName="rdbmsjaas.RdbmsPrincipal"
                 debug="99"
           />If I run the jsp from http://localhost:8080/JavaWorld_Jaas/jaas.jsp, I can enter my username/password, but when I click the Submit button, I get:
    Caught Exception: java.lang.SecurityException: Unable to locate a login configurationWhere did my configuration go wrong?
    Abel

    You will need a JSP/servlet engine such as Tomcat - Apache alone won't do it.
    I haven't seen any tutorials on set-up but the Tomcat documentation includes info on how to link to Apache. There are also books you can buy - check out the online book stores such as Amazon.
    There's also a lot of info on this forum.

  • Newbie wants to build 5 item interacting menu bar

    Hi, Firstly, I'm an absolute beginner with Spry, though
    working thru Adobe's 'Dreamweaver CS 3 Classroom in a book'. I'm
    beginning to grasp the basics [at last!], but I want to build a 5
    item vertical menu bar which interacts with an area or cell located
    to the right by changing both a photograph and corresponding text.
    i.e., menu item 1 'Deserts' selects a desert pic and relevant text.
    When mouse hovers and clicks on the next menu item 2 'Forests', the
    main cell or area changes to a forest pic and new forest text. And
    so on with the other three menu items. I also need the page to load
    with menu item 1 showing by default. Is this possible?
    I've worked thru 'Creating interactive pages' [using
    behaviors], as well as Ch9 'Integrating Ajax with Spry', then
    trying to adapt either methods to my specific requirement...without
    much success!
    This is a tough assignment, but if anyone can help, I'm very
    willing to learn from even a snippet of code that would point me in
    the right direction.
    Thanks for reading this far!
    Cheers,
    'Maengel'

    Remove the 3ivx folder from
    /Library/Application Support
    Regards
    TD

Maybe you are looking for

  • Emac and external hard drive

    I have an emac and an Acomdata external hard drivve, that has bee working for the past year, no problems, but now the emac won't read the hard drive. I went into to disk utilities and the hard drive is there it's just not mounted, any ideas on how to

  • WLC 7.4.110.0 where native vlan and SSID vlan is the same vlan

    Hi We have app. 1500 accespoints in app. 500 locations. WLCs are WiSM2s running 7.4.110.0. The AP are 1131LAPs.In a FlexConnect configuration we use vlan 410 as native vlan and the ssid (LAN) also in vlan 410. This works fine, never had any problems

  • Duplicate object in exact same place

    How can i duplicate an object without using copy and paste, or holding control, and have it be an exact duplicate right on top of the first? When i copy and paste it places it away form the original. Curious if there is a way to duplicate it in place

  • 2 Arch boxes, 1 Home

    Hi All I have 2 partitions each with arch installed, one for general stuff & one for development & testing, but each uses the same home partition.  Is there a way that i can use different settings in .xinitrc based on which version of arch i am booti

  • Why is my screen all white after installing OS X Yosemite? No place to log on to my computer, only. White screen??

    I Installed OS X Yosemite on my IMac and once it restarted I only had a white screen, no place for me to log on. I called Apple Support & they told me to rest all it again, I still have only a white screen with no box to enter my passcode,