Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Printing a Layout
Printing a Layout [message #32134] Tue, 26 April 2011 17:04 Go to previous message
GusPS is currently offline  GusPS
Messages: 1
Registered: April 2011
Location: Argentina
Junior Member
Hi,

Is it possible to send a layout to the printer?

I've tested this and I got a blank page:
MyLayout<TopWindow> mlo;
//Set some Label, StaticText values, etc.
PrinterJob pj;
pj.Execute();
Draw& w = pj;
w.StartPage();
mlo.Paint(w);
w.EndPage();


Thanks!

 
Read Message
Read Message
Previous Topic: FIXES/ADDS: CtrlLib: properties getters
Next Topic: tif image 16 bit. autolevel
Goto Forum:
  


Current Time: Fri Mar 29 09:07:55 CET 2024

Total time taken to generate the page: 0.01068 seconds