[lazarus] Lazarus klik package

2007-08-23 Thread Graeme Geldenhuys
Hi, Does anybody know who is maintaining the Lazarus klik package? They used a strange version number 2.7-1, so I'm not sure what the actual version is of Lazarus. http://lazarus.klik.atekon.de/ Regards, - Graeme - _ To

Re: [lazarus] Lazarus klik package

2007-08-23 Thread Henry Vermaak
On 23/08/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Does anybody know who is maintaining the Lazarus klik package? They used a strange version number 2.7-1, so I'm not sure what the actual version is of Lazarus. that screenshot says it's 0.8.4a :) http://lazarus.klik.atekon.de/

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Marc Weustink
Luis Rodrigues wrote: Hi all, Sorry to send the bug reports here but I can not access mantis or freepascal.org. Does any one know why? According to the logs you logged in at Mantis yesterday at 2007-08-22 17:21 Have you retried ? Marc

Re: [lazarus] Web Model for future FPC/Lazarus

2007-08-23 Thread Marco van de Voort
On Wed, Aug 22, 2007 at 10:18:07PM +1000, David Lyon wrote: It's stateless. I'm also not sure that we can do what they do: python is interpreted, after all. They do have states, within objects. But it is all managed. It is very sophisticated. With my big picture hat on, I suggest we

Re: [lazarus] Web Model for future FPC/Lazarus

2007-08-23 Thread Marco van de Voort
On Wed, Aug 22, 2007 at 07:57:17PM +0200, Vincent Snijders wrote: David Lyon schreef: Hi everybody, As we are discussing porting delphi/fpc/lazarus apps to the web I propose we start discussing the available web models. You can also consider something like the a form interpeter like Martin

Re: [lazarus] Lazarus klik package

2007-08-23 Thread Graeme Geldenhuys
On 23/08/07, Henry Vermaak [EMAIL PROTECTED] wrote: that screenshot says it's 0.8.4a :) I saw that, but normally screenshots are not a very reliable source for such information. :) is this it? (maintainer) http://lazarus.klik.atekon.de/recipe/ Ah, that could be. I'm very new to 'klik'

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Luis Rodrigues
This is very stange because I can not access anything on www.freepascal.org. If I do: telnet www.freepascal.org 80 Trying 62.166.198.202... Connected to www.freepascal.org. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 200 OK Date: Thu, 23 Aug 2007 10:14:15 GMT Server: Apache/2.0.53

Re: [lazarus] Lazarus klik package

2007-08-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 23/08/07, Henry Vermaak [EMAIL PROTECTED] wrote: that screenshot says it's 0.8.4a :) I saw that, but normally screenshots are not a very reliable source for such information. :) is this it? (maintainer) http://lazarus.klik.atekon.de/recipe/ Ah, that could

Re: [lazarus] SIZE OF COMPILED CODE

2007-08-23 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: I have been playing with Lazarus for only a short period of time and am almost ready to say: WOW! (Still having problems with DLL's.) However, I noticed that an application that compiles to 550Kb under Delphi, compiles to 7200KB under Lazarus (in Windows) - that

Re: [lazarus] SIZE OF COMPILED CODE

2007-08-23 Thread Inoussa OUEDRAOGO
However, I noticed that an application that compiles to 550Kb under Delphi, compiles to 7200KB under Lazarus (in Windows) - that really is a BIG difference! Am I doing something wrong, or is this par for the course? You will find extended informations at this address

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Felipe Monteiro de Carvalho
works normally here -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] SIZE OF COMPILED CODE

2007-08-23 Thread victim_of_spam
I have read wiki about smartlinking. But i didn't understand how to switch on and switch off smartlinking in Lazarus 0.9.23 + fpc 2.0.4? I wanna to feel difference. _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] TSPeedButton background painting

2007-08-23 Thread Stephano
As per the current implementation, TSpeedbutton's background is mostly dependent on themes. I would like to submit a patch that will extract the background painting code into a separate virtual protected method (TCustomSpeedButton.PaintBackground), thus allowing a descendant to control its

[lazarus] utf8toansi and others seem don't work

2007-08-23 Thread fedorax
Hello, Whith actuals versions of lazarus this fonction: For i:=0 to LExport.Count-1 do begin LExport[i]:=AnsiToUtf8(LExport[i]); end; Do absolutely nothing. I've also try with Utf8decode, ansitoutf8 and other's. Any idea ? Lazarus svn 11850 FPC 2.3.1 8290 OS Linux fedora 7

