Re: [Lazarus] WebLaz - Every other request fails

2008-11-19 Thread Graeme Geldenhuys
On Thu, Nov 20, 2008 at 12:25 AM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > > Personally, I could do without the TDataModule descendant and just construct > everything in code. After working with tiOPF for a while now, I forgot what a > datamodule looks like ;) As a reminder, here is what a DataM

[Lazarus] MYSQL setup

2008-11-19 Thread Eric March
Hello I have MYSQL installed and running. I think I need to install something into Lazarus so I can connect etc to DataBases. I have followed source advice but can't connect. Can anyone help and/or is there a manual? Eric March Adelaide South Australia _

Re: [Lazarus] PlotPanel component updated...

2008-11-19 Thread Tom Lisjac
Thanks Marien. I've also updated the lazarus-ccr with your new 0.96 release: http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=181065 -Tom 2008/11/19 Marien van Westen <[EMAIL PROTECTED]>: > Hi Tom, > > Thanks for this message. > I made an update of PlotPanel (version 0.96)

Re: [Lazarus] WebLaz - Every other request fails

2008-11-19 Thread Lee Jenkins
Graeme Geldenhuys wrote: > On Wed, Nov 19, 2008 at 11:10 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote: >> Thank you. I'll give it a try though I think at this point, I'll probably >> stick >> with powtils since I've not had any problems with it in the past even though >> it >> seems to be un-mainta

Re: [Lazarus] WebLaz - Every other request fails

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 11:10 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > Thank you. I'll give it a try though I think at this point, I'll probably > stick > with powtils since I've not had any problems with it in the past even though > it > seems to be un-maintained at this point. I'll keep a

Re: [Lazarus] Build number in my application

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 6:46 PM, Henry Vermaak <[EMAIL PROTECTED]> wrote: >> >> ---[ getrevision.sh ]--- >> #!/bin/sh >> svnversion -n > revision.inc >> [ end ] >> >> >> I can run getrevision.sh from the console without problems... > > that's bec

Re: [Lazarus] WebLaz - Every other request fails

2008-11-19 Thread Lee Jenkins
ABorka wrote: > I don't think the demo/example programs have been updated for the latest > fpc/lazarus versions especially not for apache 2.0x > > You should get the latest svn source code for both fpc and lazarus and > compile it (or use the daily build installer). There are fixes not > includ

Re: [Lazarus] WebLaz - Every other request fails

2008-11-19 Thread ABorka
I don't think the demo/example programs have been updated for the latest fpc/lazarus versions especially not for apache 2.0x You should get the latest svn source code for both fpc and lazarus and compile it (or use the daily build installer). There are fixes not included in earlier releases. A

Re: [Lazarus] PlotPanel component updated...

2008-11-19 Thread Marien van Westen
Hi Tom, Thanks for this message. I made an update of PlotPanel (version 0.96) were I cured some minor bugs and also added two new features: - It is now possible to clear a single layer - The user can change the look and color of the Marks along the axis (percentage, days of the week etc.). This fe

[Lazarus] WebLaz - Every other request fails

2008-11-19 Thread Lee Jenkins
Hi all, This is a separate issue than that I posted before. Using either the sessiondemo or echo projects, the request fails every other request. Request: OK Request: Error Request: OK Request: Error Request: OK Request: Error ..etc. When it fails, I get this output from session demo: ==

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Mattias Gärtner wrote: > Zitat von Lee Jenkins <[EMAIL PROTECTED]>: > >> Lee Jenkins wrote: >>> Lee Jenkins wrote: Mattias Gärtner wrote: >> Also, has anyone done any more extensive sample than are located in the >> / > The error message is for both: users of the package and the

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Mattias Gärtner
Zitat von Lee Jenkins <[EMAIL PROTECTED]>: > Lee Jenkins wrote: > > Lee Jenkins wrote: > >> Mattias Gärtner wrote: > >> > Also, has anyone done any more extensive sample than are located in the > / > >>> The error message is for both: users of the package and the weblaz > authors. > >>> > >>>

