Page 1 of 1

si Print Dialog

Posted: Fri Jan 31, 2003 9:36 pm
by tjackson1952
Hello,

I am not sure if this has been fixed so here goes.

I discovered a problem in that the si Print Dialog component fails when you try to run a program on a computer what has no printers.

The Delphi Print Dialog component does not fail.

Any help.

Tony

Posted: Sat Feb 01, 2003 6:33 am
by isiticov
Both Delphi standard PrintDialog and TsiLang's siPrintDialog raise exception: "There is no default printer currently selected". And both fail to execute. So this is behavior (wrong or not I'm not sure) of Delphi's dialog. TsiLang's dialog doesn't introduces anything new in functionality it just updates some strings in dialog when showing.

Hello

Posted: Sat Feb 01, 2003 8:58 am
by tjackson1952
Please disregard my last post. Seems that both si and Delphi Print Dialogs both blow up when there are no printers.