Thanks for this. I appreciate that skipping the 'Print Dialog' is not
standard. I've written my own 'Page Setup' dialog box for windows, which has
limited functionality but at least works. The client seems happy, which
means I'm happy as well.

As you suggest I'll send a report to the bugs email address.

Regards

Gary Rathbone



on 7/6/01 3:50 pm, Sjoerd Op 't Land at [EMAIL PROTECTED] wrote:

> Hooknet wrote/ schreef:
> 
>> Thanks Mark, but the problem remains.
>> 
>> I'm using the following...
>> 
>> on mouseup
>> answer printer
>> if the result is empty then
>> print this card
>> end if
>> end mouseup
>> 
>> for Mac which works fine. This is the same code that you suggest for Win.
>> I've created a test stack and *still* can't change the orientation on the
>> pag, and I know that its not just my machine.
> This is not standard behaviour. With 'answer print' you get a 'page setup'
> dialog, but usually one gets a 'print dialog' after clicking 'print' in an
> app. So you should use this:
> 
> on mouseup
> open printing with dialog
> if the result is empty then
> print this card
> end if
> close printing
> end mouseup
> 
>> The product is now on test with 10 of our consultants. The 2 with Macs said
>> the print button works 'OK'. 4 of those with PC's have the same problem,
>> when the orientation is changed in the Page Setup, MC seems to ignore it. (I
>> guess the other 4 have yet to install the product).
>> 
>> So any suggestions ? Please.... anyone ....?
> Well, if MetaCard ignores the Page Setup settings, this definitely is a bug.
> I'd say: report it to <[EMAIL PROTECTED]>
> 
> In the meanwhile (I don't know whether this is of any use for you, but...) I
> use the printfield stack from MC itself to print nice pages, which also are
> neatly numbered etc. You can 'use' the stack in the attachment to use
> printfield.
> 
>> Regards
>> 
>> Gary Rathbone
> Groetjes,
> Sjoerd
> 
> 


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to