Re: [lazarus] utf8toansi and others seem don't work

2007-08-23 Thread ik
On Latin chars and every ANSI char (that is 255 chars) you will never notice the difference because the number of bytes... Please note that UTF-8 is up to 4 bytes per char. Ido On 8/23/07, fedorax [EMAIL PROTECTED] wrote: Hello, Whith actuals versions of lazarus this fonction: For i:=0

[lazarus] Application.ProcessMessages alternative

2007-08-23 Thread Graeme Geldenhuys
Hi, Anybody know what is a alternative (non-GUI) way for the Application.ProcessMessages call? I'm trying to make tiOPF's Core code non-GUI, but not sure what to do with this call. It's used in a TerminateThreads() method. Regards, - Graeme -

Re: [lazarus] utf8toansi and others seem don't work

2007-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2007 16:41:42 +0200 fedorax [EMAIL PROTECTED] wrote: Hello, Whith actuals versions of lazarus this fonction: For i:=0 to LExport.Count-1 do begin LExport[i]:=AnsiToUtf8(LExport[i]); end; Do absolutely nothing. I've also try with Utf8decode, ansitoutf8 and

[lazarus] Compiler options

2007-08-23 Thread Valdas Jankūnas
Hi, i translating Lazarus to Lithuanian i have question: in dialog Compiler options for project tab Code box Optimizations is radiobox with caption Level 3 (Level 2 + Uncertain) (-O3), but PFC manual (http://www.freepascal.org/docs-html/prog/progse49.html;) writes Level 3 (-O3) equals level

[lazarus] CRLF problem with editor

2007-08-23 Thread DarekM
Hi How to disable changing EndOfLine mark by Lazarus. I have source written under Delphi with CRLF on each line. I try to edit this file under Lazarus in Linux. But unfortunately he change all lines to LF. But when I try to sent this come back by SVN whole file is inside DIFF (all lines have

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread Henry Vermaak
On 23/08/07, DarekM [EMAIL PROTECTED] wrote: Hi How to disable changing EndOfLine mark by Lazarus. I have source written under Delphi with CRLF on each line. I try to edit this file under Lazarus in Linux. But unfortunately he change all lines to LF. But when I try to sent this come

Re: [lazarus] Application.ProcessMessages alternative

2007-08-23 Thread Michael Van Canneyt
On Thu, 23 Aug 2007, Graeme Geldenhuys wrote: Hi, Anybody know what is a alternative (non-GUI) way for the Application.ProcessMessages call? There isn't. Under Linux, the following works While Not Terminated do fppause; But that doesn't translate to windows. Michael.

Re: [lazarus] Application.ProcessMessages alternative

2007-08-23 Thread Graeme Geldenhuys
On 23/08/07, Michael Van Canneyt [EMAIL PROTECTED] wrote: Anybody know what is a alternative (non-GUI) way for the Application.ProcessMessages call? There isn't. Under Linux, the following works While Not Terminated do fppause; That's interesting. What's everything happening in

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread Graeme Geldenhuys
Hi Henry is spot on! Your problem is that you haven't told SVN what line ending style it should use. Once set SVN will translate them on the fly depending which platform is used to get the files. 'svn pl *' will list the properties set on the files. If you see nothing, it mean nothing has been

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread Darius Blaszijk
Here's a perl script that sets all the settings for your entire SVN tree. http://modelbuilder.svn.sourceforge.net/viewvc/modelbuilder/src/trunk/tools/script/set-props.pl?view=markup Darius Graeme Geldenhuys wrote: Hi Henry is spot on! Your problem is that you haven't told SVN what line

Re: [lazarus] TSPeedButton background painting

2007-08-23 Thread Graeme Geldenhuys
This is what grieved me about some other LCL components as well. The developer *must* be able to control the look of a application. I've had many clients that specify a specify look and color choice for their applications, regardless of the desktop theme in use! Why can't the background color be

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread Graeme Geldenhuys
On 23/08/07, Darius Blaszijk [EMAIL PROTECTED] wrote: Here's a perl script that sets all the settings for your entire SVN tree. http://modelbuilder.svn.sourceforge.net/viewvc/modelbuilder/src/trunk/tools/script/set-props.pl?view=markup Darius Hey, that will come in handy! :-) Graeme.

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Marc Weustink
Luis Rodrigues wrote: This is very stange because I can not access anything on www.freepascal.org. If I do: telnet www.freepascal.org 80 Trying 62.166.198.202... Connected to www.freepascal.org. Escape character is '^]'. GET / HTTP/1.0 [snip] it just hangs and I get no more data :( Are

Re: [lazarus] TSPeedButton background painting

2007-08-23 Thread Marc Weustink
Graeme Geldenhuys wrote: This is what grieved me about some other LCL components as well. The developer *must* be able to control the look of a application. I've had many clients that specify a specify look and color choice for their applications, regardless of the desktop theme in use! Why

[lazarus] Mailing List

2007-08-23 Thread 12 12
And second: Can somebody competent answer on questions i ask on forums: 1. I don't understand clear difference between Mailing List and Bug Tracking. If i think i found a bug what i should do first? To report about what i see in mailing list or in Bug Tracking? 2. Where i can see last

Re: [lazarus] Mailing List

2007-08-23 Thread Darius Blaszijk
12 12 wrote: And second: Can somebody competent answer on questions i ask on forums: 1. I don't understand clear difference between Mailing List and Bug Tracking. If i think i found a bug what i should do first? To report about what i see in mailing list or in Bug Tracking? If you suspect a

Re: [lazarus] Mailing List

2007-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2007 21:24:46 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: 12 12 wrote: And second: Can somebody competent answer on questions i ask on forums: 1. I don't understand clear difference between Mailing List and Bug Tracking. If i think i found a bug what i should do

Re: [lazarus] Mailing List

2007-08-23 Thread 12 12
If you suspect a bug then do two things. Look in the bug tracker and if that does not help ask the question on the mailinglist. But if you believe you have found one then fill out a bug form. HTH Darius Crystal. What about mail list archive? Where i can see last mailing list discussions? I

Re: [lazarus] define macro

2007-08-23 Thread Darius Blaszijk
If ia line is preceded by // it means its a comment. So this line does nothing in your code. It seems that the line you are talking about is C code. Probably you are looking at converted code. The pascal way of doing it is to use functions and not compiler macros which defines C-style are.

Re: [lazarus] define macro

2007-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2007 21:42:46 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: If ia line is preceded by // it means its a comment. So this line does nothing in your code. It seems that the line you are talking about is C code. Probably you are looking at converted code. The pascal way of doing

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread DarekM
Henry Vermaak pisze: On 23/08/07, DarekM [EMAIL PROTECTED] wrote: Hi How to disable changing EndOfLine mark by Lazarus. I have source written under Delphi with CRLF on each line. I try to edit this file under Lazarus in Linux. But unfortunately he change all lines to LF. But when I try

Re: [lazarus] CRLF problem with editor

2007-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2007 22:05:42 +0200 DarekM [EMAIL PROTECTED] wrote: Henry Vermaak pisze: On 23/08/07, DarekM [EMAIL PROTECTED] wrote: Hi How to disable changing EndOfLine mark by Lazarus. I have source written under Delphi with CRLF on each line. I try to edit this file

Re: [lazarus] TSPeedButton background painting

2007-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2007 17:32:04 +0300 Stephano [EMAIL PROTECTED] wrote: As per the current implementation, TSpeedbutton's background is mostly dependent on themes. I would like to submit a patch that will extract the background painting code into a separate virtual protected method

Re: [lazarus] Application.ProcessMessages alternative

2007-08-23 Thread Marc Santhoff
Am Donnerstag, den 23.08.2007, 17:02 +0200 schrieb Graeme Geldenhuys: Hi, Anybody know what is a alternative (non-GUI) way for the Application.ProcessMessages call? I'm trying to make tiOPF's Core code non-GUI, but not sure what to do with this call. It's used in a TerminateThreads()

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Luis Rodrigues
No I am not. Its some problem with my University's network. Anyway I as able to submit the bug reports to mantis using a online proxy. Luis On Thu, 2007-08-23 at 20:49 +0200, Marc Weustink wrote: Luis Rodrigues wrote: This is very stange because I can not access anything on

Re: [lazarus] Mailing List

2007-08-23 Thread 12 12
You could try: http://dir.gmane.org/gmane.comp.compilers.free-pascal.general http://dir.gmane.org/gmane.comp.ide.lazarus.general Seems don't work. Just have tried query 'AssignToGraphics' in gmane.comp.ide.lazarus.general. The result is: 'No documents match your query'.