Oh, and as a second thought: I have a background image on each card over which
my text is overlaid, so no "drawing" graphics.
Joe Lewis Wilkins
On Sep 28, 2010, at 11:36 AM, jcw...@jaguar1.usouthal.edu wrote:
> I am trying to print a card and the result is that the graphics print out but
>
Hi Jim,
Some consolation. I have an "exact" same situation and it works fine, so I
haven't a clue as to what your problem may be. What kind of Printer are you
using? I'm using an Epson 1270, and have the user set all the parameters with
the Page Setup dialog. Just call Print Card and Print mark
I am trying to print a card and the result is that the graphics print out but
not the text. This is a new problem because it used to work fine. I am using
Rev 4.0 and Mac OSX 10.6.4 on an intel iMac.
All the text fields use Arial and changing the font does not yield any
different results. A
What may work is set the systemPrintSelector to false!
Answer printer then brings up a print dialog with the printer in it, which is
dramatic progress.
Peter
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to sub
Tom Johnson writes: "I'm having some major problems with printing. All I want
to do is print a single card. It's not a big, elaborate deal."
Quite so. Very familiar.
To try out the script, I created a new stack, put a button on it, pasted in
the script which was posted, clicked the button
Have you tried printing just the gif image? Is it possible that the
original image source is too big for the print buffer? Are you spooling
the printer output? You didn't mention the OS and that might help solve
the problem.
You might also try and see if you can print everything BUT the ima
Hi All,
I'm having some major problems with printing. All I want to do is print a
single card. It's not a big, elaborate deal. There is a gif image that
covers the entire card and there are numerous fields and some checkbox
buttons that lie on the gif. It seems like there is a limit to the number o
Still having printing problems. Still 2.6.1 Linux
revPrintField works, but puts large fonts very spread out on too many pages,
and in landscape for some reason.
This at least has a workaround - put it into a text file, reformat it in awk
and pipe it through to kprinter using shell(). Yes I
Devin,
Yes, it looks fine on screen. It just prints out wonky (there's a word I
wish we had in American English). Thanks for verifying the bug. Glad it
isn't just me.
I did enter them in the quality center. #4669 and #4670.
At 12:07 PM 4/12/2007, you wrote:
On Apr 12, 2007, at 8:33 AM
On Apr 12, 2007, at 8:33 AM, Peter T. Evensen wrote:
This happens on Windows XP.
I have a field that contains the following (for the htmlText):
lang="ru">англичан
82;а
This field prints out fine. However, if I bold (or underline) any
character, I get a large space before the bolded cha
This happens on Windows XP.
I have a field that contains the following (for the htmlText):
lang="ru">англичанка
This field prints out fine. However, if I bold (or underline) any
character, I get a large space before the bolded character and a space
after and the line spacing gets completely
93 and counting.
PL
-Original Message-
From: [EMAIL PROTECTED]
To: use-revolution@lists.runrev.com
Sent: Wed, 25 Oct 2006 1:31 AM
Subject: Re: Printing problems
Paul,
88 votes now.
I voted for it long ago.
This bug is over two years old and still listed as "unconfirmed"
Paul,
88 votes now.
> I voted for it long ago.
> This bug is over two years old and still listed as "unconfirmed". It has
> 83 votes.
> Little wonder so many people refuse to waste time with bugzilla.
> I wish the Rev team would get serious about bugs in general and printing
> in particular. [.
ook like either is likely to happen
any time soon.
Paul Looney
-Original Message-
From: [EMAIL PROTECTED]
To: use-revolution@lists.runrev.com
Sent: Tue, 24 Oct 2006 3:50 PM
Subject: Printing problems
Hello all,
I have an app that produces labels from a Dymo label printer. These
l
> On a related note, this app frequently needs to swap printers as it
> prints labels on the Dymo printer and reports on a laser printer. This
> is a real pain for the users as Rev has no way of storing & setting
> page setups or printer preferences. I have to ask them to do Page
> setup every tim
On 10/24/06 3:50 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote:
> On a related note, this app frequently needs to swap printers as it
> prints labels on the Dymo printer and reports on a laser printer. This
> is a real pain for the users as Rev has no way of storing & setting
> page setups or pri
Hello all,
I have an app that produces labels from a Dymo label printer. These
labels include a barcode which I calculate and display using a barcode
font, then they get printed. This works perfectly on one computer.
Then I tried running it on another computer and every time I try to
print I get
Thanks Mark. Went there, read it, added my comments and voted for it.
Mark MacKenzie
Mark Wieder wrote:
Mark-
Bugzilla #1377.
http://support.runrev.com/bugdatabase/show_bug.cgi?id=1377
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.run
Mark-
Bugzilla #1377.
http://support.runrev.com/bugdatabase/show_bug.cgi?id=1377
--
-Mark Wieder
[EMAIL PROTECTED]
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
I have looked in bugzilla but have not been able to find a report on
this problem. However, thay may be a result of my unfamiliarity with
buzilla.
Using Rev 2.5 (release 1) with the script window open I get garbled text
lines when I print the script out.
This is on Windows XP and using a netw
I need to know if I can expect to get the font size to change from an
apparent default of 14 when printing.
The docs say:
"By default, the value of printTextSize is 14. A handler can set the
property, but the new setting has no effect."
Does this mean all printing will be 14 point? Seems crazy,
Just a strange thing or two happening. I'm having trouble getting my standalone in
Windows to print when I write the script:
revPrintField the name of card field "mistakesfield"
or
revPrintField ("cd field" && quote & "mistakesfield" & quote)
Printing has worked fine in my other standalones.
Not
--- Andre Rombauts <[EMAIL PROTECTED]> wrote:
> on startup
> set the formatForPrinting of stack "tstprint"
> to true
> end startup
dans quel script est "on startup" svp?
=
[EMAIL PROTECTED]http://www.erikhansen.org
__
Do you Yahoo!?
Yaho
--- Andre Rombauts <[EMAIL PROTECTED]> wrote:
> I1m testing RunRev capabilities. I1m encountring
> several problems.
> I wrote the following script attached to a single
> button; there is an input
> field (info) on the stack.
>
> on mouseUp
> if the platform is "MacOS" then
> revShowPrintDia
Title: Printing problems...
I’m testing RunRev capabilities. I’m encountring several problems.
I wrote the following script attached to a single button; there is an input field (info) on the stack.
on mouseUp
if the platform is "MacOS" then
revShowPrintDialog false, t
I should have added to my previous message that I can otherwise print from
any OS X program (MS Office, Freehand, etc.) and any OS 9 program.
Frank Bacheller
--
Franklin I. Bacheller, Ph.D.
Director and Associate Professor
Intensive English Language Institute
Utah State University
0715 Old Mai
Message: 7
Date: Wed, 13 Feb 2002 18:02:54 +1100
Subject: Re: OS X Printing Problem
From: David Vaughan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Lee
Sorry to ask such an obvious question, but I have never had a problem
printing under OSX (Rev or anything else) so I j
27 matches
Mail list logo