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
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
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
; 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
--- 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
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 "")
./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
--- 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
;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
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
--- 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
--- 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?.
> >
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.
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.
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
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.
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
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
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
--- 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
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
>
>
);
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
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
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-
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
=
\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
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
--- [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
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
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
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
31 matches
Mail list logo