[Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Tom Verhoeff
How can one install a local copy of the documentation for RTL/FCL/LCL in a form that is now on-line available at http://lazarus-ccr.sourceforge.net/docs/ How up to date is that documentation? Thanks, Tom -- E-MAIL: T.Verhoeff @ TUE.NL | Dept. of Math. Comp. Science PHONE:

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Graeme Geldenhuys
On 9/16/08, Tom Verhoeff [EMAIL PROTECTED] wrote: How can one install a local copy of the documentation for RTL/FCL/LCL in a form that is now on-line available at http://lazarus-ccr.sourceforge.net/docs/ How up to date is that documentation? You can get the latest RTL and FCL

[Lazarus] Lazarus IDE - Configure Help

2008-09-16 Thread Graeme Geldenhuys
Hi, After I replied to a message regarding RTL and LCL docs, I thought I would update my docs for off-line use as well. In the Configure Help window, there are three tabs. What is the difference between General and Databases tab? In the Databases tab, RTL, FCL and LCL had URL's defined. In

[Lazarus] Gdk Questions

2008-09-16 Thread SteveG
Could anybody tell me why the following fails ? uses ..., gtk2, glib2, gdk2; procedure TForm1.Button1Click(Sender: TObject); var GdkWindow :PGdkWindow; GtkWidget :PGtkWidget; begin GtkWidget := pointer( Form1.Handle ); GdkWindow := GtkWidget^.window; if GDK_IS_WINDOW(GdkWindow)

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Reenen Laurie
Lazarus can be setup to read the LCL and RTL docs directly from the XML files as tooltip help. Please tell us more! I'd love to know how we can do this. Any wiki page that exists on how to do this? Reenen ___ Lazarus mailing list

[Lazarus] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Roland Turcan
Hello Lazarus! What is the best way to keep the binary compatibility among different CPU architectures. I need to make our own database engine compatible and other binary files, that user still can use our data from i386 or PowerPC computer. I really don't like the idea to change the order of

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Vincent Snijders
Tom Verhoeff schreef: How can one install a local copy of the documentation for RTL/FCL/LCL in a form that is now on-line available at http://lazarus-ccr.sourceforge.net/docs/ How up to date is that documentation? Last update two weeks ago. Then I update fpdoc, which since crashes

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Graeme Geldenhuys
On Tue, Sep 16, 2008 at 3:54 PM, Reenen Laurie [EMAIL PROTECTED] wrote: Lazarus can be setup to read the LCL and RTL docs directly from the XML files as tooltip help. Please tell us more! I'd love to know how we can do this. Any wiki page that exists on how to do this? :-) This has been

[Lazarus] Dcrypt libraries dont work on 64 bits.

2008-09-16 Thread German Gentile
That code: PDWord(longword(@OutData)+ 0)^:= a; Complains: ../lazarus/components/DCP/Ciphers/dcpserpent.pas(275,10) Error: Typecast has different size (4 - 8) in assignment I search for definition of Oudata procedure DecryptECB(const Indata; var Outdata); virtual; { Decrypt a block

[Lazarus] LoadLibrary on WinCE

2008-09-16 Thread Pavel Řezníček
Dear developers, On Lazarus v0.9.25 r16541 i386-win32-win32/win64, the LoadLibrary function fails on WinCE. I tried to load libpq.dll and sqlite3.dll with no success. I have the ARM/WinCE libraries in the same directory as my executable (even in the \gdb folder). All accompanying libraries,

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Chris Kirkpatrick
You can get a (nearly!) nightly build of all the html docs at ftp://ftp.hu.freepascal.org/pub/lazarus/ There will be a file called fpc-lazarus-doc-html-20080902.tar.bz2 (It's actually a couple of weeks since it was last updated - the numbers obviously give the date, but when all is working

[Lazarus] PageControl color

2008-09-16 Thread Benito van der Zander
Hi, if you enable theming in Windows XP the background color of a TPageControl changes from gray (clBtnFace) to white (is this clWhite or a system color?). The problem is now, that a TTrackBar or a TStringGrid always draw there background as clBtnFace, which looks quite stranges on a white

Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 9/16/08, Tom Verhoeff [EMAIL PROTECTED] wrote: How can one install a local copy of the documentation for RTL/FCL/LCL in a form that is now on-line available at http://lazarus-ccr.sourceforge.net/docs/ How up to date is that documentation?

Re: [Lazarus] PageControl color

2008-09-16 Thread Paul Ishenin
Benito van der Zander wrote: Hi, if you enable theming in Windows XP the background color of a TPageControl changes from gray (clBtnFace) to white (is this clWhite or a system color?). The problem is now, that a TTrackBar or a TStringGrid always draw there background as clBtnFace, which