[lazarus] Little question

2007-02-13 Thread Guadagnini David
Only a little question... If I find an solution for an error o bug store in mantis list how i can send it? David begin:vcard fn:David Guadagnini n:Guadagnini;David email;internet:[EMAIL PROTECTED] x-mozilla-html:FALSE version:2.1 end:vcard

Re: [lazarus] XML and ThunderBird

2007-02-13 Thread David Lyon
Hi Nataraj, This is already possible with PreisShare. But it is not fully in Lazarus yet. Hopefully you have windows on those machines. If so, then everything that you are asking for is already there. Regards David Nataraj S Narayan wrote: Hi My initial plan was to setup a web page thru

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread Mattias Gaertner
On Tue, 13 Feb 2007 23:17:04 +0100 tanila <[EMAIL PROTECTED]> wrote: > Hi Mattias, > > thanks for reply, > > Where do i have to add these writelns ? See the gdb backtrace: gtkobject.inc:1925 This means the error occurred in file gtkobject.inc at line 1925. The full filename is lazarus/lcl/inte

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread tanila
Hi Mattias, thanks for reply, Where do i have to add these writelns ? I am using Lazarus SVN... I don`t have an idea were to start searching for a solution. I never had used gtk in depth. kind regards tanila Am Dienstag, den 13.02.2007, 22:57 +0100 schrieb Mattias Gaertner: > On Tue, 13 Feb 2

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread Mattias Gaertner
On Tue, 13 Feb 2007 22:32:13 +0100 tanila <[EMAIL PROTECTED]> wrote: > Does noone has an idea ? Maybe a gdk function works differently on amd64. None of the developers is currently working on such a machine, so we depend on the help of users. > What can I do to solve this problem ? Add some wr

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread tanila
Does noone has an idea ? What can I do to solve this problem ? Am Dienstag, den 13.02.2007, 15:39 +0100 schrieb tanila: > Hi, > > gdb reults the following: > > [Thread debugging using libthread_db enabled] > [New Thread 47618334819792 (LWP 14595)] > > Program received signal SIGFPE, Arithmetic

Re: [lazarus] Bug on TImageList

2007-02-13 Thread Jeff Steinkamp
Probably the same reason I am getting floating point errors when I try to add an image to the image list. Someone said to try once of the daily snapshots it is suppose to be fixed there, but I going to stick to the stable version for the time being. Jeff Steinkamp - N7YG Tucson, AZ SCUD Missi

Re: [lazarus] Bug on TImageList

2007-02-13 Thread listas
> If I want to write a transparent bit map and, for this, I use TImageList > in this mode: > > TempList := TImageList.CreateSize(Picture.Width, > Picture.Height); > Try > TempList.AddMasked(Picture1, TransColor); > TempList.Draw(BCanvas.Canvas, X, Y, 0, E

Re: [lazarus] New patch

2007-02-13 Thread listas
> I'he post this patch to [EMAIL PROTECTED] too. > But if someone want to test it I'm happy. > > 1) This patch add the functions: > > DecColor > - Decrease the component RGBs of a color of the quantity' passed - > > GradientFillCanvas > - Fill a rectangle with gradient color how the Delphi function

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
On 2/13/07, Sergei Gorelkin <[EMAIL PROTECTED]> wrote: This issue is a result of the improvements that I had made to xml parser. I tried to stick to official W3 specifications which state that the Which was the right thing to do! ;-) Thanks for clearing this up. I'll look at 'lazde' and 'mak

Re: LazDoc or fpdoc issue

2007-02-13 Thread Sergei Gorelkin
Tuesday, February 13, 2007, 8:02:13 PM, Graeme wrote: GG> On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: >> > Isn't such a check built into the xml or dom units so we could rather use >> > that? >> > A isEmptyElement() would be a handy function. :-) >> >> I'm sure it would be, remains

Re: [lazarus] New user and some questions ...

2007-02-13 Thread Micha Nelissen
Roberto Scardovi wrote: > - legal issues with Borland ? How should I approach? > I found (at a very first look) that fpc is VERY compatible with > dcc32 and therefore I found convenient to start directly with borland units > (HTTPApp.pas, ecc). In this approach, the final lazarus units will > be VE

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > Isn't such a check built into the xml or dom units so we could rather use > that? > A isEmptyElement() would be a handy function. :-) I'm sure it would be, remains the matter of having a correct definition for this function :-) True,

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > Not sure what you mean by this? A single empty tag takes up less > space that a open/close empty tag. I know, but for someone editing the xml in a text editor (like me), having the tags there means less typing. That was the original p

Re: [lazarus] ENV Variables

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Jeff Steinkamp wrote: > Thanks to all who replied to my question about the run file size. Have take > most of the suggestions and parried the file down to about 2 meg while I > continue to develop this package. Once I get it working correctly I'll get > rid of the rest of

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > IIRC, in earlier versions, if there was only whitespace between the start > > > tag > > > and the end tag, no child nodes were generated. With fpc 2.1.1 for such > > > 'empty' pieces

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > Searching the internet it seems the XML preferred format for a empty > > > element is a single tag with a '/' at the end. I guess we need to > > > modify 'makeskel' then to output th

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > IIRC, in earlier versions, if there was only whitespace between the start tag > and the end tag, no child nodes were generated. With fpc 2.1.1 for such > 'empty' pieces a text node is generated, so LazDoc sees it as content. That coul

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > Searching the internet it seems the XML preferred format for a empty > element is a single tag with a '/' at the end. I guess we need to > modify 'makeskel' then to output the correct/preferred format. No, that defeats the purpose of

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > > > > > As a quick fix I wrote the following XSLT file to fix all those > > > confusing xml "empty" elements. > > > This XSLT file will rewrite all empty "descr",

[lazarus] ENV Variables

2007-02-13 Thread Jeff Steinkamp
Thanks to all who replied to my question about the run file size. Have take most of the suggestions and parried the file down to about 2 meg while I continue to develop this package. Once I get it working correctly I'll get rid of the rest of the stuff. Environment variables -- How do I use

Re: LazDoc or fpdoc issue

2007-02-13 Thread Vincent Snijders
Michael Van Canneyt schreef: On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: As a quick fix I wrote the following XSLT file to fix all those confusing xml "empty" elements. This XSLT file will rewrite all empty "descr", "errors" and "seealso" elements to the following format. Here is how you

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > As a quick fix I wrote the following XSLT file to fix all those > confusing xml "empty" elements. > This XSLT file will rewrite all empty "descr", "errors" and "seealso" > elements to the following format. > > Here is how you can apply the XSLT

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
As a quick fix I wrote the following XSLT file to fix all those confusing xml "empty" elements. This XSLT file will rewrite all empty "descr", "errors" and "seealso" elements to the following format. Here is how you can apply the XSLT under Linux. xsltproc -o output.xml remove_whitespace.xsl ti

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread tanila
Hi, gdb reults the following: [Thread debugging using libthread_db enabled] [New Thread 47618334819792 (LWP 14595)] Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 47618334819792 (LWP 14595)] 0x00512fae in APPINIT (SCREENINFO= {PIXELSPERINCHX = 13473864,

[lazarus] Gtk cursors improvements (patch)

2007-02-13 Thread Павел Ишенин
This patch continues our work with gtk cursor implementation. 1) added one more check (for max cursor size) to gtk2 CreateCursor. 2) changed crHourGlass from GDK_CLOCK to more standard GDK_WATCH 3) added more undeclared gdk2 functions to gtk2extrah please apply it Paul Ishenin. Index: gtk2/gtk2

[lazarus] LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
Hi, I asked this before, but got no reply. Generating new documentation in my projects I noticed the problem again, so here is the question again. Using 'makeskel' against a unit it generated this snippet. - BEGIN -- -

Re: [lazarus] XML and ThunderBird

2007-02-13 Thread Nataraj S Narayan
Hi My initial plan was to setup a web page thru which users can key in their requisitions , and the Purchase department will get it direct from the mysql database. But our problem is that offices are separated geographically and no connectivity between them. Also impossible to give all users N

Re: [lazarus] can`t execute Lazarus any more...

