Two navigation buttons on the same side...

Hi guys,
Just wondering whether its possible to have two buttons on the same side of the navigation bar at the top of a view with one of them being the standard 'edit' button?
Ideally what I would like is to have a 'back' button on the left, and an 'add' and 'edit' button on the right.
Many thanks,
Ade

I've never tried that, but it doesn't look like an easy job. I think it tells us something that the nav item has a leftBarButtonItem and a rightBarButtonItem. Subclassing UINavigationItem looks like a bad idea to me. You might be able to subclass UIBarButtonItem so you could initWithImage and locate the touches under the image. But I dunno how wide it could get. It might be scaled down to 20 x 20.
It might be much easier to use a tool bar and make it behave like a nav bar. Here's some code to slide the views in and out: [http://discussions.apple.com/thread.jspa?messageID=9239601&#9239601]. Add a stack of tool bars and a stack of controller's and you're just about there. Then in a few weeks this forum will get 43 new posts asking which method puts two nav bar buttons on the right side.

Similar Messages

  • Why does a LabVIEW executable generate two taskbar buttons on the taskbar?

    When a LabVIEW executable is run, it generate two taskbar buttons (with the same name) in the task bar each of them pointing to the same window (panel). Is there a way to prevent it from creating two buttons?
    thanks
    ~Vipin

    viper 159 wrote:
    When a LabVIEW executable is run, it generate two taskbar buttons (with the same name) in the task bar each of them pointing to the same window (panel). Is there a way to prevent it from creating two buttons?
    Add the following line to your executable's .ini file
    HideRootWindow=True
    There's a KnowledgeBase item here.
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • Two database with the same sid but different ORACLE_HOME on one host

    two database with the same sid but different
    ORACLE_HOME on one host,and if configure them with
    two differnt lisnter staticaclly,this abosultely work
    because in the lisnter.ora we must provice
    ORACLE_HOME variable,with this ORACLE_HOME the client
    can differentiate which database to connect,but if
    use dynamically register feature,how can the client
    tell which database to connect?

    Also note that this type of configurtion may not be supported.
    Just because a given configuration works in certain given conditions does not mean that it would be supported.
    If this setup is for a configuration that has any value, please also Contact Oracle Support to get their inputs on what you are trying to accomplish.

  • Navigation button on wrong side of screen!!!!! To scroll, I have to keep moving from side to side to go back and scroll. Move the back button to the right side!!!!

    I should be able to navigate back and forward using a button on the right side of the screen. This is where I scroll up and down from so doesn't it make sense to have the back and forward button there!!!

    You can move the buttons around, see [[how to customize the toolbar]].

  • How can I interact between two different frames in the same indesign template as well as from one template to another.

    I am looking for the best way (or any way) to interact between two different frames in the same indesign template as well as from one template to another. It's for a DPS app which needs to carry some button initiated data from one page to another and then present it in a table.

    There is no simple way to do it, as itunes wont let you use it on another computer without wiping the contents first.
    However if you really want to transfer songs to another computer then you could try this;
    * make sure that your ipod is accessible as a disk drive (ipod options)
    * when you plug your ipod into the computer you want to transfer to make sure you select "no" or "cancel" when it asks to wipe the contents. Leave the ipod connected and quit from itunes.
    * go to "my computer" and access the ipod directly. You probably have to select "view hidden files" from windows. You will see a lot of folders with odd names like ZX838aff with similar named files inside.
    * copy these files to a folder on your computers hardrive. Now remove the ipod and start itunes.
    * import the files from the folder you made in the last step.
    * Now your music is on itunes, but with unrecogisable names.
    This is the only way I have found to do it, but there may be another way, say with an application to do the hard work for you.
    Generic homebuild PC Windows XP
    Generic homebuild PC   Windows XP  

  • Can i use ichat between two separate macs on the same mobile me account?

    Can i use ichat over two separate macs on the same mobile me account?
    I have an imac at home and may be getting a macbook for work. Can i use my mobile me account to chat between the two macs or would i need a mobile me account per mac??

    Hi,
    No.
    You need two names that can login into AIM.
    In iChat you can use the Get an iChat Account which shows after you use the Plus Button in Accounts.
    This will give you a free @mac.com Name
    AIM Names are also free.
    9:31 PM Saturday; July 4, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • HT201236 I want to do something so simple that there are no instructions. I just need to have two windows open at the same time so I can transfer files from one to the other by drag

    I want to transfer files from one device (or page ) to another by drag and drop , so i need two windows ope   at the same time,
    I know this can be done but I have forgotten how

    Don't use any full screen options for any app that has them
    Mount your device and double click on it to open it. Drag this window to the upper right of your Desktop and resize it to a bit less than half of your Desktop.
    Open the next folder and position it on the lower left side and resize it so you can still see the previous window.

  • How do i sync two different ipads to the same computer, but maintain two seperate list of apps?

    How can I sync two seperate ipads to the same computer without the apps from one ipad being loaded on the other?

    Do this for each device. You can do this with all iTunes content as well. Apps, music, photos, books, movies - everything. You can have unique content on all of your devices.
    You may also want to turn off auto sync so that you do not have to wait for the iPad to sync and then go back and make these changes.
    Launch iTunes and go to Edit>Preferences>Devices - check the box at the bottom.... Prevent iPods, iPhones ....
    Then set up your sync preferences like this using Apps as the example.
    Connect the iPad to the computer and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Apps Tab on the right.
    Click on all of the apps that you want to sync to that iPad
    Click on the Sync Apps Heading.
    Click on Apply in the lower right corner of iTunes
    You may want to uncheck Automatically Sync New Apps under the Sync Apps list

  • How to differentiate between Radio Buttons with the same name?

    My form has two fields, to which I gave the same name ("Radio Button 1.0") in order to achieve mutual exclusivity.
    Now, I would like to use JavaScript to retrieve the value of one the two fields:
    var checkMark = this.getField("Radio Button1.0");
    if (checkMark.value == "Yes") {
    Questions:
    What is the proper way to inspect the value of a Radio Button? I have tried this:
    if (checkMark.value == "No") [...]
    but it doesn't seem to work.
    How can I tell apart 2 radio buttons with the same name?
    TIA,
    -RFH

    When Radio Buttons and Check Boxes are unchecked their value is "Off", so if you have "Yes", "No" buttons you will also encounter an 'Off" value. Now if you want to look at a given button, you will have to use the "isBoxChecked(nWidget)" method.
    nWidget:
    The 0-based index of an individual radiobutton or checkbox widget for this field. The index is determined by the order in which the individual widgets of this field were created (and is unaffected by tab-order).
    Every entry in the Fields panel has a suffix giving this index, for example MyField #0.
    Returns
    true if the specified widget is currently checked, false otherwise.
    Example
    var f = this.getField("ChkBox");
    if(f.isBoxChecked(0))
    app.alert("The Box is Checked");
    else
    app.alert("The Box is not Checked");

  • Is it possible to have two DADs that access the same database?????

    Hello,
    Is it possible to have two DADs that access the same database?
    One DAD would be password protected with Authentication mode Per Package and the other DAD would not require a password/login
    If it is possible can you also give suggestions about how to do this
    Thanks
    Doug

    I HAD THE SAME PROBLEM WITH SHARING MY LIBRARY WITH MY SON. WHAT I DID WIAS CREATED A LIBRARY FOR HIS USE ONLY. IN ITUNES CLICK--FILE--NEW PLAYLIST AND THIS SHOULD ADD AN UNTILED PLAY LIST IN YOUR SIDE BAR. CLICK ON IT AND RENAME IT. HE CAN KEEP ALL OF HIS MUSIC IN THIS LIBRARY. SELECT ALL OF HIS MUSIC FROM YOUR LIBRARY AND DRAG IT INTO HIS. ONCE THIS IS DONE YOU CAN THEN REMOVE HIS SONS FROM YOU PLAY LIST. MAKE SURE YOU ONE REMOVE IT FROM YOUR PLAY LIST AND NOT DELETE THE FILE.
    HOPE THIS HELPS
    G4   Mac OS X (10.3.9)  

  • Play two video files at the same time.

    I am trying to play two video files at the same time. I create two threads, each of which has its own frame, playing button, and builds its own graph to play the file. Now everything seems works except that when the first file is being played and I hit PLAY
    to play the second file, the program plays the second file but the first one is paused; furthermore the control button has no response for the first one. Did I miss anything? Can anyone help me figure out the problem?
    Best,
    Fayin

    You don't need separate threads for 2+ playback pipelines because the filters create worker threads internally and don't block execution on calling thread.
    If you decide to keep separate threads, you will have to follow Michel's advice and have message pumps on those threads.
    You can also have both files in the same graph, in which case you have perfect sync between them (both start playing together in sync), however you cannot pause/stop/run files separately.
    The problem you described is most likely not a DirectShow problem and is rather about generic threading, COM or window messaging.
    http://alax.info/blog/tag/directshow

  • Yahoo just updated my email and now the buttons on the left side are letters, not buttons. What happened and how do I fix it?

    I like my Yahoo email, but they just updated it again and things are different again. Where there used to be buttons on the left side of my mail page to select for move, delete, or whatever, now there are rectangles with letters in them. They act the same, but are very distracting. How do I change it back so there is just a box to check?

    Those missing icons are actually supplied by a font that is downloaded from the server (@font-face) as you can see by the little boxes that show the hex code of the characters.
    You can check the <b>gfx.downloadable_fonts.enabled</b> pref on the <b>about:config</b> page and make sure that it is set to true (if necessary double-click the line to toggle its value).
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Two R3 servers have the same logical system name?

    Can two R3 servers have the same logical system name present in the same network? We plan to clone our production server and let the clone reside in the same network. The clone is identical with the production server with the same SID, hostname, logical system name, but different IP address.

    Hi
    Check this  [Link|http://help.sap.com/saphelp_nw70/helpdata/EN/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm]will cleare you doubt
    Regards
    Uday

  • Imitating 2 keyboard buttons at the same time like ALT+F4

    hello,
    was just wonderin how to Imitatate 2 keyboard buttons at the same time like ALT+F4. i am using the Robot class to make the key board pressing and they are working fo one button. i tried two buttons like this
    robot.keyPress(KeyEvent.ALT_MASK+KeyEvent.VK_F4);but no luck. anyone know how to do this
    thanks
    martin

    martinnaughton wrote:
    sorry was just trying to do CTRL button but it does not like this bit of code.
    robot.keyPress(KeyEvent.CTRL_DOWN_MASK);
                        robot.keyPress(KeyEvent.VK_UP);gives me an exception of invalid code.It does not seem to like DOWN_MASK attributes in java.
    any way else around it
    thanks
    martinDon't confuse the modifier bitmask codes with the key codes:
    robot.keyPress(KeyEvent.VK_CONTROL);

  • I have a Time Capsule on which I back up 2 MacBooks and on my wife's machine she keeps having Airport Utility popping up all the time with a yellow button flashing on the left and a Red button on the right side with a "1" in the middle of it.

    I have a Time Capsule on which I back up 2 MacBooks and on my wife's machine she keeps having Airport Utility popping up all the time with a yellow button flashing on the left and a Red button on the right side with a "1" in the middle of it. Can any one tell me what is wrong. I read where when the yellow light was flashing there was a problem, but I am a novice at this and have no idea where to turn. It seems to be backing up on a regular basis.

    On the Mac......
    Open up Macintosh HD > Applicatons > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit in the small window that appears
    Click the Network tab at the top of the next window
    Change the setting for Router Mode from the current DHCP and NAT to read Off (Bridge Mode), then click Update at the lower right of the window, and wait a full minute for the Time Capsule to restart to a green light.
    Then.....very important
    Power off the Time Capsule and your Arris modem/router for a few minutes
    Start up the Arris first, and let it run a few minutes by itself
    Start up the Time Capsule next the same way
    Your network will now be correct, and your printing capabilities will improve.
    If Time Machine backups do not occur now, post back and we will tackle that next.

Maybe you are looking for

  • Disk Utility - Create encrypted disk images super sloooow

    Trying to create encrypted disk images via Disk Utility on my iMac (i7 8GB) is super-slow in 10.8.   It worked quite fast in 10.7, but now it's super-slow and doesn't even seem to ever finish. I've tried re-installing 10.8 with no difference. Anyone

  • Slowing down

    Not sure where else to post this. Having problems with my Imac being extremely slow on start up and in general. Ran first aid section of disk utility program. Ran the verify disk permissions and repair disk permissions no problem. Ran verify disk and

  • How to disable drag-and-drop tabs to search bar?

    I always have a lot of tabs open in Firefox, and oftentimes I move tabs around, whether intentionally or habitually (and accidentally). The problem is that a lot of times the tab is dragged on/near the search bar and this causes Firefox to respond by

  • Keywords in Bridge

    Adobe Bridge CS3, Windows XP, Dell Optiplex 745 How do I search for a created keyword in Bridge? According to the help menu, there is a search box at the bottom of the keyword panel. But not on my copy. It doesn't show up in the contextual menu or th

  • WHATS WOULD YOU SUGGEST ME

    I installed the update Mavericks operating system and after that I lost iphoto and imovie. Because an application that I had already gone and is being charged in the App Store. this is absurd. I can not pay for a program that already had! What would