[Lazarus] [OT] GLScene newsgroups

2010-02-21 Thread Kjow
Hi all, please excuse me about this OT, but I don't know where to ask... Are there anyone here that follow GLScene newsgroups? news://forums.talkto.net/glscene.general news://forums.talkto.net/glscene.support These newsgroups don't work from some days for me... can you give me your feedback?

[Lazarus] Lazarus Designer surface

2010-02-21 Thread Lee Jenkins
Hi all, First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? -- Warm Regards, Lee -- ___

Re: [Lazarus] [SOLVED] Without root rights on Ubuntu, how?

2010-02-21 Thread Osvaldo Filho
Thank you 2010/2/21 Marc Weustink m...@dommelstein.net: Osvaldo Filho wrote: Need create 3 symbolic links on /usr/bin: ppcx64 fpc fpcres Then you didn't have to move the fpc.cfg to your ~/.fpc.cfg, but you could have edited the original /etc/fpc.cfg. (anothe roption is to create those

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Mattias Gärtner
Zitat von Lee Jenkins l...@datatrakpos.com: Hi all, First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? What do you mean with 'designer'?

[Lazarus] Bitmap transparency problem (I don't want transparency)

2010-02-21 Thread Pierre Delore
Hi, I have a transparency problem when I try to display a bitmap stored in a TImagList. The bitmap I want to display is a green arrow with a white background. I want to display it without transparency. With the code below the bitmap is displayed but the background is not white (it's a copy

Re: [Lazarus] How to use ExceptProc and application.CaptureExceptions

2010-02-21 Thread Tomasz Wieckowski
So, there is no way to get debug information to handle by the app (self) ? Maybe some kind capture of the output -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Lee Jenkins
Mattias Gärtner wrote: Zitat von Lee Jenkins l...@datatrakpos.com: Hi all, First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? What do you

Re: [Lazarus] Bitmap transparency problem (I don't want transparency)

2010-02-21 Thread Howard Page-Clark
On 21/2/10 6:57, Pierre Delore wrote: Hi, I have a transparency problem when I try to display a bitmap stored in a TImagList. The bitmap I want to display is a green arrow with a white background. I want to display it without transparency. With the code below the bitmap is displayed but the

Re: [Lazarus] Bitmap transparency problem (I don't want transparency)

2010-02-21 Thread Peter Williams
Hi Pierre and Lazarus list, 2010/2/22 Pierre Delore dpli...@free.fr: Hi, I have a transparency problem when I try to display a bitmap stored in a TImagList. The bitmap I want to display is a green arrow with a white background. I want to display it without transparency. With the code below

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Hans-Peter Diettrich
Mattias Gärtner schrieb: First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? What do you mean with 'designer'? The base of the designer is

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Mattias Gärtner
Zitat von Hans-Peter Diettrich drdiettri...@aol.com: Mattias Gärtner schrieb: First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? What do

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Graeme Geldenhuys
Lee Jenkins wrote: The basic functionality of drawing controls/widgets on the designer surface with grab handles, resizing, etc. As Mattias said, drawing etc is mostly handled by the components themselves. In fpGUI's UI Designer I do pretty much the same. I have a designer form which is