Re: [lazarus] Compiling Lazarus Ide Gtk2

2008-01-10 Thread Graeme Geldenhuys
On 10/01/2008, Antonio Sanguigni <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having some issues with gtk1 fonts under Xfce. I mean, Lazarus seems to > ignore xfce settings and I have a big fonts into my ide. Now, I'm trying to Xfce used GTK2, so that will not affect Lazarus compiled with GTK1. GTK1

Re: [lazarus] fpdoc and xml-struct

2008-01-10 Thread Vincent Snijders
willem schreef: I try to generate xml with fpdoc, but I get an error message xml isn input for fpdoc. To generate fpdoc xml use makeskel. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

[lazarus] fpdoc and xml-struct

2008-01-10 Thread willem
I try to generate xml with fpdoc, but I get an error message FPDoc - Free Pascal Documentation Tool Version 2.2.0 [2007/08/30] (c) 2000 - 2003 Areca Systems GmbH / Sebastian Guenther, [EMAIL PROTECTED] Invalid format "XML-STRUCT" specified Writing 9 pages... Done. The pages are html in stead of

Re: [lazarus] TCheckListBox

2008-01-10 Thread Damien Gerard
On Jan 11, 2008, at 2:23 AM, Paul Ishenin wrote: Damien Gerard wrote: I have a little issue with TCheckListBox. It is impossible to set by han if an items is checked or not. After reading the code, I have found the following code : procedure TCustomCheckListBox.SetChecked(const AIndex: Integer

Re: [lazarus] TCheckListBox

2008-01-10 Thread Paul Ishenin
Damien Gerard wrote: I have a little issue with TCheckListBox. It is impossible to set by han if an items is checked or not. After reading the code, I have found the following code : procedure TCustomCheckListBox.SetChecked(const AIndex: Integer; const AValue: Boolean); begin SetState(AInd

[lazarus] TCheckListBox

2008-01-10 Thread Damien Gerard
I have a little issue with TCheckListBox. It is impossible to set by han if an items is checked or not. After reading the code, I have found the following code : procedure TCustomCheckListBox.SetChecked(const AIndex: Integer; const AValue: Boolean); begin SetState(AIndex, cbChecked); end;

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Marc Weustink
Dominique Louis wrote: I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. How do you set the glyph ? In code or in the ide ? Marc _ To un

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Paul Ishenin
Dominique Louis wrote: I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. Attached is a screen shot of the transparency issue. If anyone has any ideas which files I should look at to try and fix this, I'm

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Dominique Louis
I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. Attached is a screen shot of the transparency issue. If anyone has any ideas which files I should look at to try and fix this, I'm happy to do so if I'm po

Re: [lazarus] Scanlines again

2008-01-10 Thread Dominique Louis
Hi Mattias, Using Mac OS X how do I create a patch? If you can tell me what I need to download/install then I'm happy to do that. Dominique. Mattias Gaertner wrote: On Sat, 05 Jan 2008 19:14:51 + Dominique Louis <[EMAIL PROTECTED]> wrote: Firstly, I'd like to propose a slight change t

Re: [lazarus] Compile IDE GTK2

2008-01-10 Thread Paul Ishenin
Lee Jenkins wrote: When recompiling the IDE, I get "undefined reference to 'gtk_cell_rederer_combo_get_type'. I'm on CentOS 4. Lazarus RPM 0.9.24 The GtkCellRendererCombo cell renderer was added in GTK+ 2.6. So check your enviroment. To work with lazarus you need at least gtk 2.6. But in f

[lazarus] Compile IDE GTK2

2008-01-10 Thread Lee Jenkins
When recompiling the IDE, I get "undefined reference to 'gtk_cell_rederer_combo_get_type'. I'm on CentOS 4. Lazarus RPM 0.9.24 -- Warm Regards, Lee "If I don't see you around here, I'll see you around, hear?" _ To unsubsc

Re: [lazarus] Compiling Lazarus Ide Gtk2

2008-01-10 Thread Antonio Sanguigni
> > You need to compile the IDE clean. Either on command line or by the IDE > itself. By building with the IDE itself you get your packages compiled > too, so this is recommended. > The 'configure build lazarus' option dialog was improved and now starts > with a much simpler dialog. But instead of

Re: [lazarus] Compiling Lazarus Ide Gtk2

2008-01-10 Thread Mattias Gaertner
On Thu, 10 Jan 2008 22:11:54 +0100 "Antonio Sanguigni" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having some issues with gtk1 fonts under Xfce. I mean, Lazarus > seems to ignore xfce settings and I have a big fonts into my ide. > Now, I'm trying to compile it and rebuilding lazarus under gtk2 > in

Re: Compiling Lazarus Ide Gtk2

2008-01-10 Thread Antonio Sanguigni
[CUT] > > > Any hints to use small fonts on gtk1 or compiling the IDE under gtk2 ? > > I think I solved so: export LCL_PLATFORM=gtk2; make clean all Now I have a wonderful GTK2 ide interface ;) Thanks Antonio -- Antonio Sanguigni alias slapshot -

[lazarus] Compiling Lazarus Ide Gtk2

2008-01-10 Thread Antonio Sanguigni
Hi, I'm having some issues with gtk1 fonts under Xfce. I mean, Lazarus seems to ignore xfce settings and I have a big fonts into my ide. Now, I'm trying to compile it and rebuilding lazarus under gtk2 interface to check if it can see xfce gtk2 settings but I'm having this error: /home/antonio/laz

Re: [fpc-devel] "Invalid field size : 8"

2008-01-10 Thread Bogusław Brandys
Horacio Jamilis wrote: It seems that the Size field shoud be 0 (zero) for numeric fields... The size property of TField have different meanings for the different field types. So, you should not set the size property of an Integer field to anything (the default 0 value is correct). Hope this

Re: [fpc-devel] "Invalid field size : 8"

2008-01-10 Thread Horacio Jamilis
It seems that the Size field shoud be 0 (zero) for numeric fields... The size property of TField have different meanings for the different field types. So, you should not set the size property of an Integer field to anything (the default 0 value is correct). Hope this helps. Horacio As yo

Re: [lazarus] google android contest

2008-01-10 Thread Marius
willem wrote: Wel I am interested in CPU extentsive applications ! Can can SSE2 ,SSE3 or even SSE4 help you ? Those extensions will surely helps reducing the time it takes to calculate a workunit. Talking about hours if i look at the http://lunatics.kwsn.net/ pages (depending on the cpu).

Re: [lazarus] google android contest

2008-01-10 Thread Lord Satan
On Thu, 10 Jan 2008 15:50:55 +0100 willem <[EMAIL PROTECTED]> wrote: > Wel I am interested in CPU extentsive applications ! Can can SSE2 ,SSE3 > or even SSE4 help you ? Do you have any SSE examples that show a speed gain? My own experiments were not very encouraging. This: operator +(const v

Re: [lazarus] google android contest

2008-01-10 Thread willem
Marius wrote: willem wrote: I want to argue to google that the lazarus object pascal platform is a better choice than Java. That would be real nice advertisement for FPC and pascal development in general. (I doubt however you can change there platform) I myself have been thinking about por

Re: [lazarus] google android contest

2008-01-10 Thread Marius
willem wrote: I want to argue to google that the lazarus object pascal platform is a better choice than Java. That would be real nice advertisement for FPC and pascal development in general. (I doubt however you can change there platform) I myself have been thinking about porting the SETI c

Re: [lazarus] google android contest

2008-01-10 Thread willem
Liyuan Garcia Caballero wrote: Damien Gerard escribió: On Jan 10, 2008, at 2:40 PM, willem wrote: Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API :

Re: [lazarus] google android contest

2008-01-10 Thread willem
Damien Gerard wrote: On Jan 10, 2008, at 2:40 PM, willem wrote: Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API : so probably it's impossible to ac

Re: [lazarus] google android contest

2008-01-10 Thread Liyuan Garcia Caballero
Damien Gerard escribió: On Jan 10, 2008, at 2:40 PM, willem wrote: Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API : so probably it's impossible to

Re: [lazarus] google android contest

2008-01-10 Thread Vincent Snijders
Damien Gerard schreef: On Jan 10, 2008, at 2:40 PM, willem wrote: go to www.freepascal.org/advantage :-) The link is dead for me :) http://www.freepascal.org/advantage.var Vincent _ To unsubscribe: mail [EMAIL PROTECTE

