Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-26 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: Just thought I would let everybody know, the SF.net SubVersion servers seem to be back up again. It was some or other hardware failure. Graeme. On 25/01/2008, Osvaldo TC Filho [EMAIL PROTECTED] wrote: Now, 25/01/2008 11:18 ( -3:00 ) [EMAIL

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-26 Thread Florian Klaempfl
Florian Klaempfl schrieb: Graeme Geldenhuys schrieb: Just thought I would let everybody know, the SF.net SubVersion servers seem to be back up again. It was some or other hardware failure. Graeme. On 25/01/2008, Osvaldo TC Filho [EMAIL PROTECTED] wrote: Now, 25/01/2008 11:18 ( -3:00 )

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-26 Thread Graeme Geldenhuys
On 26/01/2008, Florian Klaempfl [EMAIL PROTECTED] wrote: http://svn2.freepascal.org/svn/lazarus-ccr/ and http://svn2.freepascal.org/svn/fpgui/ mirrors these repositories now. Read only, i.e. one way mirror. Many thanks Florian! Regards, - Graeme -

Re: [lazarus] Component

2008-01-26 Thread user1
hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Mattias Gaertner wrote: On Fri, 25 Jan 2008 22:22:13 +0100

Re: [lazarus] Component

2008-01-26 Thread Lee Jenkins
[EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Hi, did you recompile the IDE after

Re: [lazarus] Component

2008-01-26 Thread user1
Lee Jenkins wrote: [EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Hi, did you

Re: [lazarus] Component

2008-01-26 Thread Michael Van Canneyt
On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Did you mark

Re: [lazarus] Component

2008-01-26 Thread user1
where can I find this checkbox? Michael Van Canneyt wrote: On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin

Re: [lazarus] Component

2008-01-26 Thread Michael Van Canneyt
On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: where can I find this checkbox? In the package dialog. - Open the packake file. - Select the file that contains the register statement. - below in 'File properties', check 'Register unit' - Compile and install. Michael. Michael Van Canneyt

[Lazarus] Wrong error message ?

2008-01-26 Thread Roberto Padovani
Hi, I coded (too quickly) the following lines: sqlite.SQL := 'SELECT COUNT(id) FROM utenti WHERE id = '+id_utente+' AND password='+editOldPsw.Text+''; and a few lines later: sqlite.SQL:= 'UPDATE utenti SET password='+editNewPsw.Text+', scadenza_psw=date(now,+90 day) WHERE id = '+id_utente;

[lazarus] Default target OS/CPU for projects ?

2008-01-26 Thread Michael Van Canneyt
Hello, How does the IDE determine the target OS/CPU if none is specified for a project ? Apparently, it takes the same OS/CPU combination as the one the IDE itself was compiled with. In my opinion, this is wrong. It should see what compiler was selected, and use the OS/CPU combination that

Re: [lazarus] Default target OS/CPU for projects ?

2008-01-26 Thread Marc Weustink
Michael Van Canneyt wrote: Hello, How does the IDE determine the target OS/CPU if none is specified for a project ? Apparently, it takes the same OS/CPU combination as the one the IDE itself was compiled with. In my opinion, this is wrong. It should see what compiler was selected, and use

Re: [lazarus] Component

2008-01-26 Thread user1
That's it! http://wiki.lazarus.freepascal.org/Lazarus_Packages should be enhanced... Michael Van Canneyt wrote: On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: where can I find this checkbox? In the package dialog. - Open the packake file. - Select the file that contains the

Re: [lazarus] Component

2008-01-26 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: That's it! http://wiki.lazarus.freepascal.org/Lazarus_Packages should be enhanced... Please, go ahead. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] Component

2008-01-26 Thread micahel schneider
Am Samstag 26 Januar 2008 schrieb Graeme Geldenhuys: On 26/01/2008, micahel schneider [EMAIL PROTECTED] wrote: Am Freitag 25 Januar 2008 schrieb [EMAIL PROTECTED]: A small demo would be helpful. 2 Videos demonstrating component install under Linux