Thread: [Gambas-devel-svn] SF.net SVN: gambas: [206] 2.0/trunk/comp/src/gb.report
Brought to you by:
gambas
From: <ga...@us...> - 2007-01-19 23:44:48
|
Revision: 206 http://svn.sourceforge.net/gambas/?rev=206&view=rev Author: gambas Date: 2007-01-19 15:44:47 -0800 (Fri, 19 Jan 2007) Log Message: ----------- [GB.REPORT COMPONENT] * BUG: Use the Zoom and the Resolution of the current Report, and not the automatic Report instance. * BUG: Try to draw control frames correctly. Not finished... Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/MRTools.module 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-06 21:55:50
|
Revision: 222 http://svn.sourceforge.net/gambas/?rev=222&view=rev Author: gambix Date: 2007-02-06 13:55:51 -0800 (Tue, 06 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: The Report.Clean property now work. * NEW: The text in ReportLabel and ReportField is not drawn outside the control size. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportLabel.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportRepeater.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-10 00:09:39
|
Revision: 223 http://svn.sourceforge.net/gambas/?rev=223&view=rev Author: gambix Date: 2007-02-09 16:09:39 -0800 (Fri, 09 Feb 2007) Log Message: ----------- [GB.REPORT] * NEW: New widget named ReportRepetor. It repeat its content in function of the count property value. It will allow to do the same as the detail part of the traditional report designer. * BUG: Some arrangement correction in the value to pixel convertion. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/ReportVBox.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportRepetor.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportRepeater.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-10 22:21:59
|
Revision: 224 http://svn.sourceforge.net/gambas/?rev=224&view=rev Author: gambix Date: 2007-02-10 14:21:55 -0800 (Sat, 10 Feb 2007) Log Message: ----------- [GB.REPORT] * NEW: New widget named ReportField that get its data via an events. The hold ReportField as been renamed ReportSpecialField. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportLabel.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportField.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-11 22:21:21
|
Revision: 226 http://svn.sourceforge.net/gambas/?rev=226&view=rev Author: gambix Date: 2007-02-11 14:21:20 -0800 (Sun, 11 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: The Data event of ReportFields Work fine now with the ReportRepetor container. All the internal work as been rewritted, now the object position and page are stored in a separate class. The ReportRepetor now only duplicate the relative class to copy the content. The VirtualObjectId is propagate on the fields via a parameter in the _draw subs. By this way we can now use database result or array to fill the ReportFields at rendering. Some feature can be set in the Data event of the ReportField, like background, foreground, so a great liberty in dynamic rendering. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportDrawing.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportRepetor.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/ReportVBox.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/TControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-02-21 22:38:34
|
Revision: 240 http://svn.sourceforge.net/gambas/?rev=240&view=rev Author: gambix Date: 2007-02-21 14:38:35 -0800 (Wed, 21 Feb 2007) Log Message: ----------- [GB.REPORT] * BUG: the ReportSpecialField have the right font size now. The TControl.ctrl property return a ReportControl now Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/TControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-31 20:51:34
|
Revision: 252 http://svn.sourceforge.net/gambas/?rev=252&view=rev Author: gambix Date: 2007-03-31 13:51:35 -0700 (Sat, 31 Mar 2007) Log Message: ----------- [GB.REPORT] *BUG: Now the repetor work well *BUG: The ReportBox is not resized when the expand property is false *BUG: All the report first level objects are maintained on the same page. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportRepetor.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportVBox.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/Feditor.class 2.0/trunk/comp/src/gb.report/Feditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-04 13:45:25
|
Revision: 260 http://svn.sourceforge.net/gambas/?rev=260&view=rev Author: gambix Date: 2007-04-04 06:45:26 -0700 (Wed, 04 Apr 2007) Log Message: ----------- [GB.REPORT] * New: Preview function in Report class show a form that draw the report at screen and simplify the consult or printing. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form 2.0/trunk/comp/src/gb.report/Report.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/frmPreview.class 2.0/trunk/comp/src/gb.report/frmPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-01 13:24:59
|
Revision: 349 http://svn.sourceforge.net/gambas/?rev=349&view=rev Author: gambix Date: 2007-05-01 06:25:01 -0700 (Tue, 01 May 2007) Log Message: ----------- [GB.REPORT] * OPT: The ReportTable widget have been temporaly removed. * OPT: The ReportRepetor have been renamed ReportCloner. The code is now less messy Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/FTest.form 2.0/trunk/comp/src/gb.report/MRTools.module 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportImage.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/TControl.class 2.0/trunk/comp/src/gb.report/Units.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportCloner.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.report/ReportRepetor.class 2.0/trunk/comp/src/gb.report/ReportTable.class 2.0/trunk/comp/src/gb.report/TableCell.class 2.0/trunk/comp/src/gb.report/TableColumn.class 2.0/trunk/comp/src/gb.report/TableColumns.class 2.0/trunk/comp/src/gb.report/TableRow.class 2.0/trunk/comp/src/gb.report/TableRows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 10:58:13
|
Revision: 359 http://svn.sourceforge.net/gambas/?rev=359&view=rev Author: gambix Date: 2007-05-08 03:58:14 -0700 (Tue, 08 May 2007) Log Message: ----------- Now the spacing is not repeated at the bottom of an expanded container. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 12:07:44
|
Revision: 360 http://svn.sourceforge.net/gambas/?rev=360&view=rev Author: gambix Date: 2007-05-08 05:07:43 -0700 (Tue, 08 May 2007) Log Message: ----------- [GB.REPORT] * NEW: New property on ReportControl: Autoresize. This property make the control manage its size (height for VBox, Width for Hbox, size for other control) in function of theire content. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 17:46:48
|
Revision: 361 http://svn.sourceforge.net/gambas/?rev=361&view=rev Author: gambix Date: 2007-05-08 10:46:50 -0700 (Tue, 08 May 2007) Log Message: ----------- Maybe broken Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Units.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 21:53:46
|
Revision: 363 http://svn.sourceforge.net/gambas/?rev=363&view=rev Author: gambix Date: 2007-05-09 14:53:48 -0700 (Wed, 09 May 2007) Log Message: ----------- Some correction Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 21:57:22
|
Revision: 364 http://svn.sourceforge.net/gambas/?rev=364&view=rev Author: gambix Date: 2007-05-09 14:57:24 -0700 (Wed, 09 May 2007) Log Message: ----------- Remove the forgotten debug message Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 21:26:49
|
Revision: 367 http://svn.sourceforge.net/gambas/?rev=367&view=rev Author: gambix Date: 2007-05-10 14:26:51 -0700 (Thu, 10 May 2007) Log Message: ----------- [GB.REPORT] * New: The Height, Width, Spacing properties now accept relatives values in percentages. The other properties (Left, Top, Padding) return an error if a relative value is set. * New: The ReportControl class have an autoresize property that set automatically the size of the control in function of its content. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/MRTools.module 2.0/trunk/comp/src/gb.report/Report.class 2.0/trunk/comp/src/gb.report/ReportContainer.class 2.0/trunk/comp/src/gb.report/ReportControl.class 2.0/trunk/comp/src/gb.report/ReportField.class 2.0/trunk/comp/src/gb.report/ReportHBox.class 2.0/trunk/comp/src/gb.report/ReportLabel.class 2.0/trunk/comp/src/gb.report/ReportSpecialField.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Units.class Added Paths: ----------- 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 21:40:27
|
Revision: 368 http://svn.sourceforge.net/gambas/?rev=368&view=rev Author: gambix Date: 2007-05-10 14:40:29 -0700 (Thu, 10 May 2007) Log Message: ----------- [GB.REPORT] * NEW: Now the Cloner index can be readed directly from the field instance with the ReportField.Index property. * NEW: A well commented tutorial is in the sources. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportField.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 21:48:16
|
Revision: 369 http://svn.sourceforge.net/gambas/?rev=369&view=rev Author: gambix Date: 2007-05-10 14:48:18 -0700 (Thu, 10 May 2007) Log Message: ----------- Some arrangement in the tutorial Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FReportTutorial1.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-12 23:05:01
|
Revision: 374 http://svn.sourceforge.net/gambas/?rev=374&view=rev Author: gambix Date: 2007-05-12 16:04:02 -0700 (Sat, 12 May 2007) Log Message: ----------- [GB.REPORT] *NEW: New widget: ReportTextLabel. It allow to draw multiline text. It can do wordwrapping and manage some base formating tags. These tags are: - Font (for fontname, size, color) - b, i, u (bold, italic, underline) Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.form Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/Text1 2.0/trunk/comp/src/gb.report/Tutorial2.class 2.0/trunk/comp/src/gb.report/Tutorial2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-13 00:56:17
|
Revision: 375 http://svn.sourceforge.net/gambas/?rev=375&view=rev Author: gambix Date: 2007-05-12 17:56:17 -0700 (Sat, 12 May 2007) Log Message: ----------- some bugs corrected Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/Tutorial2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 10:18:03
|
Revision: 558 http://gambas.svn.sourceforge.net/gambas/?rev=558&view=rev Author: gambix Date: 2007-09-06 03:16:19 -0700 (Thu, 06 Sep 2007) Log Message: ----------- [GB.REPORT] * NEW: The ReportTextLabel is now working with the new Draw.RichText function. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/ReportTextLabel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-13 20:43:18
|
Revision: 731 http://gambas.svn.sourceforge.net/gambas/?rev=731&view=rev Author: gambix Date: 2007-10-13 13:42:49 -0700 (Sat, 13 Oct 2007) Log Message: ----------- Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportTextLabel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-22 21:08:36
|
Revision: 770 http://gambas.svn.sourceforge.net/gambas/?rev=770&view=rev Author: gambix Date: 2007-10-22 14:08:40 -0700 (Mon, 22 Oct 2007) Log Message: ----------- Just a little update Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/ReportVBox.class 2.0/trunk/comp/src/gb.report/Tutorial2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |