Re: [Lazarus] Does Lazarus have sizer or layout objects?

2009-01-12 Thread Pavel Řezníček
Hi all, I code also in wxPython and I use its sizers quite often. I think they are a great idea and they are what I almost always miss in the Pascal world. One advantage of the sizers is the cross-platformity of your layout. There are predefined sizes of every control for each platform,

Re: [Lazarus] LoadLibrary fails on WinCE

2008-12-03 Thread Pavel Řezníček
Felipe Monteiro de Carvalho napsal(a): 1 - make sure you are using loadlibrary from the windows unit and then call GetLastError to see why it failed. Windows CE has some differences from desktop. I would try putting the library in the windows or windows/system directory or passing the full

[Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Pavel Řezníček
(ExtractFilePath(Paramstr(0)) + pqlib), so with the full path, and recompile everything the right way, it still doesn't load. Thank you for any clues and guidelines. Pavel Řezníček ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http

Re: [Lazarus] LoadLibrary on WinCE

2008-09-20 Thread Pavel Řezníček
Joost van der Sluis napsal(a): Op donderdag 18-09-2008 om 23:47 uur [tijdzone +0200], schreef Pavel Řezníček: Did you use fpc 2.2.2? No, fpc 2.2.3 only. Now I have reverted to v0.9.25 r15862 i386-win32-win32/win64 with fpc 2.2.3 but it works fine. You gave

Re: [Lazarus] LoadLibrary on WinCE

2008-09-18 Thread Pavel Řezníček
Joost van der Sluis napsal(a): Op dinsdag 16-09-2008 om 21:16 uur [tijdzone +0200], schreef Pavel Řezníček: On Lazarus v0.9.25 r16541 i386-win32-win32/win64, the LoadLibrary function fails on WinCE. Did you use fpc 2.2.2? No, fpc 2.2.3 only. Now I have reverted to v0.9.25

[Lazarus] LoadLibrary on WinCE

2008-09-16 Thread Pavel Řezníček
. Maybe because the core library from that the LoadLibrary function is imported also fails to load?? Any clue how to get it working? Pavel Řezníček ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo

[Lazarus] FloatToStrIntl

2008-09-13 Thread Pavel Řezníček
TBCDFIELD__GETASSTRING at fields.inc:2218 Any help would be gladly appreciated :-) Pavel Řezníček ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FloatToStrIntl

2008-09-13 Thread Pavel Řezníček
Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Hello all, On Lazarus v0.9.25 r16541 i386-win32-win32/win64, I have the following problem. I access an SQLite3 database. There I have a column defined as numeric(3), it means, 3 whole number digits

Re: [Lazarus] FloatToStrIntl

2008-09-13 Thread Pavel Řezníček
Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Hello all, On Lazarus v0.9.25 r16541 i386-win32-win32/win64, I have the following problem. I access an SQLite3 database. There I have a column defined as numeric(3), it means, 3 whole number digits

Re: [Lazarus] FloatToStrIntl

2008-09-13 Thread Pavel Řezníček
Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Hello all, On Lazarus v0.9.25 r16541 i386-win32-win32/win64, I have the following problem. I access an SQLite3

Re: [Lazarus] FloatToStrIntl

2008-09-13 Thread Pavel Řezníček
Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Michael Van Canneyt napsal(a): On Sat, 13 Sep 2008, Pavel Řezníček wrote: Hello all, On Lazarus v0.9.25 r16541 i386-win32-win32/win64, I have the following problem. I access an SQLite3

[Lazarus] Port with TPQConnection

2008-09-11 Thread Pavel Řezníček
Dear Lazarus developers and users, is there anyone who would know if and how do I connect to a non-default port (other than 5432) with the TPQConnection component? Thanks a lot. Pavel Řezníček ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

[Lazarus] TXMLConfig on WinCE

2008-09-11 Thread Pavel Řezníček
Pavel Řezníček ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How can I improve my bitmap font drawing unit (attached) ?

2008-08-28 Thread Pavel Řezníček
Peter Williams wrote: Hi All, I'd like some advice about the attached unit, named uFixedWidthFonts.pas. It is designed to read 2-colour bitmaps of font character sets of different sizes, from files which are Windowz BMP format. For example, Chars_Lower_8x8.bmp -- this is a 320 x 56

Re: [Lazarus] How can I improve my bitmap font drawing unit (attached) ?

2008-08-28 Thread Pavel Řezníček
Felipe Monteiro de Carvalho napsal(a): On 8/13/08, Peter Williams [EMAIL PROTECTED] wrote: My main question is: would I be better off using a TImageList?!? Can someone please post sample code. Note: I tried to run the TImageList example program for Lazarus... it compiles okay... but when run

Re: [Lazarus] Is this a new microsoft approach?

2008-08-28 Thread Pavel Řezníček
Jon Bertrand napsal(a): This is why I love mailing lists: I learn odd things in odd places. man hier Man I've been needing that for a long time. Thanks guys. And that's the oddity of all software and maybe all the social life too: Where do I ask where to ask? - Watch, try and wait until the

Re: [Lazarus] How can I improve my bitmap font drawing unit (attached) ?

2008-08-14 Thread Pavel Řezníček
Peter Williams wrote: Hi All, I'd like some advice about the attached unit, named uFixedWidthFonts.pas. It is designed to read 2-colour bitmaps of font character sets of different sizes, from files which are Windowz BMP format. For example, Chars_Lower_8x8.bmp -- this is a 320 x 56