Re: [Lazarus] Trunk compilation broken by changing StrikeThrough property name

2013-01-19 Thread Reinier Olislagers
On 19-1-2013 8:12, Alexander Klenin wrote: Revision 39879 introduced some compile-time conditionals apparently intended to fix a typo while breaking user code, but not Lazarus code. Unfortunately, Lazarus stopped compiling for me since that revision. I have committed a quick fix in r39885,

Re: [Lazarus] [ISSUE] FCL-Web and LazReport

2013-01-19 Thread Michael Van Canneyt
On Sat, 19 Jan 2013, Alexander Klenin wrote: 3) Do a fast rewrite -- just throw away this code and use something else, or write it from scratch. This is basically what everyone else in this thread are suggesting. As much as I dislike second system syndrome

Re: [Lazarus] [ISSUE] FCL-Web and LazReport

2013-01-19 Thread Sven Barth
On 19.01.2013 10:31, Alexander Klenin wrote: On Sat, Jan 19, 2013 at 4:17 PM, leledumbo leledumbo_c...@yahoo.co.id wrote: Alex, could you try porting LazReport to nogui? Aside: Alex, Alexey and Alexander are very different names in Russian. Please do not confuse me by using the wrong name ;)

[Lazarus] [OFFTOPIC] Person's name variations (Was: [ISSUE] FCL-Web and LazReport)

2013-01-19 Thread Alexander Klenin
On Sat, Jan 19, 2013 at 9:20 PM, Sven Barth pascaldra...@googlemail.com wrote: Alex, could you try porting LazReport to nogui? Aside: Alex, Alexey and Alexander are very different names in Russian. Please do not confuse me by using the wrong name ;) Well, there are people that prefer a

Re: [Lazarus] [ISSUE] FCL-Web and LazReport

2013-01-19 Thread Michael Van Canneyt
On Sat, 19 Jan 2013, Alexander Klenin wrote: On Sat, Jan 19, 2013 at 9:14 PM, Michael Van Canneyt mich...@freepascal.org wrote: I do not consider noGUI a valid solution. It is a totally misguided concept. I'm sure the lazarus devs had their reasons for introducing it, but it is one of their

Re: [Lazarus] [ISSUE] FCL-Web and LazReport

2013-01-19 Thread Graeme Geldenhuys
On 01/19/13 10:14, Michael Van Canneyt wrote: Because I do not consider noGUI a valid solution. It is a totally misguided concept. I'm sure the lazarus devs had their reasons for introducing it, but it is one of their worst decisions ever (in my opinion). +1 Couldn't say it better if I

Re: [Lazarus] [OFFTOPIC] Person's name variations (Was: [ISSUE] FCL-Web and LazReport)

2013-01-19 Thread Alexsander Rosa
My father claims he named me after a russian person whose name he saw on the news at the time. I was never sure which Alexander (or Aleksandr?) he was talking about, he does not remember it now. 2013/1/19 Alexander Klenin kle...@gmail.com On Sat, Jan 19, 2013 at 9:20 PM, Sven Barth

Re: [Lazarus] What is GeckoPort version 2 status?

2013-01-19 Thread Joost van der Sluis
H. I thought i fixed that. Maybe forgot to commit and package. Normally lazarus shows the error location. Cast the nativewindow (or something like that) to a thandle. You have to do this on two or three locations. I'll update the package tomorrow.. Free Pascal Compiler version

Re: [Lazarus] What is GeckoPort version 2 status?

2013-01-19 Thread Maxim Ganetsky
19.01.2013 16:39, Joost van der Sluis пишет: H. I thought i fixed that. Maybe forgot to commit and package. Normally lazarus shows the error location. Cast the nativewindow (or something like that) to a thandle. You have to do this on two or three locations. I'll update the package

Re: [Lazarus] Trunk compilation broken by changing StrikeThrough property name

2013-01-19 Thread Bart
This part: {$IF FPC_FULLVERSION=20601} //changed in 2.6.2 and 2.7; remove when FPC 2.6.2+ only is supported Font.StrikeThrough := AFont.StrikeThrough; {$ELSE} Font.StrikeTrough := AFont.StrikeTrough; //old version with typo {$ENDIF} will make it stop working with the 2.6.2RC1 version

[Lazarus] Trunk compilation broken by changing StrikeThrough property name

