How to show invisibles (non-printing characters) in Keynote?

Great thanks to anyone who can help find what in Keynote '09 is clicked or keyed to show invisibles (non-printing characters).

I have this same problem.  It used to be under View in Keynote '08 but can't find it anywhere in '09 and it won't even show up in the help.  AAAAhhhhh, come on Apple...where'd you put it?

Similar Messages

  • Hiding non printing characters

    I have migrated character mode report from 2.5 to 10g and mapped the o/p to open in textpad using orarrp.
    But i am getting non printing characters in the o/p when viewed in any editor but in print out they won't appear.
    So how to hide this non printing characters.
    The characters are like "square box" followed by "g","square box" followed by "m","square box" followed by "p"
    This is the prt file which i am using
    printer "wide"
    height 72
    width 132
    code "01" esc 15
    code "18" 18
    code "10" esc 80
    code "12" esc 77
    code "15" esc "g"
    after page control(L)
    return control(M)
    linefeed control(J)
    pls help

    so use the Document
    pattern it after the FixedLengthDocument in the tutorial
    store the real string in the extended document class
    when the user types an invalid character, it is not added to the text pane.
    there is a getText method in the Document (i think)
    have it return the real string with all the characters
    when the user types in the textPane, it will be added to the string in your
    document class but will not be seen in the text area because you have
    filtered it.
    I think you can figure it out. I haven't tested this exact theory but have done
    something similar

  • Non printing characters

    Hi,
    I was cutting and pasting code from a post
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=766671
    To have some fun and see if I could get it to work.
    Had some trouble at first, got some advice and eventually got it to work.
    When I pasted it into TextEdit (standard text editor on my mac) and tried to compile,
    I ended up with100 errors per file. Somewhere along the line I figured
    that the editor was formatting things wrong or including non printing characters
    of some type and screwing up the system. So I downloaded JEdit cut and
    pasted and everything worked fine.
    so, my question is this: Can someone explain this stuation or point me to a resource
    of information on editors and how they work and what to look out for.
    I'm just starting the learning process...seems like there is a lot I need to learn.
    Thanks Bill

    So something else must have been a problem. But
    without any error messages or other details, I
    couldn't possibly tell what.After I read your reply I thought; maybe I did screw up somewhere else, so
    I did the copy and pasting again to try and reproduce the errors.
    I copied from the forum and pasted into TextEdit.
    Saved as plain text (UTF-16)
    I tried to compile and got the following results.
    Since I pasted into JEdit and everyrthing compiled
    I figuered the problem had to do with editor, or formatting.
    Welcome to Darwin!
    bill-macleods-computer:~ bill$ cd desktop/test2
    bill-macleods-computer:~/desktop/test2 bill$ javac *java -d ~/desktop/test2
    JavaTester.java:1: 'class' or 'interface' expected
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \731
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:4: illegal character: \0
    ^
    JavaTester.java:4: illegal character: \8224
    ^
    JavaTester.java:4: illegal character: \0
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:7: illegal character: \0
    ^
    JavaTester.java:7: illegal character: \8224
    ^
    JavaTester.java:7: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: unclosed character literal
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    100 errors
    bill-macleods-computer:~/desktop/test2 bill$

  • Decoding non printing characters

    I am working with a VI that invokes a telnet session. The responses come back in multiple line formats. What's a quick way to translate the non-printing characters so I can see what to use for delimiters? Using platform dependent EOL does not work which I expected since this data is coming straight from the UUT. 
    Thanks,
    jvh
    Solved!
    Go to Solution.

    jvh75021 wrote:
    I am working with a VI that invokes a telnet session. The responses come back in multiple line formats. What's a quick way to translate the non-printing characters so I can see what to use for delimiters? Using platform dependent EOL does not work which I expected since this data is coming straight from the UUT. 
    Thanks,
    jvh
    I will noramlly put the data in a string indicator and set it for either slash code or hex display. If that gets to hard to read, cast the string as an array of bytes and display that.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Making non-printing characters visible

    Hello all,
    I am trying to find a method that will make spaces, non-breaking spaces, newlines, tabs, etc have a graphic representataion in rendered text, like the "Show Invisibles" or "Show Codes" features of most word processors. I tried several Google searches but to no avail. Does anyone know if this is possible in Java?

    Hi,
    There is no such function in Java as far as I know. You have to simulate it yourself. You can compute the advance, etc. using java.awt.font.LineMetrics.

  • How can I remove non-numeric characters from a cell?

    I have a file an rtf file that I can open in Numbers. It puts each line in a separate cell. Each cell contains non-numeric and numeric characters. I'd like to delete the non-numeric characters so that I can add the numbers together. Is there a way to do this easily in Numbers that doesn't require doing it manually?
    Thanks,
    David

    Ok, David,
    This solution will work for vlaues up to 99,000 and if there is a space in front of your amount. There are two parts for clarity but you could wrap them up into one formula if you wanted to.
    B2 =FIND(" ",A2,LEN(A2)−9)
    C2 =MID(A2,B2,10)
    If there is a return before your amount (certain cells in your screenshot got me wondering) then the formula in column B
    =FIND("
    ",A2,1)
    It looks funny because it is finding the return.
    Let me know if this works for you.
    quinn

  • How can I put non-English characters onto JMS queues?

    Hi
    I am posting XML documents onto a JMS queue configured in a WLS domain. The XML doc is UTF-8 but WebLogic does not seem able to handle the advanced characters and shows them as 2 chars each (such as umlauts). How can I configure WebLogic to handle such special characters?
    Any help greatly appreciated,
    Craig

    In order to send an XML message we need to use Interface XMLMessage and send the message by setDocument(Document document) .
    In the document set the content of the message to the DOM document. If we follow this procedure I guess there should not be any issue.
    Regards,
    hy

  • Invisible non-printing areas in Excel . . .

    In Excel I can have a certain part of a spread sheet not print. This is useful, for example, with stuff for the tax office so that they cannot see non relevant information.
    When I import a file with such an "invisible" area into numbers, that feature doesn't work.
    Any one know of a work around?
    Cheers
    Keith

    Keith,
    Separating your content by Sheet is the sometimes easiest for isolation when printing, even if you just drag tables between Sheets in the Sheets Pane, temporarily, when preparing to print.
    Another solution that I am finding convenient is to use Print View mode and make sure that confidential or non-relevant data is on it's own page -- far enough right or down to fall off the main page(s). This can be accomplished by using separate tables, and sometimes as easily as by just adjusting Column widths. Then when you print, select only the pages you need, in the Print dialog box.
    Hope this helps.
    Jerry

  • How to show invisible items in Time Machine Backups?

    Dear All,
    How can I show invisble items on //Time Machine Backups/Backups.backupdb ?
    I've backed //Lion/Users/User/Library , but when i checked the backed folder, i could not find it.
    Any help!!!
    Regards,
    Abdelaal,

    Open Terminal (Applications > Utilities > Terminal.app) and paste this command
    defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder
    To turn invisible files off again, use
    defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder

  • How to show all non schedule customer from customer master data?

    Dear all expert, i need some guide upon CRM. I have a report which i need to show all the business partner. But ineed to filter out all those business partner which is in the schedule (for visit, plan or opportunity). What i want to show in the report is those customer which is not active at all.
    Please help.

    Hi,
    I have try the methods. But it seems like did not work. What i need is to run a report by using crystal report. In this report, i need to list down all the customer where our sales rep. did not place a visit or plan for visit. This is to allow our marketing manager to monitor why is there some customer which is never been visit or it is a long time ago since the last visit by our sales representative. Please advice on this situation.
    Thank You.

  • How to show/hide invisible characters in Mac Keynote 6?

    How can I show/hide the invisible characters in Mac Keynote 6?

    we call them non printing characters
    this cant be displayed in Keynote, Keynote is a video based presentation application and does not have many typographic tools.
    The sister application to Keynote is Pages which can show non printing characters so you should use that;
    View > show > invisibles

  • Show invisible characters?

    There is no option to show invisibles as far as I can see. Why is this?
    I am re-designing a website. The client has no text to supply so I'm having to copy and paste the text from his old website. To be able to show invisibles would be good.

    we call them non printing characters
    this cant be displayed in Keynote, Keynote is a video based presentation application and does not have many typographic tools.
    The sister application to Keynote is Pages which can show non printing characters so you should use that;
    View > show > invisibles

  • Please help with newline non-printing character in JTextPane.

    Hi.
    I need to implement "View non-printing characters" feature in my JTextPane.
    So when this feature is toggled, the newline character is displayed at the end of every line like in Microsot Word editor.
    I been digging around for few hours now and I cant find a solution for this.
    Please help me with any tips guys.

    StanislavL:
    ok i digged around and i found code example... i got my code to show "X" at the end of every line as a newline character. here is code I used:
    import javax.swing.text.StyledEditorKit;
    import javax.swing.text.ViewFactory;
    import javax.swing.text.Element;
    import javax.swing.text.View;
    import javax.swing.text.AbstractDocument;
    import javax.swing.text.LabelView;
    import javax.swing.text.IconView;
    import javax.swing.text.StyleConstants;
    import javax.swing.text.ComponentView;
    import javax.swing.text.BoxView;
    import java.awt.Graphics;
    import java.awt.Shape;
    import java.awt.Rectangle;
    class MyEditorKit extends StyledEditorKit
         public ViewFactory getViewFactory()
              return new MyRTFViewFactory();
    class MyRTFViewFactory implements ViewFactory
         public View create(Element elem)
              String kind = elem.getName();
              if (kind != null)
                   if (kind.equals(AbstractDocument.ContentElementName)) {
              return new LabelView(elem);
                   } else if (kind.equals(AbstractDocument.ParagraphElementName)) {
    //              return new ParagraphView(elem);
                        return new MyParagraphView(elem);
                   } else if (kind.equals(AbstractDocument.SectionElementName)) {
    //              return new BoxView(elem, View.Y_AXIS);
                        return new MySectionView(elem, View.Y_AXIS);
                   } else if (kind.equals(StyleConstants.ComponentElementName)) {
                        return new ComponentView(elem);
                   } else if (kind.equals(StyleConstants.IconElementName)) {
                        return new IconView(elem);
                   // default to text display
                   return new LabelView(elem);
    class MySectionView extends BoxView {
         public MySectionView(Element e, int axis)
              super(e,axis);
         public void paintChild(Graphics g,Rectangle r,int n) {
              if (n>0) {
                   MyParagraphView child=(MyParagraphView)this.getView(n-1);
                   int shift=child.shift+child.childCount;
                   MyParagraphView current=(MyParagraphView)this.getView(n);
                   current.shift=shift;
              super.paintChild(g,r,n);
    class MyParagraphView extends javax.swing.text.ParagraphView
         public int childCount;
         public int shift=0;
         public MyParagraphView(Element e)
              super(e);
              short top=0;
              short left=20;
              short bottom=0;
              short right=0;
              this.setInsets(top,left,bottom,right);
         public void paint(Graphics g, Shape a)
              childCount=this.getViewCount();
              super.paint (g,a);
              int rowCountInThisParagraph=this.getViewCount(); //<----- YOU HAVE REAL ROW COUNT FOR ONE PARAGRAPH}
              System.err.println(rowCountInThisParagraph);
         public void paintChild(Graphics g,Rectangle r,int n) {
              super.paintChild(g,r,n);
              //g.drawString(Integer.toString(shift+n+1),r.x-20,r.y+r.height-3); // line number
              g.drawString("X",r.x+r.width,r.y+r.height-3);
    }this line here draws "X":
    g.drawString("X",r.x+r.width,r.y+r.height-3);How would I modify this to draw a small picture there?
    Thanx a lot.

  • Non English characters conversion issue in LSMW BAPI Inbound IDOCs

    Hi Experts,
    We have some fields in customer master LSMW data load program which can
    contain non-English characters. We are facing issues in LSMW BAPI
    method with non-English characters Conversion. LMSW steps read and
    conversion are showing the non-English characters properly with out any
    issue. While creating inbound IDOCs most of the non-English characters
    replaced with '#' and its causing issues in creating customer master data in
    system. In our scenario customer data with non-English characters in
    the first name, last name and address details. Any specific setting
    needs to be done from our side? Please suggest me to resolve this issue.
    Thanks
    Rajesh Yadla

    If your language is a unicode tehn you need to change the options  like IN SAP you need to change it to unicode  in the initial screen Customize local layout(ALT F12) options 118  --> Encoding ....

  • Non US characters?

    Hi,
    how do I enable non-us characters? I'd prefer the application supported unicode.
    Currently, all local characters (šđčćž) change to invalid chars.
    Regards
    Jernej

    Go to project properties->compiler and set this.
    You might also need to set the encoding in your specific JSF pages.

Maybe you are looking for

  • Wrong GR/IR account derivation for PM01 orders

    Wrong GR/IR account derivation for PM01 orders which will settle to related WBS elements Two gr/ir accounts have been determined with object class investment and overhead. The FI document picking up different accounts and not the same account for pm0

  • 2nd hand iMac - no software

    Hello all, I have purchased a second hand iMac with no software. I already own an iMac and have upgraded it over the years from 10.4 to and then to 10.6.  As I am no longer using the 10.4 software, and have purchased new versions of 10.5 and 10.6, am

  • 64-bit Windows 7 on Boot Camp Problem

    I recently got my new Macbook Pro, 15" with Intel i7 inside. I installed Windows 7 64-bit in it through Boot Camp right after I got it. However, after installation, I found my Mac system takes far longer time to boot up than as before (Well, that "fa

  • How to get unique Id's along with using a formula in Report

    Hi, I have data in the following format: PO no  Subfield Created date Changed date 123              A               01/01/2011        20/01/2011 123              B               01/01/2011        20/01/2011 124              A               01/01/2011

  • Adding Photos To Photo Stream From iPhoto Doesn't Work.

    Hi, I'm a new Mac user, just becoming acquainted to Mavericks. I've imported all of my photos into iPhoto, have found some photos I wanted to share with some friends. So, I selected the Photos, then clicked the "Share" icon, then "iCloud". I created