[Gambas-devel] Problem with my component and mabe gambas bug
Fabien Bodard
gambasfr at ...4...
Tue Nov 8 23:03:13 CET 2005
HI Benoit,
I've made a little search about my problem of loading a project that use the
gb.report component...
in fact the problem is in the CComponent.Class class, at Load sub.
The Eof not return the end of file !
so it enter in an infinite loop !
I join all the files,
Tell we what :)
Regards,
Fabien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gb.report-0.0.5.tar.gz
Type: application/x-tgz
Size: 247434 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20051108/0645447c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ReportDesigner.tar.gz
Type: application/x-tgz
Size: 2323 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20051108/0645447c/attachment-0001.bin>
-------------- next part --------------
#Report
MarginLeft
r
i
MarginRight
r
i
MarginTop
r
i
MarginBottom
r
i
Width
r
i
Height
r
i
Scale
p
f
DeviceType
r
s
Id
r
s
Data
p
v
:Data
:
(sCommand)s
Margins
m
(Width)i
LoadPlainFile
m
(sFile)s
Render
m
(Device)o
Add
m
(oContainer)o
Remove
m
(Index)i
Print
m
_Get
m
o
(Key)s
_Next
m
o
_Free
m
Clear
m
#ReportImage
ReportObject
Path
p
s
Rotate
p
f
_New
m
Scale
m
(fScale)f
Draw
m
(ZoneTop)i
#ReportVBox
ReportContainer
_New
m
#ReportContainer
ReportObject
Arrange
p
i
Children
r
ContainerChildren
Id
r
s
Padding
p
i
Spacing
p
i
_new
m
Clear
m
Draw
m
(sPos)i
#ReportObject
Top
p
i
Left
p
i
Width
p
i
Height
p
i
Type
p
s
Name
p
s
Color
p
i
Expand
p
b
Parent
r
o
Proportional
p
b
Report
r
o
_new
m
(Parent)o
Move
m
(X)i(Y)i[(Width)i(Height)i]
fScale
m
f
(Value)f
Scale
m
i
(Value)i
Free
m
#ReportLine
ReportObject
LineWidth
p
i
LineStyle
p
i
Draw
m
(ZoneTop)i
#ReportHBox
ReportContainer
_New
m
#ReportField
ReportObject
Font
p
Font
Command
p
s
Alignment
p
i
Format
p
s
Data
p
v
:Data
:
(Command)s
Draw
m
(ZoneTop)i
#ReportBox
ReportContainer
_New
m
#ReportLabel
ReportObject
Font
p
Font
Text
p
s
_New
m
draw
m
(ZoneTop)i
#ReportRect
CLine
FillStyle
p
i
FillColor
p
i
BackColor
p
i
-------------- next part --------------
Report
ReportImage
ReportVBox
ReportContainer
ReportObject
ReportLine
ReportHBox
ReportField
ReportBox
ReportLabel
ReportRect
More information about the Devel
mailing list