Re: [lazarus] google android contest

2008-01-10 Thread Damien Gerard
On Jan 10, 2008, at 2:40 PM, willem wrote: Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API : so probably it's impossible to actually run any non-jav

Re: [lazarus] google android contest

2008-01-10 Thread willem
Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API : so probably it's impossible to actually run any non-java applications at this time . Sorry a

Re: [lazarus] google android contest

2008-01-10 Thread willem
Adrian Maier wrote: On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: Not to mention that the android emulator is most likely a desktop implementation of the android java API : so probably it's impossible to actually run any non-java applications at this time . Sorry a

Re: [lazarus] google android contest

2008-01-10 Thread Adrian Maier
On Jan 10, 2008 1:03 PM, Adrian Maier <[EMAIL PROTECTED]> wrote: > > Not to mention that the android emulator is most likely a desktop > implementation of the > android java API : so probably it's impossible to actually run any > non-java applications > at this time . Sorry about the incorrect a

Re: [lazarus] google android contest

2008-01-10 Thread Adrian Maier
On Jan 10, 2008 11:36 AM, willem <[EMAIL PROTECTED]> wrote: > > I want google to convince them to accept a contest project thats is written > in Free Pascal. > Therefore I did make a Wiki at www.android-google.tk. There is this phrase that I don't understand in your wiki page: "My first idea is t

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread willem
Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: I call fpdoc with fpdoc --package=regexdna --input

