Re: [lazarus] Carbon native IDE

2007-07-12 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Hi, I just tested the Lazarus IDE with carbon, and it loads and looks reasonable: http://magnifier.sourceforge.net/photos/Fullscreen_1.png =) It cannot be used, because SynEdit doesn't work (lot's of bugs: no Caret, when moves around the text the new text

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Henry Vermaak
On 12/07/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hi, I just tested the Lazarus IDE with carbon, and it loads and looks reasonable: http://magnifier.sourceforge.net/photos/Fullscreen_1.png =) It cannot be used, because SynEdit doesn't work (lot's of bugs: no Caret, when moves

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Marc Weustink [EMAIL PROTECTED] wrote: One more ide to check, before I commit my alpha patch :( (at this moment lazarus doesn't even start) which alpha patch is that? thanks, -- Felipe Monteiro de Carvalho _ To

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Graeme Geldenhuys
Nice one! :) Graeme. On 12/07/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hi, I just tested the Lazarus IDE with carbon, and it loads and looks reasonable: http://magnifier.sourceforge.net/photos/Fullscreen_1.png

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: On 7/12/07, Marc Weustink [EMAIL PROTECTED] wrote: One more ide to check, before I commit my alpha patch :( (at this moment lazarus doesn't even start) which alpha patch is that? the one in branches/marc-lcl Marc

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Paul Ishenin [EMAIL PROTECTED] wrote: SynEdit uses ExtTextOut to fill background. To do this SynEdit passes Empty Str argument and Count = 0. As result BeginTextRender return False and no bg filling will happen. But which will be the rectangle to be filled if there is no text? The

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Marc Weustink [EMAIL PROTECTED] wrote: the one in branches/marc-lcl What I mean it: What does it have of special? =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: But which will be the rectangle to be filled if there is no text? The one in Rect argument? Cool, I used the Rect argument and it works now =) I commited the change. If only I had a caret now =) Keyboard input also doesn't

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: On 7/12/07, Marc Weustink [EMAIL PROTECTED] wrote: the one in branches/marc-lcl What I mean it: What does it have of special? =) It adds alpha support to the widgetsets Marc _ To

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Andrew Haines
Felipe Monteiro de Carvalho wrote: On 7/12/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: But which will be the rectangle to be filled if there is no text? The one in Rect argument? Cool, I used the Rect argument and it works now =) I commited the change. If only I had a

RE: [lazarus] Carbon native IDE

2007-07-12 Thread Hess, Philip J
Carvalho [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 6:39 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Carbon native IDE On 7/12/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: But which will be the rectangle to be filled if there is no text? The one in Rect argument

RE: [lazarus] Carbon native IDE

2007-07-12 Thread Hess, Philip J
with passing a blank string to BeginTextRender last week but he's been on holiday. Thanks. -Phil -Original Message- From: Paul Ishenin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 5:53 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Carbon native IDE Felipe Monteiro de Carvalho