2013-01-19 Thread Bart
Hi, Revision 39879 introduced some compile-time conditionals in lazcanvas (fixing a typo). This part {$IF FPC_FULLVERSION=20601} //changed in 2.6.2 and 2.7; remove when FPC 2.6.2+ only is supported Font.StrikeThrough := AFont.StrikeThrough; {$ELSE} Font.StrikeTrough :=

Re: [Lazarus] terminal window not displayed in lazarus on kubuntu linux

2013-01-19 Thread appjaws
On 18/01/13 17:44, Malcolm Poole wrote: On 18/01/13 11:25, Paul wrote: I am running kubuntu linux which runs KDE as the desktop and have installed lazarus 1,0,4, FPC version 2.6.0. x86_64-linux-gtk2. The problem: When I choose run, the program compiles just fine but the output is not displayed

Re: [Lazarus] Typo in TFPCustomFont?

2013-01-19 Thread Felipe Monteiro de Carvalho
On Sat, Jan 19, 2013 at 4:16 PM, Bart bartjun...@gmail.com wrote: It is now 20601, but this breaks building with 2.6.2RC1... But if we change then it won't work with RC2 when it is released =D -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing

Re: [Lazarus] terminal window not displayed in lazarus on kubuntu linux

2013-01-19 Thread leledumbo
This program should clear screen and generate random numbers but the  and[1B seem to be control codes, also the console does not refresh. As been told before, the terminal window is not a true console. It doesn't understand control codes at all and will output as is. --

Re: [Lazarus] terminal window not displayed in lazarus on kubuntu linux

2013-01-19 Thread Martin
On 19/01/2013 15:18, appjaws wrote: On 18/01/13 17:44, Malcolm Poole wrote: On 18/01/13 11:25, Paul wrote: I am running kubuntu linux which runs KDE as the desktop and have installed lazarus 1,0,4, FPC version 2.6.0. x86_64-linux-gtk2. The problem: When I choose run, the program compiles just

Re: [Lazarus] terminal window not displayed in lazarus on kubuntu linux

2013-01-19 Thread Martin Schreiber
On Saturday 19 January 2013 17:42:48 Martin wrote: That is all there currently is. Until someone has time to implement a nice terminal emulation in the IDE. MSEide uses xterm with the -S option if 'Project'-'Options'-'Debugger'-'External Console' is activated. I found no other terminal

Re: [Lazarus] Typo in TFPCustomFont?

2013-01-19 Thread Mattias Gaertner
On Sat, 19 Jan 2013 16:30:50 +0100 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Sat, Jan 19, 2013 at 4:16 PM, Bart bartjun...@gmail.com wrote: It is now 20601, but this breaks building with 2.6.2RC1... But if we change then it won't work with RC2 when it is

Re: [Lazarus] Typo in TFPCustomFont?

2013-01-19 Thread Bart
On 1/19/13, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sat, 19 Jan 2013 16:30:50 +0100 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Sat, Jan 19, 2013 at 4:16 PM, Bart bartjun...@gmail.com wrote: It is now 20601, but this breaks building with 2.6.2RC1...

Re: [Lazarus] Typo in TFPCustomFont?

2013-01-19 Thread Felipe Monteiro de Carvalho
On Sat, Jan 19, 2013 at 5:57 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: It will work. The old still exists, it is only marked deprecated. In trunk at least the old no longer exists:

Re: [Lazarus] Typo in TFPCustomFont?

2013-01-19 Thread Mattias Gaertner
On Sat, 19 Jan 2013 19:57:21 +0100 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Sat, Jan 19, 2013 at 5:57 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: It will work. The old still exists, it is only marked deprecated. In trunk at least the old no longer

[Lazarus] Changing default font size for all controls

2013-01-19 Thread Krzysztof
Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Changing default font size for all controls

2013-01-19 Thread Sven Barth
On 19.01.2013 22:39, Krzysztof wrote: Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? By default all controls also have ParentFont = True set. This means that they use the font

Re: [Lazarus] What is GeckoPort version 2 status?

2013-01-19 Thread Joost van der Sluis
Could be the exception mask, which does not cooperate with javascript. You could try to experiment with that.Op 19-01-13 15:56 schreef Maxim Ganetsky: 19.01.2013 16:39, Joost van der Sluis пишет: H. I thought i fixed that. Maybe forgot to commit and package. Normally lazarus shows the error