Re: [Lazarus] Cross compile: Linux -> win32 (r17408)

2008-11-19 Thread Osvaldo TC Filho
Ok! Solved. Could you put this in post install on debian script? Em Ter, 2008-11-18 às 00:12 +0100, Mattias Gaertner escreveu: > On Mon, 17 Nov 2008 19:35:51 +0100 > "Vincent Snijders" <[EMAIL PROTECTED]> wrote: > > > 2008/11/17, Osvaldo Filho <[EMAIL PROTECTED]>: > > > What is wrong? > > > > >

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Lee Jenkins wrote: > Lee Jenkins wrote: >> Mattias Gärtner wrote: >> Also, has anyone done any more extensive sample than are located in the / >>> The error message is for both: users of the package and the weblaz authors. >>> >>> For the users it is sufficient: >>> Package needs installation.

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Lee Jenkins wrote: > Mattias Gärtner wrote: > >>> Also, has anyone done any more extensive sample than are located in the / >> The error message is for both: users of the package and the weblaz authors. >> >> For the users it is sufficient: >> Package needs installation...open forms...package webl

Re: [Lazarus] Build number in my application

2008-11-19 Thread Henry Vermaak
2008/11/19 Graeme Geldenhuys <[EMAIL PROTECTED]>: > > ---[ getrevision.sh ]--- > #!/bin/sh > svnversion -n > revision.inc > [ end ] > > > I can run getrevision.sh from the console without problems... that's because the your shell knows how to ru

Re: [Lazarus] Build number in my application

2008-11-19 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > On Wed, Nov 19, 2008 at 3:07 PM, Henry Vermaak <[EMAIL PROTECTED]> > wrote: > > > > before each compile, you can execute a program (see > > lazarus/tools/svn2revisioninc.pas) that puts the revision number in a > > revision.inc, or something. see

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Mattias Gärtner wrote: >> >> Also, has anyone done any more extensive sample than are located in the / > > The error message is for both: users of the package and the weblaz authors. > > For the users it is sufficient: > Package needs installation...open forms...package weblaz. > If you want to

Re: [Lazarus] libusb access from Lazarus

2008-11-19 Thread Mark Morgan Lloyd
Henry Vermaak wrote: > 2008/11/11 Mark Morgan Lloyd <[EMAIL PROTECTED]>: >> I notice that http://wiki.lazarus.freepascal.org/Hardware_Access#libusb >> lists three sets of libusb headers from Uwe Zimmermann, Johann Glaser >> and Joe Jared. >> >> Does anybody have any experience of or preference for

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Mattias Gärtner
Zitat von Lee Jenkins <[EMAIL PROTECTED]>: > Lee Jenkins wrote: > > Joost van der Sluis wrote: > >> Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee > >> Jenkins: > >>> ABorka wrote: > It might be that > > http://bugs.freepascal.org/view.php?id=12375 > > is

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Mattias Gärtner
Zitat von Lee Jenkins <[EMAIL PROTECTED]>: > Joost van der Sluis wrote: > > Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee > > Jenkins: > >> ABorka wrote: > >>> It might be that > >>> > >>> http://bugs.freepascal.org/view.php?id=12375 > >>> > >>> is not applied yet. > >>> > >>> A

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Lee Jenkins wrote: > Joost van der Sluis wrote: >> Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee >> Jenkins: >>> ABorka wrote: It might be that http://bugs.freepascal.org/view.php?id=12375 is not applied yet. Are you making a CGI program or Apac

Re: [Lazarus] Build number in my application

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 3:28 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > When I compile, Lazarus IDE crashed and closed without showing any > error message. Running Lazarus from the command line, I get the following output as soon as I press Ctrl+F9. ---[ begin ]--