Re: [lazarus] google android contest

2008-01-10 Thread willem
Adrian Maier wrote: On Jan 10, 2008 7:36 AM, willem <[EMAIL PROTECTED]> wrote: I want to participate in the google android contest. I want to argue to google that the lazarus object pascal platform is a better choice than Java. Hello, It's unclear what are you trying to accomplish :

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread Michael Van Canneyt
On Thu, 10 Jan 2008, willem wrote: > Michael Van Canneyt wrote: > > On Thu, 10 Jan 2008, willem wrote: > > > > > > > Michael Van Canneyt wrote: > > > > > > > On Thu, 10 Jan 2008, willem wrote: > > > > > > > > > > > > > > > > > I call fpdoc with fpdoc --package=regexdna --input=

Re: [lazarus] google android contest

2008-01-10 Thread willem
Adrian Maier wrote: On Jan 10, 2008 7:36 AM, willem <[EMAIL PROTECTED]> wrote: I want to participate in the google android contest. I want to argue to google that the lazarus object pascal platform is a better choice than Java. Hello, It's unclear what are you trying to accomplish :

Re: [lazarus] google android contest

2008-01-10 Thread Adrian Maier
On Jan 10, 2008 7:36 AM, willem <[EMAIL PROTECTED]> wrote: > I want to participate in the google android contest. > > I want to argue to google that the lazarus object pascal platform is a > better choice than Java. Hello, It's unclear what are you trying to accomplish : to convince google that

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread willem
Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: I call fpdoc with fpdoc --package=regexdna --input=regexdna.pas This is the example of the fpdoc documentation. And should be created a directory re

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread willem
Michael Van Canneyt wrote: On Thu, 10 Jan 2008, willem wrote: I call fpdoc with fpdoc --package=regexdna --input=regexdna.pas This is the example of the fpdoc documentation. And should be created a directory regdna which contains the Documentation. But that does not occur . What do

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread Michael Van Canneyt
On Thu, 10 Jan 2008, willem wrote: > Michael Van Canneyt wrote: > > On Thu, 10 Jan 2008, willem wrote: > > > > > > > I call fpdoc with fpdoc --package=regexdna --input=regexdna.pas > > > > > > This is the example of the fpdoc documentation. > > > > > > And should be created a directory regdna

Re: [lazarus] fpdoc documentation problem

2008-01-10 Thread Michael Van Canneyt
On Thu, 10 Jan 2008, willem wrote: > I call fpdoc with fpdoc --package=regexdna --input=regexdna.pas > > This is the example of the fpdoc documentation. > > And should be created a directory regdna which contains the Documentation. > But that does not occur . What does occur ? Michael. ___