Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Print problem

    Hi,
    I am putting together a postcard. My document has two pages. On page 1 is the main graphic and some text for the front of the postcard. On page 2 is only text in multiple text boxes. I cannot get page 2 to print at all. When I look at it in Print Preview it shows as a blank page. I have tried both postscript and non-postscript printers.

    More info:
    The text on page 2 appears "greyed out" unless I double click on the text box. All the text on page 1 appears normal
    Page 2 doesn't show up in Print Preview
    I am using Freehand MXa. I also tried Freehand MX with no difference. I re-installed FH MXa but that also did not help

    I am new to Freehand so I wonder if I am in some sort of "mode" that is preventing the page 2 text from being seen??? I don't know....

    My project is due tomorrow. So any help is greatly appreciated. I am going nuts over this one!

    Thank you!!!
    Jenny


    jennya webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Print Date Problem
      Hi, I am a PC user and have incorporated a document javascript that updates the print date at the bottom of the page to the current date. The...
    2. Print Spooler Problem
      I am having problems with the print spooler service on one of my 2k server boxes. It keeps stopping for no reason and I have to manually restart...
    3. Textfield print problem
      Hi. I have a form with some textfields and it looks fine when I fill the fields but when I print the text is only one long line. The text changes...
    4. Print to PDF problem. Help me
      I installed successfull Adobe Acrobat 6.0 (lisence)for 04 Workstations (Windows 98 OS - lisence). But I have a problem with one workstation, It can't...
    5. Print Problem MX only Images > 100 kb
      Hi Community, I'am a new User with Freehand MX and have a very mystic Problem. I create a 20 Site Publication with very small ( 50-80 Kb) RGB...
  3. #2

    Default Re: Print problem

    Your text is sitting on a layer that is below the "print bar". Go to
    the layers palette, select the text. The highlighted layer (probably
    called background) will be below the "bar." Either click on a layer
    above the bar (with the text selected) or drag the bar beneath the
    current layer.

    Rich

    "jennya" [email]webforumsuser@macromedia.com[/email] wrote:
    > Hi,
    > I am putting together a postcard. My document has two pages. On page 1 is the main graphic and some text for the front of the postcard. On page 2 is only text in multiple text boxes. I cannot get page 2 to print at all. When I look at it in Print Preview it shows as a blank page. I have tried both postscript and non-postscript printers.
    >
    > More info:
    > The text on page 2 appears "greyed out" unless I double click on the text box. All the text on page 1 appears normal
    > Page 2 doesn't show up in Print Preview
    > I am using Freehand MXa. I also tried Freehand MX with no difference. I re-installed FH MXa but that also did not help
    >
    > I am new to Freehand so I wonder if I am in some sort of "mode" that is preventing the page 2 text from being seen??? I don't know....
    >
    > My project is due tomorrow. So any help is greatly appreciated. I am going nuts over this one!
    >
    > Thank you!!!
    > Jenny
    >
    >
    Rich Hudgins Guest

  4. #3

    Default Re: Print problem

    Rich, you are a prince!
    Thank you for your help on this.

    Take Care,
    Jenny


    jennya webforumsuser@macromedia.com Guest

  5. #4

    Default Print Problem

    Hi,

    I have a certificate page at the end of the exam i have made in Flash MX 2004 Pro. I have a print button on this page so that the user is able to print, i'm using this code at present:

    on (release) {
    var pageCount = 0;
    var my_pj = new PrintJob();
    if (my_pj.start()) {
    if (my_pj.addPage(0, {xMin:0,xMax:600,yMin:0,yMax:800})) {
    pageCount++;
    }
    if (pageCount) {
    my_pj.send();
    }
    delete my_pj;
    }
    }

    When it prints it is too big for the page and its not printing all the way across the page. I wonder if anyone can help me to print the page so it fits on the paper?? Ideally i would like it to automatically print on a landscape print??

    Thanks in advance,

    Guy


    GuyS webforumsuser@macromedia.com Guest

  6. #5

    Default Print problem

    1. scanned document then print in preview - ok
    2. create ( one document with multiple pdfs) in acrobat and then send to print produces a dark fuzzy representation around all text/images....but, it looks good on the screen...

    Anyone know what could be the problem?

    thanks

    Thom
    thomas_uemoto@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