Bug trying to paste text in a dialog? (OS X)

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Bug trying to paste text in a dialog? (OS X)

    Hi, I'm new to OS X and Apple/Mac programming.

    I have an application that displays a dialog (from a nib file made in
    Interface Builder) with some text fields and so on. When I try to
    paste some text into one of the text fields, the text always shows up
    in the top-left corner of the dialog (it appears to be "in" the
    control, as my code reading the controls has no problem seeing the
    pasted text -- it's just that it doesn't show up in the field itself
    but in this corner of the dialog).

    Does anybody know how I might fix this?
    Kalani Thielen Guest

  2. Similar Questions and Discussions

    1. Can't Copy and paste text
      I am using Contribute4 with Word2000. The page I and editing in Contribute has been created with a Dreamweaver Template. I have made an editable...
    2. Text Cut & Paste Issues with Acrobat ver. 6.0.1
      I have a unique issue with Acrobat ver 6.0.1. When I cut and paste black text to another text block on another sheet of the same PDF document it...
    3. Copy and paste text into different app.
      Hello, I typed some text onto a fireworks document using the standard text tool. Now I would like to use that text somewhere else. Whenever I try...
    4. Paste Formatted Text
      This has been driving me crazy: I have started a database of interesting articles I have found onlne to read at a later time. A lot of the...
    5. Copy/Paste Illustrator to Photoshop - No Dialog Box
      I'm trying to copy vectors from Illustrator 9.02 to Photoshop 7.0 and am having some problems. When I paste into PS, it just pastes the path, not the...
  3. #2

    Default Bug trying to paste text in a dialog? (OS X)

    Hi, I'm new to OS X and Apple/Mac programming.

    I have an application that displays a dialog (from a nib file made in
    Interface Builder) with some text fields and so on. When I try to
    paste some text into one of the text fields, the text always shows up
    in the top-left corner of the dialog (it appears to be "in" the
    control, as my code reading the controls has no problem seeing the
    pasted text -- it's just that it doesn't show up in the field itself
    but in this corner of the dialog).

    Does anybody know how I might fix this?
    Kalani Thielen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139