[Gambas-devel-svn] SF.net SVN: gambas:[6089] gambas/trunk/comp/src/gb.report
Brought to you by:
gambas
From: <ga...@us...> - 2014-01-19 21:44:52
|
Revision: 6089 http://sourceforge.net/p/gambas/code/6089 Author: gambix Date: 2014-01-19 21:44:48 +0000 (Sun, 19 Jan 2014) Log Message: ----------- [GB.REPORT] * NEW: A New widget ReportPageBreak allow to break a page when you need * NEW: Report.Print take now an optional argument Printer that allow to give an externally initialised printer. In tis case the dialog is not shown. * BUG: Now ReportLabel rotation work fine and the angle is given in Rad * BUG: You can now add an argument to the _New sub. Be carrefull the _New event is called one time only at the report loading. * BUG: The custom size work but there is some bugs with the printer.configure that setup the page size to A4 :-/ Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.directory gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/CPrint.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report5.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report8.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report8.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport2.report gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report/.src/Tests/Test.module gambas/trunk/comp/src/gb.report/printer1.png Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.class gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.form gambas/trunk/comp/src/gb.report/.src/ReportPageBreak.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |