Re: [fpc-devel] Purpose of AutoEdit property of StringGrid

2016-07-18 Thread Jesus Reyes A.
lwaysShowEditor is true, then you have found a bug. Jesus Reyes A.___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Purpose of AutoEdit property of StringGrid

2016-07-18 Thread Jesus Reyes A.
is called AutoEdit because you don't have to use the keyboard in order to show the editor. In other words, the AutoEdit works with mouse clicks, it seems from the description that you quoted that the description needs an update. Jesus Reyes A.___ fpc

Re: [fpc-devel] SVN error with macosall.pas

2009-07-11 Thread Jesus Reyes
and even as git can hold whole history, it would be interesting to choose any specific revision to do the diff, how? btw how do git deals with revisions? with svn having a short number tagging a revision is handy even when it could make you crazy like when tracking changes on branches o

[fpc-devel] patch for formatfloat when thousandseparator=#0

2009-04-15 Thread Jesus Reyes
; because under windows number separator is never #0. It may happen that monetary separator is also #0 but in this case like when the user manually set separator to #0 is handled above. Jesus Reyes A. ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explo

Re: [fpc-devel] fpcdocs problem

2008-08-05 Thread Jesus Reyes
--- El mar 5-ago-08, Sergei Gorelkin <[EMAIL PROTECTED]> escribió: > De:: Sergei Gorelkin <[EMAIL PROTECTED]> > Asunto: Re: [fpc-devel] fpcdocs problem > A: [EMAIL PROTECTED], "FPC developers' list" > Fecha: martes, 5 agosto, 2008, 3:05 pm > Je

[fpc-devel] fpcdocs problem

2008-08-05 Thread Jesus Reyes
Doc - Free Pascal Documentation Tool Version 2.3.1 [2008/08/05] (c) 2000 - 2003 Areca Systems GmbH / Sebastian Guenther, [EMAIL PROTECTED] An unhandled exception occurred at $080D2956 : EXMLReadError : In 'file:system.xml' (line 954 pos 42): Unmatching element end tag (expected "")

Re: [fpc-devel] Important: Call for testing.

2008-03-29 Thread Jesus Reyes A.
./include/customform.inc $007668BA TFRMCOMPILEROPTIONS__CREATE, line 294 of compileroptionsdlg.pp $0042F612 TMAINIDE__MNUPROJECTCOMPILERSETTINGSCLICKED, line 3516 of main.pp Other dialogs seems to be fine though. Jesus Reyes A. ___ fpc-devel maillis

Re: [fpc-devel] Generics

2007-08-16 Thread Jesus Reyes
--- Jesus Reyes <[EMAIL PROTECTED]> escribió: > > --- Michael Van Canneyt <[EMAIL PROTECTED]> escribió: > > > > > > > On Thu, 16 Aug 2007, Mattias Gaertner wrote: > > > > > > > > What is the state and future plans

Re: [fpc-devel] Generics

2007-08-16 Thread Jesus Reyes
;t use generics myself). > > Michael. Images are so big that is difficult to follow the diagrams.. Jesus Reyes A. ¡Sé un mejor besador! Comparte todo l

[fpc-devel] RTF parser patch missed

2007-02-15 Thread Jesus Reyes
Hi some months ago I sent a patch for rtf parser. Can someone take a look and see if can be applied? Reference: http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg05949.html Jesus Reyes A

Re: [fpc-devel] two changes to fcl 2.0.5

2007-01-11 Thread Jesus Reyes
--- Michael Van Canneyt <[EMAIL PROTECTED]> escribió: > > > On Thu, 11 Jan 2007, Jesus Reyes wrote: > > > > > --- Michael Van Canneyt <[EMAIL PROTECTED]> escribió: > > > > > > > > > > > On Thu, 11 Jan 2007, Jesus Reye

Re: [fpc-devel] two changes to fcl 2.0.5

2007-01-11 Thread Jesus Reyes
--- Michael Van Canneyt <[EMAIL PROTECTED]> escribió: > > > On Thu, 11 Jan 2007, Jesus Reyes wrote: > > > Hi. > > > > I'm finally tired of two bugs in fcl in 2.0.5, it could be > possible > > that these be made/merged back?. > >

[fpc-devel] two changes to fcl 2.0.5

2007-01-11 Thread Jesus Reyes
cgi-bin/viewcvs.cgi/trunk/fcl/image/fpwritepng.pp?rev=5355&view=diff&r1=5355&r2=5354&p1=trunk/fcl/image/fpwritepng.pp&p2=/trunk/fcl/image/fpwritepng.pp What you think?, can this happen?. Thanks. Jesus Reyes A.

[fpc-devel] widestrings length problem

2006-01-28 Thread Jesus Reyes
t1 Passed'); SetLength(W, 6); if Length(W)<>6 then WriteLn('Test2 Failed, it''s ', Length(W)) else WriteLn('Test2 Passed'); end. It prints: Test1 Passed Test2 Failed, it's 12 Windows, FPC 2.1.1 revision 2214 Jesus Reyes A.

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-17 Thread Jesus Reyes
ibrary-version? > > FOr the sqldb package, let them add a define to the compiler > options: > -dMYSQL40 > or > -dMYSQL41 > or > -dMYSQL50 > > That seems more user friendly than editing the uses clause. > > In the source, change the uses claus