Re: [Lazarus] Build number in my application

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 3:07 PM, Henry Vermaak <[EMAIL PROTECTED]> wrote: > > before each compile, you can execute a program (see > lazarus/tools/svn2revisioninc.pas) that puts the revision number in a > revision.inc, or something. see the "compilation" tab of "compiler > options". you can obviou

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Lee Jenkins
Joost van der Sluis wrote: > Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee > Jenkins: >> ABorka wrote: >>> It might be that >>> >>> http://bugs.freepascal.org/view.php?id=12375 >>> >>> is not applied yet. >>> >>> Are you making a CGI program or Apache modules? >>> Windows or Linu

Re: [Lazarus] Version information under Linux

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 3:08 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi > > Does the "Project Options | Version Information" have any affect under > Linux? I noticed it created a .rc file, but does it > actually include something in the Elf executable or anywhere else for > that matter?

[Lazarus] Version information under Linux

2008-11-19 Thread Graeme Geldenhuys
Hi Does the "Project Options | Version Information" have any affect under Linux? I noticed it created a .rc file, but does it actually include something in the Elf executable or anywhere else for that matter? Can the desktop environment check it, or the application itself at runtime etc..? Rega

Re: [Lazarus] Build number in my application

2008-11-19 Thread Henry Vermaak
2008/11/19 Graeme Geldenhuys <[EMAIL PROTECTED]>: > Hi, > > My current project is in SubVersion. I user the SubVersion revision > number as my Build number in my project version. Currently I use a > revision.inc file which I have to manually edit from time to time (I'm > lazy doing after every com

[Lazarus] Build number in my application

2008-11-19 Thread Graeme Geldenhuys
Hi, My current project is in SubVersion. I user the SubVersion revision number as my Build number in my project version. Currently I use a revision.inc file which I have to manually edit from time to time (I'm lazy doing after every commit). Is there a way I can somehow tell Lazarus to automatic

Re: [Lazarus] Carbon Bug #12256 - Button appearance on Leopard

2008-11-19 Thread Brad Campbell
dmitry boyarintsev wrote: > if you keep you buttons height 20 pixels or less, you'll always get > beautifull Mac OS buttons drawn Ah-HAH! So that's the trick. Thanks Dmitry, you have just helped de-uglify my forms! Brad -- Dolphins are so intelligent that within a few weeks they can train Ameri

Re: [Lazarus] Carbon Bug #12256 - Button appearance on Leopard

2008-11-19 Thread Brad Campbell
Brad Campbell wrote: > Just noticed if you set the button autosize property to true you get the > correctly painted buttons. > You then have button alignment issues to deal with, but at least they look > nice :) Urgh, scratch that. Only if buttons are not in panel. Gee OSX is picky about button

Re: [Lazarus] Carbon Bug #12256 - Button appearance on Leopard

2008-11-19 Thread dmitry boyarintsev
if you keep you buttons height 20 pixels or less, you'll always get beautifull Mac OS buttons drawn Dmitry ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Carbon Bug #12256 - Button appearance on Leopard

2008-11-19 Thread Brad Campbell
Just noticed if you set the button autosize property to true you get the correctly painted buttons. You then have button alignment issues to deal with, but at least they look nice :) Brad -- Dolphins are so intelligent that within a few weeks they can train Americans to stand at the edge of the

Re: [Lazarus] WebLaz Question

2008-11-19 Thread Joost van der Sluis
Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee Jenkins: > ABorka wrote: > > It might be that > > > > http://bugs.freepascal.org/view.php?id=12375 > > > > is not applied yet. > > > > Are you making a CGI program or Apache modules? > > Windows or Linux? > > > > Also make sure yo

Re: [Lazarus] K8055 counter [was: libusb access...]

2008-11-19 Thread Mark Morgan Lloyd
Valdas Janku-nas wrote: [Apologies to The List but I've chopped the original text- it was coming out as a single line here and I'd rather not spend time reformatting. Apologies also if this is considered off-topic.] The control byte, set to a fixed $05 in the C++ demo program, appears to be se