Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Re: Text Problems

    > Can;t figure out where to add the error trapping but this is working fine.
    > on mouseDown me
    > if member("abolition_text_changer").rtf= member("Ann Yearsley_text").rtf
    then
    > myRtf = member("Ann Yearsley_text").rtf
    > fIO = new(Xtra "fileIO")
    if not(objectP(fIO)) then
    alert("Could not instantiate fileIO xtra.")
    exit
    end if
    > aFile = displaySave(fIO,"Select a filename","Ann Yearsley.rtf")
    if aFile="" then -- user pressed escape
    exit
    end if
    > createFile(fIO,aFile)
    -- check for error
    > openFile(fIO,aFile,0)
    -- check for error
    > writeString(fIO,myRtf)
    -- check for error
    etc.

    Andrew Morton

    Andrew Morton Guest

  2. Similar Questions and Discussions

    1. DMW 4 to DMW 8 problems with text
      :Q I went from Dreamweaver 4 to Dreamweaver 8 and am now having a difficult time with OLDER browsers that our company will not update (They are...
    2. problems with text in PS CS
      i'm trying to add text to a photo and all i get is a small dot when i click on it with the text tool, no blinking cursor. when i try to type nothing...
    3. Text Field problems, always displays text from half way down..!
      Hi I have an ordinary text information field, that is in a separate frame and is jumped to. however when It jumps their the text field is...
    4. Text problems in MX
      I just made the move from Fireworks 4 to mX, and I have to say Im disappointed and will move back unless I can resort this. Whenever I enter text...
    5. Text box problems
      Hi everybody, I am having a slight problem w/ one of my textboxes. I get an error 2176, "You can enter up to 255 or 2,048 characters for this...
  3. #2

    Default Text problems

    Hi all, I am using the latest version of Adobe Illustrator CS on a G5 Mac. I am desparately trying to justify some text but it will just will not happen. I have been to the help pages and followed the instructions to the letter with no success. But under the Type menu the Area Type Options is always grayed out, so I cannot proceed further than this and it is getting increasingly frustrating. Is there anyone out there who help me before I pull my hair out.

    I look forward to your help. Many thanks.

    Paul
    Paul_Scotton@adobeforums.com Guest

  4. #3

    Default Re: Text problems

    Is your type in an AREA type block? Or is it POINT text. Only area
    type will justify.
    Doug_Katz@adobeforums.com Guest

  5. #4

    Default Re: Text problems

    Hi Doug, thanks for replying to my message.

    My text is POINT text as the problem that I am having is that the AREA TYPE OPTIONS in the type menu is always grayed out, so I can not change it to AREA TYPE. Is there something that I might be doing wrong and there is a different way to change it. Let me know if there is a solution, I will be very grateful if you can help.

    Many thanks
    Paul
    Paul_Scotton@adobeforums.com Guest

  6. #5

    Default Re: Text problems

    Select the text with one of the arrow pointers. Cut. Get the Type tool and drag out a text box. Paste.
    Gary_Newman@adobeforums.com Guest

  7. #6

    Default Re: Text problems

    Hi Gary,

    Not THE Gary Newman from the 80s era I presume.

    Thanks the the great tip, it work perfectly and I can now finish the job without pulling my hair out.

    Many thanks again.

    Paul
    Paul_Scotton@adobeforums.com Guest

  8. #7

    Default Re: Text problems

    I still occasionally get calls asking if I do weddings.
    Gary_Newman@adobeforums.com 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