___
> > To unsubscribe: mail [EMAIL PROTECTED] with
> > "unsubscribe" as the Subject
> >archives at http://www.lazarus.freepascal.org/mailarchives
> >
>
Thanks applied in r10301
Jesus Reyes A.
_
it it's properties in
object inspector do:
Designer.SelectOnlyThisComponent(TheComponentInstace);
To clear selection:
Desginer.SelectOnlyThisComponent(nil);
If you make changes call Designer.Modified;
Jesus Reyes A.
If for example you are editing a form at design time,
NG] Key pressed without VKey: K=0x5D S="]"
[WARNING] Key event without VKey: K=0x5D S="]"
[WARNING] Key event without VKey: K=0x5D S="]"
Jesus Reyes A.
__
Corre
--- Marc Weustink <[EMAIL PROTECTED]> escribió:
> Michael Van Canneyt wrote:
> >
> > On Fri, 29 Dec 2006, Jesus Reyes wrote:
>
> Both thanks for reporting. I've made some keyboard routines more
> strict.
> In the old situation a random key could get repo
;> Michael Van Canneyt wrote:
> >>>>> On Sat, 30 Dec 2006, Marc Weustink wrote:
> >>>>>
> >>>>>> Michael Van Canneyt wrote:
> >>>>>>> On Fri, 29 Dec 2006, Jesus Reyes wrote:
> >>>>>> Bot
cript uses the "user space" coordinate system, where the "length
of a unit along both x and y axes is 1/72 inch". Then 72 is the
natural postcript dpi resolution.
> Here is running:
> Suse10.1
> fpc 2.1.1 svn
> lazarus 0.9.21 svn
>
> You can help?
>
>
urier New" isn`t monospace after printing.
> I open a new Thread for this reason.
>
> Regards Th. Moritz
To be sure to get a monospaced printed font under cups, use
'monospaced' font name.
You can take a look at currrent implementation on file
lazarus/lcl/postscriptcanvas.pas,
ids_Reference_Page
>
Custom drawing howto is yet to be written, will try to find some time
next weekend.
> --
> Graeme Geldenhuys
>
> There's no place like S34° 03.168' E018° 49.342'
>
Jesus Reyes A.
_
-
> Graeme Geldenhuys
>
Thanks, Applied.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor conexión a Internet y 2GB extra a tu correo po
ListBox as is currently used in the Messages
> window.
>
I don't know exactly what are all the features, but I think the grid
can do anything a listbox does.
If you want to do it and have questions I can help you.
>
> --
> Graeme Geldenhuy
rid (something like dbgrid
but not tied to db) to handle it.
I think we would need a/some voluteers with very big projects to
actually test this (I have not seen a very huge list in messages view
btw)
>
> Mattias
>
Jesus Reyes A.
__
ts?
I think your test shows stringgrid is not a good candidate if used in
the standard way, if strings are stored in other place, not in the
grid, any grid could be used to draw the content simply by handling
the scrollbars and OnDrawCell, but this require more work of course
:)
Jesus Reyes A.
--- Al Boldi <[EMAIL PROTECTED]> escribió:
> Jesus Reyes wrote:
> > --- Mattias Gaertner <[EMAIL PROTECTED]> escribió:
> > > Can TStringGrid handle 30.000 rows?
> > > Because this is easily created by compiling with -vt and
> TListBox
> > > ca
--- Al Boldi <[EMAIL PROTECTED]> escribió:
> Jesus Reyes wrote:
> > That means that we already have all those strings in some other
> place
> > and only some strings are sent to the listbox?
>
> Yes.
>
> > in this case another approach could be mad
--- Mattias Gaertner <[EMAIL PROTECTED]> escribió:
> On Sun, 21 Jan 2007 17:37:20 +0300
> Al Boldi <[EMAIL PROTECTED]> wrote:
>
> > Mattias Gaertner wrote:
> > > Al Boldi <[EMAIL PROTECTED]> wrote:
> > > > Vincent Snijders wrote:
> >
Brush.Color := clBlue;
// or TStringgrid(Sender).Canvas.Brush.Color:=clBlue;
That should paint cell 2,2 with blue color.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor conexión a Internet y 2GB extra a
a
small screenshot of the problem would be indeed better.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes.
http://net.yahoo.com.mx
a delphi-compatible implementation could
> be
> > built on top of it.
> >
>
> Should we consider this email *the* documentation, or will you
> write a
> bit more.
>
> Not everybody can read german Toolbox articles.
>
> Vincent
>
Also I think It's im
ackage that is optimized
through assembler routines? how portable would it be, in what
platforms would it work?.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor conexión a Int
--- Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>
escribió:
> On 4/3/07, Jesus Reyes <[EMAIL PROTECTED]> wrote:
> > A couple of questions: isn't graphics32 a package that is
> optimized
> > through assembler routines? how portable would it be, in what
> &
ul, can you create one and give us
a link to it?. You can send it to me directly if you want.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/
_
first. I'm afraid my patience
> for
> half functional software is at an end.
>
> -Jon
>
> --
> Jon Foster
> JF Possibilities, Inc.
> [EMAIL PROTECTED]
> 541-410-2760
> Making computers work for you!
Jesus Reyes A.
Abraham Montaño (SiR-HaCk on #lazarus-es IRC channel) sent me the
attached images, he wants to share them with you, he hopes you like
them.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://corr
e the cause of a lot of duplicate bug reports.
> >
> > Could somebody please disable the case sensitivity!
>
> Can you report this in mantis ?
>
> Marc
>
This feature was already requested:
http://www.freepascal.org/mantis/view.php?id=8499
Jesus Reyes A.
___
lines?
>
Some ways:
1) grid.Options := grid.Options - goGridHorzLine - goGridVertLine
{-goFixedVertLine-goFixedHorzLine};
2) Grid.GridLineStyle := psClear; (non-fixed gridlines only)
3) Grid.GridLineColor := Grid.Color; (ditto,
think it's a bug) when the GridLineWidth is set
> to a
> negative values. I don't think Lazarus needs to copy that
> behaviour
> so the lowest value the GridLineWidth will go is 0 in the LCL.
>
I agree, we will have to change this so it becomes
value from 0 to 1, if something is not working
please report.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/
___
election, this triggers every time
selection has moved for whatever cause, mouse, keyboad or by
programmatically moving Row or Col.
However, if we should add click for compatibility reasons, from the
patch I can see the missing clicks are those who have to do with
selection change, then I propo
I need to override the Click method? Could
> you explain.
>
A quick test revels that clicking fixed cells or empty grid area
triggers click in lazarus but not in turbo delphi.
>
> --
> Graeme Geldenhuys
>
> There's no place like S34° 03.168' E018° 49.342'
cide at a later date what to do in the LCL - for now Click events
> will fire, but the focus cell will be the first non-fixed cell.
>
>
> --
> Graeme Geldenhuys
>
> There's no place like S34° 03.168' E018° 49.342'
Jesus Reyes A.
_
before the call to OnDrawCell.
I guess I need to see the a sample application reproducing the
problem to know if it's an application or a grid problem.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, anti
s set an appropiated DisplayFormat, for
example #,###.00 or something, the format mask string should is
described in formafloat function:
http://freepascal.org/docs-html/rtl/sysutils/formatfloat.html
Jesus Reyes A.
__
Correo Yahoo
ValueUnchecked := TColumn(Source).ValueUnchecked;
> finally
> Collection.EndUpdate;
> end;
> end else
> inherited Assign(Source);
> end;
>
> Bug?
Yes a typo, it's fixed in r5
Thanks.
Jesus Reyes A.
__
--- Andrea Mauri <[EMAIL PROTECTED]> escribió:
> How can I access the DisplayFormat property?
>
> I can see it only in the object inspector and not by code:
>
> DBGrid1.Columns[0] .displayformat
>
> Doesn't exist.
> a.
try TColumn(DBGrid1.Colum
temporal TTextStyle variable, something like
this:
var
T: TTextStyle;
begin
etc.
T := Printer.Canvas.TextStyle;
T.Alignment := taRightJustify;
Printer.Canvas.TextStyle := T;
etc.
end;
I don't have 2.3.1 to test, hope it works;
Jesus Reyes A.
gt; \ideint folder, the I guess Lazarus can deal with
> persistent
> fields, isn't it?
>
> Regards.
>
Fields Editor is only implemented in Lazarus for FPC 2.1.X or later
versions.
Jesus Reyes A.
Ll
Hi all, we are in talks about the possibility to include LazReport as
a component included in Lazarus, one of the questions that raised was
if there are more Reporting Tools that work with Lazarus even if they
can't be included, we would like to know.
Thanks.
Jesus Re
--- Michael Van Canneyt <[EMAIL PROTECTED]> escribió:
>
>
> On Fri, 8 Jun 2007, Jesus Reyes wrote:
>
> > Hi all, we are in talks about the possibility to include
> LazReport as
> > a component included in Lazarus, one of the questions that raised
> was
&
nfirm that, yes LazReport has TfrUserDataset components so
one can have a custom data cursor, in fact, in 0.9.4 version there is
a sample showing exactly this functionality. Sample is in
Samples/UserDs directory.
Jesus Reyes A.
_
rows, and
crashed my lazarus badly, I also wasn't able to reproduce your image,
if issues are fixed I think we should add it.
There is still a pending feature I tried to add since rev 0, grouping
of cells, with this something like you did can be achieved but not
everything and vicevers
'
> and
> Grids.Cells[3,1]='Laag'
> While Grid.Cells[1,2]='status 3' Grids.Cells[2,2]='abcd2' and
> Grids.Cells[3,2]='Hoog'
>
> Joost
>
oops, I admit I didn't undesrtand the
--- zeljko <[EMAIL PROTECTED]> escribió:
> On Friday 06 July 2007 17:32, Jesus Reyes A. wrote:
> > - Original Message -
> > From: "Graeme Geldenhuys" <[EMAIL PROTECTED]>
> > To:
> > Sent: Friday, July 06, 2007 1:48 AM
> > Subject:
n alternatively install
> the
> win32 version.
>
> Best regards,
> Swen
>
IIRC, there was a problem in original win64 installer but Vincent
already fixed, maybe it worths to try some recent snapshot or using
lazarus from svn. At least I installed lazreport from cvs in Laza
country before registering a trademark one
investigation should be performed in order to find if the name can be
used or not, I guess such investigation is a requisite other
countries also. That would be the real test.
As for the monies, there is not
Probably SQLDB is doing something like update xxx set country=''
where country='';
As there seems to be no way to distiguish one record from other, I
guess it would be best if you can add a unique key field to your
table.
Jesus Reyes A.
_
n't negative feedback, the only
thing is that I prefer to fix
http://www.freepascal.org/mantis/view.php?id=7151 before that. I will
take a look to it next week.
Jesus Reyes A.
¡Sé un mejor fotógrafo!
Perfeccion
r in SVN Version 11850 or near that.
>
> You seem to miss the changes of R11862:
>
http://www.freepascal.org/cgi-bin/viewcvs.cgi?root=lazarus&rev=11862&view=rev
>
> Vincent
>
It Seems 11862 was for JPEGForLazarus package, but it looks like
Javier it's com
lick to have the ComboBox to have it appear and click
> again to
> have it drop down. Not what I want.
>
> BTW, this code runs OK on Delphi with ComboBox staying dropped down
> and
> proper mouse release.
>
>
> Thanks,
> George
>
Have you tried this in window
cker please submit it, otherwise it might be forgotten.
Please submit bug reports for LazReport under proyect
Lazarus->Packages category LazReport.
Jesus Reyes A.
¡Sé un mejor ambientalista!
Encuentra cons
ist and i can't select item
> into
> picklist.
>
> If you know ?
>
> Regards
>
> Chris
>
This is know, gtk2 interfaces has some problems with combobox (which
is used for the picklist), se
s a hint for the lazarus codetools to find the
unit that includes the current inc file. Should be fixed by now also.
> FPC compiler is listed as 2.2.1 and the Lazarus editor is listed as
>
> v0.9.23 beta.
>
> Dominique.
Jesus Reyes A.
___
--- Yoyong Hernan <[EMAIL PROTECTED]> escribió:
> Hi all,
> How can I move the focus to specified cell in TStringGrid? Like if
> I have a
> 4x4 grid, how do I focus a cell in row 3, column 4.
>
> Regards,
> YH
>
Try with:
grid.Row:=
lem) and because it wasn't really compiled (I don't have a mac)
it was not inmediately noticed. I made some changes in r12545 and it
should be fixed, please test.
Btw, I changed the default for carbon to use cups implementati
L package is located, so it's
pretty much the same than doing a requirement of P4L package, It
works because the program has PrintersDlgs in the uses clause,
PrintersDlgs it's a P4L unit that in turn uses OsPrinters unit which
in the end do the correct intialization.
Jesus Reyes A.
FreePascal y
Lazarus de habla hispana se manifieste suscribiendose a dicha lista y
comparta ideas, sugerencias, dudas y soluciones.
Suerte y que lo disfruten.
Jesus Reyes A.
¡Capacidad ilimitada de
linux too, here it first fails with
package pascalscript, this section is from .lazarus/packagefiles.xml
of course /pascalscript/Source/pascalscript.lpk
exists and righs are ok.
Jesus Reyes A.
_
g it here works
> {$ELSE}
> uses
> {$ENDIF}
Maybe that would be an error under *nix. The whole LCLCarbon can be
well removed, but well, lets the code as it is until carbon printer
suppor
nger: n7yg
The problem is a recent change in FPC, it's already reported in
http://www.freepascal.org/mantis/view.php?id=10232
if you compile your own FPC from SVN, for a quick fix, enter
directory fpc/packages/paszlib/src and update to r9290 (svn update
-r9290) recompil
ded for something. If I knew something like this ucmaps/charset
exists I probably wouldn't do it (It never occured to me to look into
fpc TBH).
Jesus Reyes A.
Comparte video en la ventana de tus mensajes (y también tus fotos de
Flickr).
Usa el nuevo Yahoo! Messenger versión Beta.
http://mx.beta.messenger.yahoo.com/
encodings.inc.gz
Description: 689895700-encodings.inc.gz
gt;http://www.freepascal.org/mantis/view.php?id=10293
I updated the bug report, note that it is a duplicate of another one,
follow the link to duplicate bug.
Jesus Reyes A.
¡Capacidad ilimitada de almac
ttp://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB
in summary:
1. Open a command prompt window and cd to lazarus dir
2. if gdb program is not in your path, type the fullpath to gdb
3. gdb lazarus.exe
4. run [Return], then wait lazarus crashes.
5. backtrace [Return], copy the output
in make bigide, probably later.
>
> > For LazReport I do not know if it has to be done.
>
Yes, please :)
> Since it is the one and only working report for Lazarus for now,
> it'd be
> nice if we make nice icons for it. :)
>
I agree +1 vote
> -Bee-
--- Paul Ishenin <[EMAIL PROTECTED]> escribió:
> Bee пишет:
> >>> Hi paul,
> >> These are for LazReport tab.
> >
> > To make sure you read this. ;)
>
> Yes I know, I want to ask Jesus Reyes to review and commit them :)
>
> Best regard
dscape" setting in the print dialog
>
> caused by the first line and I get exactly the same results. Is
> there a
> fix for this?
>
> THX - Jon
>
> --
> Jon Foster
What OS? if wind
--- Andrey Gusev <[EMAIL PROTECTED]> escribió:
> I look to use TRichView together with LazReport.
> Demo have tried, printing works incorrectly.
> It was asked to trichview.com about support, but wasn't answered.
> TRichView is supported by lazarus team ?
> The question
sample reports that can send me, this is the best time to
do it.
Jesus Reyes A.
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:
freed : 584402/634552
> 12 unfreed memory blocks : 48
> True heap size : 1081344 (112 used in System startup)
> True free heap : 1080272
> Should be : 1080464
> Call trace for block $015E38A0 size 4
>$004ECC93 TGRIDCOLUMN__SETSIZEPRIORITY, line 8536 of Gri
--- Joost van der Sluis <[EMAIL PROTECTED]> escribió:
> Hi all,
>
> Is this file: lazarus/components/lazreport/doc/cvs2cl.pl really
> necessary? Wasn't it used once and can it be removed now?
>
> Joost
>
Not necessary, Yes can
Report on an empty form will trigger once run a
> SIGSEGV at procedure unidrv!DrvEnableDriver.
>
Please report bugs in tracker, in case of AV please include a
backtrace.
Jesus Reyes A.
¡Capacida
ready implemented in the postgress dataset part?.
To know what field is causing problem, try to add some columns to a
"live" grid, then try to change the field name of the column, if that
fails you have found the culprit field, checkout how is defined in
you database, what is your
--- Michael Van Canneyt <[EMAIL PROTECTED]> escribió:
>
>
> On Tue, 14 Mar 2006, Jesus Reyes wrote:
>
> >
> > --- johnf <[EMAIL PROTECTED]> escribió:
> >
> > > Hi I am now attempt to populate a dbgrid with the data I get
> from
> >
--- Michael Van Canneyt <[EMAIL PROTECTED]> escribió:
>
>
> On Tue, 14 Mar 2006, Jesus Reyes wrote:
>
> >
> > --- johnf <[EMAIL PROTECTED]> escribió:
> >
> > > Hi I am now attempt to populate a dbgrid with the data I get
> from
> >
--- johnf <[EMAIL PROTECTED]> escribió:
> On Tuesday 14 March 2006 13:27, Michael Van Canneyt wrote:
> > On Tue, 14 Mar 2006, johnf wrote:
> > > On Tuesday 14 March 2006 11:07, Jesus Reyes wrote:
> > > > --- johnf <[EMAIL PROTECTED]> escribió:
> >
will
probably mean one record, so clicking the scrollbar arrows will move one record.
> Ciao
> A.J.
> --
> "there's nothing as inspirational for a hacker as a cat obscuring a bug
> by sitting in front of the monitor" - Boudewijn Rempt
> A.J. Ven
, so intead of deriving a grid, API
functions like SetScrollInfo, and GetScrollInfo could be used.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístr
not
> happen.
>
This seems to be the standard behaviour under gtk, I removed the grid
and put a tedit instead with the same result. I'm not sure that's a
bug or not.
Jesus Reyes A.
___
Do
tle and added support for font names like "helvetica
12" in addition to XLFD and single font names. Comments?
One observation for Darek's patch, it seems that to convert font's
pixel size to point size a fixed 96 ppi was used, why not
--- Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>
escribió:
> Solved. Swen sent me a private mail (perhaps by accident?)
>
> thanks,
>
and how was that it did solve your probl
valid font name-charset combination. "default"
font name will probably fail although I don't know if you are using
default font name.
You could know what font support any charset by using the fontenum
program found in directory lazarus/examples/fontenum.
Try EASTEUROPE_CHARSET,
URL, line 209 of lazhelphtml.pas
$081F4BDE THTMLHELPDATABASE__SHOWHELP, line 222 of
lazhelphtml.pas
$081FABBA THELPDATABASES__SHOWHELPFORNODES, line 1369 of
lazhelpintf.pas
$081FB302 THELPDATABASES__SHOWHELPFORKEYWORD, line 1471 of
lazhelpintf.pas
$081FACC9 THEL
fix the fpc 202 version
issues in linux and windows, and to wrap ip_pro additions with
IP_LAZARUS.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/
_
removed from TDBF.
That's all about it.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor conexión a Internet y 2GB extra a tu correo por $1
web page are too old, I wrote some notes
about LazReport and a download link in
http://wiki.lazarus.freepascal.org/index.php/Projects_using_Lazarus#LazReport
Jesus Reyes A.
___
Do You Yahoo!?
La m
to copy its content to StringGrid after finishing
> the loop.
>
> Regards
> Boban Spasic
>
Don't know if in your case it helps but you can do:
grid.BeginUpdate;
[fill the grid}
grid.EndUpdate;
also if you are constantly adding rows, one by one,
grid.rowcount:=grid.rowcount+1
for an implementation example see the diff at:
http://lazreport.cvs.sourceforge.net/lazreport/lazreport/source/lr_progr.pas?r1=1.4&r2=1.5&sortby=date
the ipro package in lazarus also uses that technique...
Jesus Reyes A.
__
Correo Yahoo!
E
having the same problem
>
Just changing the encoding to UTF-8 would not help, you need also
encode the content, for example for ó you should use
'lecci'#$C3$B3'n'. And I think UTF-8 is the default encoding?
Jesus Reyes A.
having the same problem
>
Just changing the encoding to UTF-8 would not help, you need also
encode the content, for example for ó you should use
'lecci'#$C3#$B3'n'. And I think UTF-8 is the default encoding?
Jesus Reyes A.
> g
> --
>
> bye
> tiziano
>
Hi Tiziano
It works this way by design, to see some info about it see:
http://wiki.lazarus.freepascal.org/index.php/Grids_Reference_Page#property_Rows.5Bindex:_Integer.5D:_TStrings_read_GetRows_write_SetRows.3B
Regards.
Jesu
--- Jesus Reyes <[EMAIL PROTECTED]> escribió:
>
> --- Tiziano-tele2 <[EMAIL PROTECTED]> escribió:
>
>
> It works this way by design, to see some info about it see:
>
>
http://wiki.lazarus.freepascal.org/index.php/Grids_Reference_Page#
adox.tar.gz
Note if you try the sample on graphic or memo fields, one have be in
the column of the field and then browse up and down so the respective
controls get updated.
Jesus Reyes A.
___
;ve run out of ideas :)
>
> Regards
> Ewald
>
It would be best if you could submit a test project but guessing,
have you turned DefaultDrawing off?
Jesus Reyes A.
___
Do You Yah
installed a package with unit output
directory set to lib/$(TargetCPU)-$(Target_OS), $(Target_OS) macro is
not recognized, it should be $(TargetOS)
I remember at least two packages that have this problem, fblib and
pascalscript.
Jesus Reyes A.
dy have the data why not use a TDrawGrid?, just set
grid.rowcount:=n rows, colcount:=m columns and draw your content in
OnDrawCell.
Jesus Reyes A.
___
Do You Yahoo!?
La mejor
c in delphi dbgrid. The row
(or col) property should not be modified directly. What are you
trying to do?.
And actually there is a way using an access class:
Type
TCustomDbGridAccess=class(TCustomDbGrid);
...
WriteLn('Row=',TCus
--- Christian Ulrich <[EMAIL PROTECTED]> escribió:
> Jesus Reyes schrieb:
> > --- Christian Ulrich <[EMAIL PROTECTED]> escribió:
> >
> >
> >> HI,
> >>
> >> actual thers no way to get the Visible row in an dbgrid, is it
> >&
nd if you ask, I already install the printer4lazarus package...
>
> Does anyone know about this issue or had come with the same problem
> as I...?
> Can anyone give me a hint on how to solve this?
>
> T.I.A.
> Luis
>
Will need more information on this, a
do you want
to do something before that?", the arguments are the new col and row
if you want to access the old ones, then use grid.col, grid.row
If you want, sendme a sample which works in Delphi and not in Lazarus
and I will try to rewrote things if necessary or I will give you an
alternati
ives at http://www.lazarus.freepascal.org/mailarchives
>
It's a known problem which is fixed now, I will commit the patch
tomorrow.
Jesus Reyes A.
__
Correo Yahoo!
Espacio pa
grids can have ColCount=FixedCols or RowCount=FixedRows, which
should look like a empty grid but with Cols or Rows headers.
Jesus Reyes A.
__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regíst
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, September 23, 2005 5:30 PM
Subject: [lazarus] Grids patch
> Here's a new patch for grids.pas. It's just a code cleanup anymore.
>
> Darius
Applie
1 - 100 of 163 matches
Mail list logo