Keyboard hides bottom of FormSheet modal view

I am working on an iPad portrait view app, with modal views using FormSheet.
When the keyboard pops up, the bottom of the modal view is hidden... not by much, but it is behind the keyboard.
Is there any way of moving the modal view up a bit higher to be completely above the keyboad?

<sheepishly> Yes 
I sat here trying all kinds of key combinations, but the moment I read your answer I realized 2 things:
That I had never tried that combination and
It was the most logical since I already was using fn-up arrow and fn-down arrow to page up and down.
I kept thinking it was still the up and down arrows, but with a different modifier key.  Narrow thinking on my part.
Thank you!

Similar Messages

  • Changing a modal view to a flipside view?

    I have view A and view B. Right now View B is a modal view so that it slides up from the bottom. I would like to make it a flipside view instead. The example code I have been looking at for a flipside view involves having a rootview controller that loads in the view a and view b and toggles between them. With the modal view I just embed within the view A controller code that calls this piece of code, and it presents the view B view. Is there any easy way to convert this to a flipside view without adding a new rootview controller?
    - (IBAction)activateviewb:(id)sender {
    //change view
    ViewAController *viewB = [[viewB alloc] initWithNibName:@"viewB" bundle:nil];
    UINavigationController *secondNavigationController = [[UINavigationController alloc] initWithRootViewController:viewB];
    [[self tabBarController] presentModalViewController:secondNavigationController animated:YES];
    [viewB release];
    [secondNavigationController release];
    }

    If view A has a navigation controller, just do
    // Code is formatted with { code } { code } tags (no spaces)
    [somenavigationcontroller pushViewController:viewB animated:iDon'tKnow];
    Otherwise you can use the code from the sample The Elements, specifically the flipCurrentView: method of AtomicElementViewController.

  • Hide data in a table view

    Hi,
    I need to hide data in a table..Only column headers required to display.. I tried by (display column headers only) in view..It is showing only column header in the view ..But when iam displaying the table in dashboard it displays data also..another approach i took is to hide data from column properties ...Custom css display:none.. it is working fine..But the thing is it will not display data in other views also.I need to hide data only in table view..any helps will be appreciated.. Thank you

    Hi Aswin,
    Try this....
    Take columns twice and first set which is use in table view (use display:none)
    and second set use in pivot table and exclude first set columns........
    Cheers,
    Aravind

  • With iCal can I hide repetitive events in month view only?

    I was wondering if it was possible to hide repetitive events in month view but have them show in week and day views. For instance, I have my class schedule on iCal but I don't want to see it when I look at the month view, I just want to see events that are not repetitive, such as exam/test events. If anyone can help, that would be awesome. Thanks.

    jk_baller23,
    You could create a separate calendar for repetitive events, and uncheck them when using the day/week view.
    ;~)

  • Hide a column in one view, but show in other

    Hi all.
    I need to hide a column on "Table" view, but column needs to show up on "Pivot table".
    I know we can hide it on pivot ( exclude It ) and show on table, but I want to know if reverse is possible.
    This is needed because I am doing a view selector for writeback. And I dont want to display all the columns on writeback table view. But it needs to be there on Pivot table.
    Please let me know if it is possible.
    Thanks.
    Vinay

    Yes we can do that.
    Check on the "Hide" in the column format tab of the column that you need to display in the table lay out.
    Now dupliate the same view and in the pivot table column intially you will not see the column displayed.
    Now in the properties check on "hidden" in the "format headings" and you wont see it still and now uncheck the"hidden" and you shoud be able to see the column displayed in the pivot view
    In this way you will have the column hidden in the table view and displayed in the pivot table.
    Hope it helps
    Prash

  • How can i put view All in bottom of the grid view?

    Hi All,
    I have created a sharepoint document library and uploaded documents to that library.
    After that i have bind that documents to gridview, now i want put view All in the bottom of the documents.
    View All---> if i click this, it will navigate to that sharepoint library.
    How can i put view All in bottom of the grid view.

    Hi Anil,
    You can add a button or hyperlink and initialize the redirect url with default view url of list as "oList.DefaultView.Url".
    Best Regards,
    Brij K
    Best Regards,
    Brij K
    http://bloggerbrij.blogspot.co.uk/

  • Hide a Column in Discoverer Viewer 10.2.1

    Hello Forum,
    I'm doing a little "Show & Tell" this Friday for our end users on Discoverer Viewer.... I'm not the report writer or the end user, so I'm a great guinea pig for how easy is this tool to use and intuitive is it... here is my problem - I want to customize the format, layout whatever you want to call it of a workbook, a simple task like hiding a column seems to be missing? What's the trick, how does an end user who wants to customize their view of the workbook do a simple thing like hide a column?
    thanks
    monalisa

    Hi Mona
    You need to master all of the intricacies of Viewer if you are going to demonstrate it effectively. Viewer is a very, very cool tool with lots of neat features which, in the right hands, is actually much more powerful than it at first appears. I find that the best way to demo it is to focus in on the positives and minimize or not even mention the negatives. Users can usually be blown away by having all of the positives explained before mentioning any of the negatives.
    Now that I have passed on some tips for presenting Viewer, something that I do all of the time, let's address your particular question. :-)
    There are two ways that I know of, and there could be more, to hide a particular column in Viewer.
    The simplest is to move the column to the far right of the report and then tell Viewer to only display n-1 columns, where n = the number of columns in the report. To do this, follow this workflow:
    1. Click the Layout link
    2. Use the Move option to move the column(s) you don't want to display to the right of the last item that you do want to display
    3. Count the number of columns that you want to display
    4. Click the Rows and Columns link
    5. In Columns type in the number of columns that you want to display
    6. Click the Go button
    This second method works for tables and crosstabs that don't use Page Items. Use this workflow:
    1. Click the Layout link
    2. Click the More link
    3. For the column(s) you want to hide, click the Up arrow alongside each one and move it to Page Items
    4. Uncheck the box called Show Page Items
    5. Click the Go button
    I hope this helps
    Regards
    Michael

  • How do I pop-up a media player modal view in iPhone app?

    Hi,
    I would love to know how the mail app in the iphone pops up a media player modal view when you click on an audio attachment in an email. The media player view slides up, plays the file, then slides away, giving control back to the mail app. Does anyone know how this is done?
    Thanks!

    It also matters not where the media files are stored (laptop hard drive or network drive).
    AppleTV relies on iTunes to stream local content.
    Not the most environmentally friendly option but that's the way it is.
    AC

  • [iPhone] Can I display two modal view controllers after each other?

    Hi,
    This is for BETA 7.
    Here is a simplified version of my problem.
    In my application root view controller , the user presses a 'Start Wizard' button and they get modal view controller A presented which contains a 'Step 1 Complete' button. When that 'Step 1 Complete' button is pressed , ModalVC A dismisses itself and delegates an "I'm done" event to the root view controller , which presents another ModalVC B to the user with a 'Step 2 complete'. So basically imagine a Wizard of Modal View Controllers. Try to make one, it doesn't work.
    The problem is that MODALVC B doesn't get displayed. It almost seems that when ModalVC A dismisses itself from the parent , this does not go in effect until the main thread goes back into its message loop for a redraw or something and it ignores the subsequent 'PresentModalViewController : nextcontroller' call.
    The only way to make it work is to have 2 buttons ('Do Step 1' and 'Do Step 2') is the root view controller and have the user press them individually. Of course that's not what I want.
    Message was edited by: Maxm007

    Yes , most of my application uses the navigation bar. The problem is that the two modal views involved are are used separately throughout the application quite frequently. In this specific case I want to reuse them , but consecutively.
    If I do choose to go for a navigation bar for this case , then I'd need to have two versions of these two views , one without and one with my custom toolbar , wouldn't I?
    I'll definitely try the queued posting. Do I use NSNotification center or is there another way to asynchronously post an event?

  • So I'm trying to get a window to fit my mac. Its a window on pokerstars if that helps, so no minimize/maximize. The window is actually too long vertical ways to fit the screen so the bottom is cut off? I hid bottom toolbar but still no help :-/ any help?

    So I'm trying to get a window to fit my mac. Its a window on pokerstars if that helps, so no minimize/maximize. The window is actually too long vertical ways to fit the screen so the bottom is cut off? I hid bottom toolbar but still no help :-/ any help? Yeah i have no fit screen button, the top toolbar doesnt have zoom/minimize available... any help???

    Hi RobSten1306
    Send us an email if you need help on this case and we can help look into this for you.
    You can email us using the contact the mods link in my profile under the section 'About Me'.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • How to hide ribbon from all item view for particular user group

    hi friends
    how to hide ribbon from all item view of particular list for specific user group.
    using OOB functionality or javascript. 

    Hello,
    Use this codeplex tool to hide ribbon to user group:
    http://spribbonvisibility.codeplex.com/
    If you don't want to use above tool then you have to add SPSecuritytrimming in "Rajiv Kumar" code for filtering based on user group permission.
    http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Problems connecting to Wi-Fi network via 3G and 3Gs (due to modal view?)

    I am trying to connect to a protected network via Wi-Fi using two different devices - a 3G (running 3.0) and a 3Gs. This is a corporate network and is only allowed to visit certain websites that are closed off to the outside world. I don't know the exact type of network configuration, but I am unable to connect to sites such as Google, apple.com, etc.
    In both cases, when I choose the network in the settings app, I first see an activity indicator that clues me in to a connection being established. Then, after a moment a modal view slides up that is titled "Log In", and according to the text above the title it is going to http://www.apple.com As said above, if this is truly the case it would be a problem for me since I can't visit apple.com. So I see an error page served up by my network, and I am disconnected.
    Why is this even going to apple.com? Is the modal view some kind of new feature? Is there anyway to disable it? Note that I am not having this problem using an iPhone 3G or iPod Touch using 2.2.1
    Message was edited by: Brian Papa

    Sun Mar 28 06:02:24 unknown Preferences[292] <Warning>: wifi handler: (null)
    Sun Mar 28 06:02:27 unknown kernel[0] <Debug>: AppleBCMWLAN::setASSOCIATE() [configd]: lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_NONE, key = CIPHER_NONE, flags = 0x0
    Sun Mar 28 06:02:27 unknown configd[22] <Error>: WiFi:[//////////////////>: Failed to associate with Internet: 5
    Sun Mar 28 06:02:27 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::join(): No such network: "Internet"
    Sun Mar 28 06:02:27 unknown Preferences[292] <Warning>: WiFiManagerAssociationCallback: err(5), err(00000005)
    This is what I get on the Iphone configuration utility debug console. I edited out just a couple of numbers in case this is sensitive information the company wouldn't want me to share.
    Message was edited by: F-22

  • [iPhone SDK] Several modal views

    Hello Professionals,
    I have some problems with managing several modal views. So imagine that I have tabBarController with several bars. Then I create another one UIViewController with 2 buttons and display it on top of my tabBarController with help of presentModalViewController method. When I press on one of two buttons I dismiss the first one controller by calling dismissModalViewControllerAnimated and immediately after that create the second controller and display it on the screen (again with help of presentModalViewController). The first controller disappears fine but the second one does not show on the screen at all. tabBarController displays instead of second view controller. What's wrong?
    Thanks.

    Okay, I've run into this same issue. In my case I'm popping up a modal controller to allow a user to enter authentication credentials and then dismissing the modal controller when they select a "login" button. But, if they enter incorrect information, then I pop up a new authentication modal controller to allow the user to correct their authentication credentials. Unfortunately this happens fast enough that the old controller hasn't dismissed yet (using animated:YES) and the attempt to present the new modal controller fails (I presume that the "pending" dismiss zaps both the old modal controller and the new one I was attempting to present).
    So, how does one "wait" for the old modal view controller to finish being dismissed???
    Casey

  • What is the bottom centre icon when viewing an open email iphone 5

    What is the bottom centre icon when viewing an open email iphone 5

    Uncadon,
    Sounds like a Gmail archive icon. "When you archive a message, it moves to the All Mail folder. It does not delete it from the Gmail account. Archive replaces all delete options when using a Gmail account, including using the Trash icon while viewing a message and selecting Edit to manage multiple messages. You can disable this feature in Settings > Mail, Contacts, Calendars > Gmail Account > Archive Messages:"

  • Problem displaying modal view controller.

    I have created a view controller with view in IB, and am trying to display it as a modal view. But when I press the button all I get is a blank screen. If I look at the view object within the new view controller, I can see it has loaded the subviews, but nothing is shown. I created a test project, so I could figure out what I am doing wrong, but here is the code I have to display:
    ModalView *newView = [[ModalView alloc] initWithNibName:@"ModalView" bundle:nil];
    SubViewNewAppDelegate *delegate = [[UIApplication sharedApplication] delegate];
    [[delegate viewController] presentModalViewController:newView animated:YES];
    ModalView is a generic UIViewController created by Xcode.
    And the xib looks like:
    File's Owner (Class set to ModalView, Outlet view to View)
    First Responder (Blank)
    ViewController (Class set to ModalView, Outlet view to View)
    -View
    --Label

    Hi Maksim
              Info sent to me was very useful.
    I have performed the steps which u have sent in the link,but I didn't get the desired result.
    when I hit the "Exit" button for the first time nothing happens but when agained clicked,It gave me a error saying that "Your Application is Expired :errCode,500"
    Pl tell me wht could be the problem
    Thanks a lot
    sethu

Maybe you are looking for

  • Itunes says "update complete" but "do not disconnect" never goes away!

    So, I wait and wait and "do not disconnect" on my ipod never goes away. A little history: I got my nano a few weeks ago, put a few songs on - everything worked fine. Then, I got a new computer. Since I only put a few songs on, I didnt mind starting f

  • URGENT: SapScript Layout printing

    hi all, i have to develop a form which look something like this (click the link for layout)   <a href="http://www.geocities.com/xwing88/layout.JPG">LAYOUT</a> my problem is for columns: Date, Vessel & Remark, these are include texts. - i need to prin

  • How to view the pics

    Hello, I've added pics to my ipod... but I dont know how to view them... and another question... How could I delete those pics?. please, write me an email : [email protected] thx

  • Problem of # in OPEN DATASET

    Hi. I am uploading a TXT file from FTP .All fields are seperated by comma. I have windows NT. I have used following statement to read data. OPEN DATASET w_physical_name FOR INPUT IN TEXT MODE  ENCODING DEFAULT. READ DATASET w_physical_name INTO v_tex

  • Want to become a developer

    I want to become a iOS developer but im not to sure about the codes, is it easy to learn how to build a app? any assistaces or advice to get started? could you explain about the codes?