Sorry, Yves, I thought the printing stack was already open. You can use "open inv stack" to open a stack invisibly, and it will automatically get the focus, as in:
open inv stack "printStack" refShowPrintDialog false,true print card 1 close stack "printStack" Personally, I would lock messages before opening the printing stack and unlock them afterwards, just so you don't have extra open/close stack messages flying around (unless of course you depend on them). Hope this helps, Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ----- Original Message ----- From: "Yves Copp�" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 1:36 PM Subject: Re: Print card > >Yves, > > > >Can you try: > > > >put the short name of this stack into currStack > >lock screen > >set the defaultStack to "otherstack" > >refShowPrintDialog false,true > >print card 1 > >set the defaultStack to currStack > >unlock screen > > > >This is off the top of my head, but it should work... > > > > I get an error : > > * There was an Execution Error at 8:31:52 PM > Error description: print: card or stack must be open to print it > > > so I must "go to stack" and although the lock screen you see the go > to stack on the screen... > > Any other idea ? > > Thanks. > -- > Greetings. > > Yves COPPE > > Email : [EMAIL PROTECTED] > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