Re: [fpc-devel] Lazarus kills X while choosing the Editor's font

2005-11-03 Thread Jesus Reyes
m (let me know, plz). > The lazarus mailing list is a better place or the lazarus bug tracking system, anyway in this case it would be important to know the lazarus version as recently there were changes related to font support. Jesus Reyes A.

[fpc-devel] db patch

2005-05-08 Thread Jesus Reyes
alid value, also the patch allows strings as T, F or any starting substring of DisplayValues to be accepted. Regards. Jesus Reyes A. fields.diff Description: Binary data ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.o

Re: [fpc-devel] Duplicate code inTDatasource.DistributeEvent implementation

2005-05-08 Thread Jesus Reyes
hecks in DistributeEvent. > This would be done inside RegisterDataLink with a simple and safe alghoritm. > > If you agree with the cited approach i can send the patch. > > Luiz > I doubt that you will get any improvement. Probably what target components do inside the event hand

[fpc-devel] win32 crash patch

2005-04-07 Thread Jesus Reyes
Hi, this patch fixes a problem in win32 when using the classes unit. Every program crash at the end. Regards. Jesus Reyes A. win32classes.pp.diff Description: Binary data ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

RE: [fpc-devel] compiler bug?

2004-12-30 Thread Jesus Reyes
--- peter green <[EMAIL PROTECTED]> escribió: > you are forciblly putting an out of range value in a variable what > do you > expect to happen? > > > Of course the program was made to do that evident, but what happen when you find a procedure, for example: procedure doAorB(value: boolean); be

Re: [fpc-devel] compiler bug?

2004-12-30 Thread Jesus Reyes
Never mind, I friend of mine confirmed that delphi does the same output. regards. --- Jesus Reyes <[EMAIL PROTECTED]> escribió: > update: the following program output: > TRUE > OTHER > > program problem; > var > B: boolean; > begin > >

Re: [fpc-devel] compiler bug?

2004-12-30 Thread Jesus Reyes
); else WriteLn('OTHER'); end; end. this one tested with: Free Pascal Compiler version 1.0.10 [2003/09/01] for i386 and Free Pascal Compiler version 1.9.5 [2004/12/29] for i386 --- Jesus Reyes <[EMAIL PROTECTED]> escribió: > I have doubts about this so I made a

[fpc-devel] compiler bug?

2004-12-30 Thread Jesus Reyes
I have doubts about this so I made a small test, what I want to know is if a true boolean value be internally be represented by any value different from 0. program problem; var B: boolean; begin FillChar(B, SizeOf(B), 255); case b of true: WriteLn(True); false: WriteLn(False); el

[fpc-devel] db patch

2004-12-04 Thread Jesus Reyes
patch to enable RecNo and DisplayFormat _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx db.diff.gz Description: db.diff.gz ___ fpc-

[fpc-devel] small patch for db

2004-11-30 Thread Jesus Reyes
Tfielddefs.assign handle fielddefs starting at index 1, it should start at index 0 _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mxIndex: fields.inc =

[fpc-devel] make clean

2004-10-06 Thread Jesus Reyes
\base\pasjpeg\JcPrepCt.o fpc\packages\base\pasjpeg\JcSample.o fpc\packages\base\pasjpeg\JIDctRed.o Regards. Jesus Reyes A. ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]interbase bug

2004-09-25 Thread Jesus Reyes
the default to Double to be more delphi compatible I guess. It's likely this to change to Extended again?, because I want report to the UIB maintainer of this change. Regards. Jesus Reyes A. _ Do You Yahoo!? La mejor conexión a inter

Re: [fpc-devel]Possible TDbf bug and patch

2004-07-20 Thread Jesus Reyes
--- [EMAIL PROTECTED] escribió: > > > On Tue, 20 Jul 2004, Jesus Reyes wrote: > > > Hi, I think I found a bug in tdbf. One can scroll forward to the > end > > of the dataset, in the last record if one scrolls forward one > more > > time, the dataset enter

[fpc-devel]Possible TDbf bug and patch

2004-07-20 Thread Jesus Reyes
invalid. As result, one cannot scroll backwards anymore. I'm not well aware of dbf internals so please check the patch, it did fix the problem for me. Regards. Jesus Reyes A. _ Do You Yahoo!? La mejor conexión a internet y 25MB extra

[fpc-devel]db patch

2004-07-19 Thread Jesus Reyes
Hi, here is a patch that implements some field properties regards. Jesus Reyes A. _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx fpc.diff.gz Description: fpc.diff.gz

[fpc-devel]Compiler crash (lazarus/win32)

2004-03-19 Thread Jesus Reyes
fine this file, however still crash some steps later when compiling synhighlightersql.pas, but I dont include the output. The compiler it self cycles ok, and compile packages and fcl fine. Regards. Jesus Reyes A. trace.txt.gz Description: GNU Zip compressed data