--- Joao Morais <[EMAIL PROTECTED]> escribió:

> Mattias Gärtner wrote:
> > Zitat von Joao Morais <[EMAIL PROTECTED]>:
> > 
> >> the object is:
> >>        object FaturasStringGrid: TStringGrid
> >>          Left = 8
> >>          Height = 81
> >>          Width = 209
> >>          ColCount = 5
> >>          DefaultColWidth = 32
> >>          DefaultRowHeight = 16
> >>          FixedColor = clBtnFace
> >>          Options = [goFixedVertLine, goFixedHorzLine,
> goVertLine,
> >> goHorzLine, goRangeSelect, goSmoothScroll]
> >>          RowCount = 4
> >>          TabOrder = 0
> >>          ColWidths = (
> >>            32
> >>            32
> >>            27
> >>            32
> >>            32
> >>          )
> >>        end
> >>
> >> If I remove the ColWidths property from the .lfm, the form is
> streamed
> >> flawlessly.
> > 
> > Hmm. Maybe ColWidths don't support yet to be loaded twice.
> > Can you now create a sample project?
> 
> Now it's a bit easier.
> 
> http://bugs.freepascal.org/view.php?id=11363
> 
> Joao Morais


Fixed in 15264, in my opinion Filer.Ancestor should have ancestor of
component being streamed, instead it has ancestor's form, I made sure
ancestor is a compatible grid. 

Now I could resolve 11363 if I had access to the bug tracker, can
somebody please do that for me?.

Jesus Reyes A.


      
____________________________________________________________________________________
Yahoo! Deportes Beta
¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí 
http://deportes.yahoo.com
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to