Is "revShowPrintDialog" Working Yet?
Sarah
sarahr at genesearch.com.au
Tue Jun 17 20:46:00 EDT 2003
Hi Joe,
Just checking, but are you sure there really is a checkbox or
radiobutton called "PrintDialog" and that it is hilited? You couldn't
have two buttons with the same name, could you? Perhaps you should put
in a test line to "answer" the hilite of the "PrintDialog" button to
check that it really is reading the correct setting.
Is the field printing even when it doesn't show the dialog, or does the
whole script fail for some reason?
Cheers,
Sarah
sarahr at genesearch.com.au
http://www.troz.net/Rev/
On Monday, June 16, 2003, at 04:07 pm, Gardner, Joseph A wrote:
> Thanks for the reply Sarah. The script I'm using is as follows:
>
> on mouseUp
> if field "FileContents" is empty then exit to top
> revShowPrintDialog false, the hilite of button "PrintDialog"
> revPrintField ("field" && quote & "FileContents" & quote)
> end mouseUp
>
> I'm not sure why the Print dialog box never comes up. The
> revPrintField command works just fine, but I was trying to get the
> dialog to come up so the users had a chance to change printers or
> settings if they wanted to. Maybe it's a Windows thing?
>
> I may try the "answer printer" option if this doesn't work out...
>
> joe.
More information about the use-livecode
mailing list