Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Printing a Layout  
	
		
		
			| Re: Printing a Layout [message #32181 is a reply to message #32134] | 
			Fri, 29 April 2011 11:22   | 
		 
		
			
				
				
				  | 
					
						  
						mirek
						 Messages: 14271 Registered: November 2005 
						
					 | 
					Ultimate Member  | 
					 | 
		 
		 
	 | 
 
	
		No. It is not intended for such usage. 
 
BTW, what you are trying to do here is not printing layout, but resulting dialog. This might work partially, but you need to use one of 
 
	void        DrawCtrl(Draw& w, int x = 0, int y = 0);
	void        DrawCtrlWithParent(Draw& w, int x = 0, int y = 0);
  
 
for this task (the reason is that some parts of widget are normally drawn via chameleon using host platform widget drawing code, which only supports screen in this scenario, so above functions in fact paint through conversion to raster). 
 
Mirek
		
		
		[Updated on: Fri, 29 April 2011 11:22] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |  
  
 
Goto Forum:
 
 Current Time: Tue Nov 04 05:22:54 CET 2025 
 Total time taken to generate the page: 0.11288 seconds 
 |