Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Printing a Layout  
	
		
		
			| Printing a Layout [message #32134] | 
			Tue, 26 April 2011 17:04   | 
		 
		
			
				
				
				
					
						  
						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! 
 
		
		
		
 |  
	| 
		
	 | 
 
 
 |  
  
 
Goto Forum:
 
 Current Time: Tue Nov 04 05:29:55 CET 2025 
 Total time taken to generate the page: 0.04429 seconds 
 |