Unable to view Hard and Soft Returns

I've upgraded to 09 for Keynote and I can no longer see the lighter blue icons indicating hard and soft returns which allow control for my copy flow when animating the text. How do I make these viewable again?

Try deleting the iCloud account, then sign back in.

Similar Messages

  • Finding hard and soft open file limits from within jvm in linux

    Hi All,
    I have a problem where I need to find out the hard and soft open file limits for the process in linux from within a java program. When I execute ulimit from the terminal it gives separate values for hard and soft open file limits.
    From shell if I run the command then the output is given below:
    $ ulimit -n
    1024
    $ ulimit -Hn
    4096
    The java program is given below:
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.Reader;
    import java.io.StringWriter;
    import java.io.Writer;
    public class LinuxInteractor {
    public static int executeCommand(String command, boolean waitForResponse, OutputHandler handler) {
    int shellExitStatus = -1;
    ProcessBuilder pb = new ProcessBuilder("bash", "-c", command);
    pb.redirectErrorStream(true);
    try {
    Process shell = pb.start();
    if (waitForResponse) {
    // To capture output from the shell
    InputStream shellIn = shell.getInputStream();
    // Wait for the shell to finish and get the return code
    shellExitStatus = shell.waitFor();
    convertStreamToStr(shellIn, handler);
    shellIn.close();
    catch (IOException e) {
    System.out
    .println("Error occured while executing Linux command. Error Description: "
    + e.getMessage());
    catch (InterruptedException e) {
    System.out
    .println("Error occured while executing Linux command. Error Description: "
    + e.getMessage());
    return shellExitStatus;
    public static String convertStreamToStr(InputStream is, OutputHandler handler) throws IOException {
    if (is != null) {
    Writer writer = new StringWriter();
    char[] buffer = new char[1024];
    try {
    Reader reader = new BufferedReader(new InputStreamReader(is,
    "UTF-8"));
    int n;
    while ((n = reader.read(buffer)) != -1) {
    String output = new String(buffer, 0, n);
    writer.write(buffer, 0, n);
    if(handler != null)
    handler.execute(output);
    } finally {
    is.close();
    return writer.toString();
    } else {
    return "";
    public abstract static class OutputHandler {
    public abstract void execute(String str);
    public static void main(String[] args) {
    OutputHandler handler = new OutputHandler() {
    @Override
    public void execute(String str) {
    System.out.println(str);
    System.out.print("ulimit -n : ");
    LinuxInteractor.executeCommand("ulimit -n", true, handler);
    System.out.print("ulimit -Hn : ");
    LinuxInteractor.executeCommand("ulimit -Hn", true, handler);
    If I run this program the output is given below:
    $ java LinuxInteractor
    ulimit -n : 4096
    ulimit -Hn : 4096
    I have used ubuntu 12.04, Groovy Version: 1.8.4 JVM: 1.6.0_29 for this execution.
    Please help me in understanding this behavior and how do I get a correct result from withing the java program.

    Moderator Action:
    As mentioned in one of the earlier responses:
    @OP this is not a Java question. I suggest you take it elsewhere, i.e. to a Unix or Linux forum.You posted this to a Java programming forum.
    It is not a Java programming inquiry.
    This off-topic thread is locked.
    Additionally, you have answered your own question.
    Don't bother posting it to one of the OS forums. It will get deleted as a duplicate cross-post.

  • PS CS6 on the mac pro: the bruch in hard and soft is the circle of the bruch bigger than then the effect. How can i bring it to normale?       /Users/jorisneyt/Desktop/Schermafbeelding 2014-11-07 om 10.04.59.png

    PS CS6 on the mac pro: the bruch in hard and soft is the circle of the bruch bigger than then the effect. How can i bring it to normale?

    Go to System Preferences>Accessibility>Display and the set the Cursor Size to Normal

  • Unable to view google and facebook in safari

    Unable to view google and facebook in safari on ios 7.0.3 on my ipad mini. The page is trying to reload repeatedly and chrome browser is written on the tab where google/Facebook should be.

    I am not sure of the reasons but that is the normal
    appearance in Safari, at least it is what I have seen. I think the
    issue is how Safari handles things rather than what RoboHelp
    produces.
    In looking at other help products before going for RoboHelp,
    did you download some trial versions of other products and have you
    checked their output in Safari?
    Maybe someone with more knowledge of Safari can comment?
    For what it may be worth, only 1.3% of the visitors to my
    site use Safari so that wouldn't upset me too much. Of course the
    percentage may be different and more important for you. I suspect
    Safari users are used to such things.
    Right or wrong, IE and Firefox are the biggies.

  • Unable to view terms and conditions

    unable to view terms and conditions for icloud as keep getting error message "Unable to connect to server" although everything is working

    Try deleting the iCloud account, then sign back in.

  • Unable to view invoices and going into enter mode.

    Dear all,
    Under the Receivables Inquiry responsibility in the AR transaction forms (view invoice).
    Unable to view invoices and going into enter mode.
    Please help to debug this issue.
    Thanks for your help in advance.
    With Regards,
    Sunil Kumar Mallina.

    Please post the details of the application release, database version and OS.
    Under the Receivables Inquiry responsibility in the AR transaction forms (view invoice).
    Unable to view invoices and going into enter mode. Was this working before? If yes, any changes have been done recently?
    Do you get any error? Please elaborate more.
    Thanks,
    Hussein

  • Hard and soft reset wont work either

    Same thing happened here, my phone has been of for three days now and I have tried everything hard and soft reset even other stuff that I found on line that might help still nothing. This is not the first time, this has happened to me like 3 other times.
    Never buying a nokia product ever again.

    swafdar010 wrote:
     ....even other stuff that I found on line that might help still nothing. 
    Did you try Nokia Software Recovery Tool ?

  • List manager displaying view value and not return value

    Hello,
    I'm using a list manager based on pop-up LOV. When I click on an item on the pop-up window, the window is closed and the return value is inserted in the page textbox. I would like to have (as expected) the view value, and have the return value used just as field value during form submit.
    I'm using Application Express 2.1.0.00.39
    Thanks.
    Eugenio

    Unfortunately, you can't. The way to do it is to return the display value into the List Manger item and then use the APEX_UTIL.STRING_TO_TABLE function to loop through the values and fetch the IDs. You will need to make sure the LOV items are unique and don't contain any colons.
    I hope that helps
    Shunt

  • Unable to view tabs and layouts on web sites

    When I log into myspace or Facebook I am unable to view tabs or page layout. Even at yahoo, My pages come out plain
    == This happened ==
    Every time Firefox opened
    == As soon as I downloaded Fire Fox

    I have already tried Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in Safe Mode to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See Troubleshooting extensions and themes and Troubleshooting plugins
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the Safe mode start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")
    But it still does not work

  • Unable to view Play and records buttons

    I am unable to view the bar with play, record, stop etc.

    Just position your cursor on the bottom edge of the Arrange window until your cursor appears as a solid black line with an arrow pointing up from the middle. Then either double-click or click and drag up until the Transport appears. You can also open the Transport in a separate window using CMD+7 or going to Window/Transport.
    Cheers

  • Unable to view safari and music longway after software update

    Hi after i updated my ipod touch 4th gen, it became unable to view safari pages and music long ways. I am also unable to view videos the short way. Motion gesture however is still working fine on games.

    Hello again, Buckeye_85.
    Thanks for the update on your issue. Due to the nature of your issue you may find more information by using another one of Apple's support resources - https://getsupport.apple.com/GetproductgroupList.action to get a more hands-on response.
    Cheers,
    Pedro

  • Unable to view images and videos on file explorer ...

    hi. Im using a nokia E6. Im unable to view my images and videos taken using the phone camera if i go through the file explorer. But im a ble to view them through the gallery. Can anyone help me out here?. I've tried resetting the system. No change.

    hi, have you tried reinstalling the current firmware thru Nokia Suite on PC?

  • Unable to view logs and traces via NWA

    under netweaver administartion I am unable to see logs and traces .when click on the monitor and logs&traces getting the error : "cannot start plug-in".
    Path : NWA>monitoring>logs and traces.
    Please help me .

    Gopal's instructions are fairly clear about the post install steps. Log on to NWA and use the "Deploy and change"  option in the NWA TLN. You will now see a list of tasks organized by template and scenario. One of these under scenario NWA is configure NWA.
    (This is EP7, right?)
    (and I am impressed that he wants you to "avoid points if useful"!)

  • Unable to view canvas and timeline

    Hi,
    I'm new to final cut express. I would like to ask how do i view the canvas and timeline.
    Below is a picture which i see when i try to view it
    The options canvas and timeline are grayed, thus unable to click it
    Please help me.
    Thanks

    You don't appear to have a sequence open; that's what displays in the Timeline and Canvas. If there isn't a sequence icon in your browser, go to File>New>Sequence and double click on icon that appears in the Browser.

  • HT3728 i keep getting "an unexpected error occurred " tried factory and hard and soft resets to no avail. Help??

    Just moved, set everything up with a new bt hub 3 router, imac, time capsule and an airport express. After a power cut, cannot get TC or AE to connect. Tried hard,soft and factory resets. TC is a 3tb, AE is the latest. Airport goes through the motions, both start showing green light and the I get the message, " An unexpected error has occured. Please try again" Help???

    The power cut has corrupted a setting.
    Plug the TC into a computer by ethernet. Do a factory reset and start over.
    Complete the setup.. then do the AE, again directly by ethernet.
    I presume the TC is bridged and plugged into the HH3.. then the express is being used to extend wireless. If not tell us more info.
    When you finish the setup.. in the airport utility use the export configuration to save a configuration copy.. if you get stuck again you can then quickly restore the working config.

Maybe you are looking for

  • Solved: "Error in loading DLL" adding vb Reference to Photoshop CS5.1 (CS5.5)

    It took me a while to solve this so I thought I'd post the solution. On two machines (one 32-bit the other 64-bit) running the new Phonoshop CS5.1 that ships with CS5.5, I had trouble adding a reference in vb (vba) to the Photoshop Object Library for

  • Crystal Reports 2008 and Postscript

    Hello, I think I have to start a new thread for this. Originally I described the problem here: Printing Crystal Report to Postscript Now we upgraded our Crystal Reports for Visual Studio 2005 to the latest version - CR 2008 SP0. We had purchased the

  • MCVCR80.dll missing..... Where is the official guide for what to do?

    My Itunes went down the drain at the latest upgrade. I see that there are some discussions here at the support site, but where is the official guide from Apple for what to remove and what to do? - Claus

  • My iphone 4 keeps shutting down since i updated the device

    I updated my iphone 4 and now the phone is shutting down whenever I attempt to use an app. For example, I went to use my camera to video my daughter's bedroom, and the phone shut down on me and did not come back on for about 15 to 20 minutes. Why is

  • Working with canvas. Rectangle won't fill.

    Hey, i'm working with canvas. [code] GraphicsContext g2d; g2d.strokeRect(x, y, w, h); //Rect gets drawn. g2d.setStroke(Color.WHITE); //Strokes are white, works as well. g2d.setFill(Color.BLUE); //Nothing happens. i expect the rectangle to be filled b