Re: Printing in Silverlight / Writing a bitmap that's not visible

2010-07-04 Thread .net noobie
http://channel9.msdn.com/shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35/ On Thu, Jun 24, 2010 at 4:22 PM, ton...@tpg.com.au wrote: Thanks Dan, Is there a predefined set of arguments that I pass in to Measure and Arrange? Regards, Tony On Thu, Jun 24th

Re: Printing in Silverlight / Writing a bitmap that's not visible

2010-06-24 Thread danlazner
Tab. Dan -- From: danlaz...@arcamis.com Sent: Thursday, June 24, 2010 11:42 AM To: ozSilverlight ozsilverlight@ozsilverlight.com Subject: Re: Printing in Silverlight / Writing a bitmap that's not visible Hi Tony, In WPF, (and I believe

Re: Printing in Silverlight / Writing a bitmap that's not visible

2010-06-24 Thread tonywr
...@arcamis.com Sent: Thursday, June 24, 2010 11:42 AM To: ozSilverlight ozsilverlight@ozsilverlight.com Subject: Re: Printing in Silverlight / Writing a bitmap that's not visible Hi Tony, In WPF, (and I believe it is meant to be similar in Silverlight) these sorts of issues are usually fixed

Printing in Silverlight / Writing a bitmap that's not visible

2010-06-23 Thread tonywr
Hi all, We have moved to Silverlight 4 due to the printing capability. I have been working on the best way to enable printing in my application. I have settled on writing page components to Bitmaps, then slotting those bitmaps into a page template control (printTemplate) and printing that.

Re: Printing in Silverlight / Writing a bitmap that's not visible

2010-06-23 Thread danlazner
. -- From: ton...@tpg.com.au Sent: Thursday, June 24, 2010 11:27 AM To: ozsilverlight@ozsilverlight.com Subject: Printing in Silverlight / Writing a bitmap that's not visible Hi all, We have moved to Silverlight 4 due to the printing capability. I have been working

Re: Printing in Silverlight / Writing a bitmap that's not visible

2010-06-23 Thread Jordan Knight
May try calling it on a dispatcher callback... On Thu, Jun 24, 2010 at 11:27 AM, ton...@tpg.com.au wrote: Hi all, We have moved to Silverlight 4 due to the printing capability. I have been working on the best way to enable printing in my application. I have settled on writing page

Re: Printing in Silverlight

2010-06-19 Thread .net noobie
Not sure if this helps you in relation to printing the report I am assuming you want the report/data bit not the controls like buttons etc to appear in the printed report? depending on how you page/report is setup you could create a image of the control that is holding the datagrids or whatever

Re: Printing in Silverlight

2010-06-18 Thread Jordan Knight
Hey Tony, Maybe consider having a view especially for printing... use the same ViewModel or what ever you have and load up the new view before printing from that... In my experience, it's always better to have Print views (like media type in css etc)... JK On Fri, Jun 18, 2010 at 2:48 PM,

Printing in Silverlight

2010-06-17 Thread tonywr
Hi all, We have finally made the move to Silverlight 4. It was a hard slog, mainly due to third party control library issues, and we still have some styling issues, however we've made it. One of the key reasons that we made the move to Silverlight 4 was for its print functionality. So

Re: Printing in Silverlight

2010-06-17 Thread danlazner
= cache; } -- From: ton...@tpg.com.au Sent: Friday, June 18, 2010 2:48 PM To: ozsilverlight@ozsilverlight.com Subject: Printing in Silverlight Hi all, We have finally made the move to Silverlight 4. It was a hard slog, mainly due to third party