Re: [Lazarus] GUI development for web UI

2010-11-26 Thread Michael Schnell
On 11/25/2010 09:19 PM, ABorka wrote: . I always found the needed ExtJS extensions online, never needed to develop them myself (A custom GridView for example, a double click sorting functionality on the GridView header fields, etc.). This suggests that doing a n ExtJS Widget Type interface for

[Lazarus] Rev 28494 breaks building lazarus on non-windows (Martin?).

2010-11-26 Thread Michael Van Canneyt
Hi, Revision 28494 in the cmdlinedebugger.pp (Martin) breaks compiling on Linux. GetTickCount is a windows-only call. Please fix this ASAP. Michael. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Rev 28494 breaks building lazarus on non-windows (Martin?).

2010-11-26 Thread Martin
On 26/11/2010 10:52, Michael Van Canneyt wrote: Hi, Revision 28494 in the cmdlinedebugger.pp (Martin) breaks compiling on Linux. GetTickCount is a windows-only call. Please fix this ASAP. Is there any similar thing on linux?Now() can go backwards (gettickcount wraps, but that can be

Re: [Lazarus] Rev 28494 breaks building lazarus on non-windows (Martin?).

2010-11-26 Thread Felipe Monteiro de Carvalho
On Fri, Nov 26, 2010 at 12:00 PM, Martin laza...@mfriebe.de wrote: Is there any similar thing on linux?Now() can go backwards (gettickcount wraps, but that can be detected) The usual solution is using EpikTimer -- Felipe Monteiro de Carvalho -- ___

Re: [Lazarus] Rev 28494 breaks building lazarus on non-windows (Martin?).

2010-11-26 Thread Vincent Snijders
2010/11/26 Martin laza...@mfriebe.de: On 26/11/2010 10:52, Michael Van Canneyt wrote: Hi, Revision 28494 in the cmdlinedebugger.pp (Martin) breaks compiling on Linux. GetTickCount is a windows-only call. Please fix this ASAP. Is there any similar thing on linux?Now() can go backwards

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-11-26 Thread Michael Van Canneyt
On Fri, 26 Nov 2010, Alexsander Rosa wrote: Don't get me wrong, I'm all for innovations in Free Pascal/Lazarus. However, in this particular case, I don't think the multiple transactions per connection approach, supported only by selected databases, is the best solution. IMHO it should be an

Re: [Lazarus] TImage wrong image format

2010-11-26 Thread Leonardo M . Ramé
On 2010-11-26 15:29:42 +0100, Mattias Gaertner wrote: On Fri, 26 Nov 2010 11:23:01 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: On 2010-11-26 10:55:58 -0300, Leonardo M. Ramé wrote: On 2010-11-26 09:39:30 -0300, Leonardo M. Ramé wrote: Hi, I think I found a bug after following the

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-11-26 Thread zeljko
On Friday 26 November 2010 15:14, Alexsander Rosa wrote: With DBExpress or Zeos this problem does no occur. They use the so-called Zeos ? This is simply NOT true, at least with Zeos 6.6.5. If you chosen correct tiTransactionIsolation (eg. tiReadCommited) then pgsql connections automatically

Re: [Lazarus] How to tell lazarus the location of a used package?

2010-11-26 Thread Mattias Gaertner
On Fri, 26 Nov 2010 16:01:45 +0100 Bo Berglund bo.bergl...@gmail.com wrote: On Thu, 25 Nov 2010 21:05:48 -0500, waldo kitty wkitt...@windstream.net wrote: On 11/25/2010 06:09, Bo Berglund wrote: Now, the description on how packages work in lazarus leads me to believe that any given

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-11-26 Thread Alexsander Rosa
I'm using it from SVN too. 2010/11/26 zeljko zel...@holobit.net On Friday 26 November 2010 15:14, Alexsander Rosa wrote: With DBExpress or Zeos this problem does no occur. They use the so-called Zeos ? This is simply NOT true, at least with Zeos 6.6.5. If you chosen correct