2007-02-13 Thread Mattias Gaertner
On Tue, 13 Feb 2007 11:53:27 +0100 tanila <[EMAIL PROTECTED]> wrote: > Hello all, > > yesterday I checked out the actual SVN developer version of Lazarus. > After compiling i got the following messages: > > [FORMS.PP] ExceptionOccurred > Sender=EDivByZero This could mean, the LCL has spotted

[lazarus] New user and some questions ...

2007-02-13 Thread Roberto Scardovi
Hi all, first of all, I'm very impressed by your work and the rate lazarus has grown. Yes, there are still many issues, but it's time for me to leave kylix and begin try to ride lazarus. I would like to give some time to this project. Currently I'm trying to port the borland webbroker tecnology

[lazarus] can`t execute Lazarus any more...

2007-02-13 Thread tanila
Hello all, yesterday I checked out the actual SVN developer version of Lazarus. After compiling i got the following messages: [FORMS.PP] ExceptionOccurred Sender=EDivByZero Exception=Division by zero Stack trace: $00512FAE line 26 of /tmp/buildd/glibc-2.3.6.ds1/build-tree/amd64-li

Re: [lazarus] Midware port to Lazarus

2007-02-13 Thread Bogusław Brandys
Balanyi Zsolt wrote: Probably Kylix version. BTW: Midware is freeware but only for non commercial applications. Regards Boguslaw Quite confusing... Here is a citation from the website of Midware: " MidWare is distributed as _freeware_ and contains a complete help file as well as the

Re: [lazarus] New List member

2007-02-13 Thread Vincent Snijders
Algis Kabaila schreef: On Tuesday 13 February 2007 10:01, Darius Blaszijk wrote: There is IMHO in the snipped a typo: exponentially is spelled with a "nt", not "nc". You're absolutely right! Lazarus is rather alive and well and growing by the day. Good luck with your effort! One of the reas

Re: [lazarus] Midware port to Lazarus

2007-02-13 Thread Balanyi Zsolt
Probably Kylix version. BTW: Midware is freeware but only for non commercial applications. Regards Boguslaw Quite confusing... Here is a citation from the website of Midware: " MidWare is distributed as _freeware_ and contains a complete help file as well as the full source code for a

Re: [lazarus] New List member

2007-02-13 Thread Algis Kabaila
On Tuesday 13 February 2007 19:03, Algis Kabaila wrote: > On Tuesday 13 February 2007 10:01, Darius Blaszijk wrote: > > > There is IMHO in the snipped a typo: exponentially is spelled with a "nt", > > > not "nc". > > You're absolutely right! > > > > > Lazarus is rather alive and well and growing

Re: [lazarus] New List member

2007-02-13 Thread Algis Kabaila
On Tuesday 13 February 2007 10:01, Darius Blaszijk wrote: > > There is IMHO in the snipped a typo: exponentially is spelled with a "nt", > > not "nc". > You're absolutely right! > > > Lazarus is rather alive and well and growing by the day. Good luck with > > your > > effort! > One of the reason