Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Razvan Adrian Bogdan
On 10/2/05, Andrew Haines [EMAIL PROTECTED] wrote: Felipe Monteiro de Carvalho wrote: I tryed to create a TCustomControl descendent, but I can't seam to see it on the screen no matter what I do ... My tests were done in Win32, some time ago i had to display frames from a Camera wich i

Re: [lazarus] Strange IDE behavier

2005-10-02 Thread Michał Wojtaszek
I check few thinks and I think problem is in the TNotebook. Where I don't use this design mode works ok. Dnia 01-10-2005, sob o godzinie 17:04 +0200, Michał Wojtaszek napisał(a): Dnia 01-10-2005, sob o godzinie 11:08 +0200, Mattias Gaertner napisał(a): On Sat, 01 Oct 2005 01:09:34 +0200

Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread A.J. Venter
On Sunday 02 October 2005 04:01, Felipe Monteiro de Carvalho wrote: A.J. Venter wrote: Felipe, you may also want to look at gamepack, which provides a double-buffered drawing component as well as sprite support. Mail me off-list if you want the details. Sounds very interesting.

[lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Felipe Monteiro de Carvalho
Andrew Haines wrote: Tela.Parent := Self; Regards, thank you very much. Creating a custom control and drawing to a bitmap first fixed the flickering, at 10Hz. I'll add this knowledge to the Developing with Graphics section of the wiki. Felipe

Re: [lazarus] patch for win32wsextctrls.pp

2005-10-02 Thread Mattias Gaertner
On Sun, 2 Oct 2005 14:04:48 +0200 (CEST) [EMAIL PROTECTED] wrote: Lazarus does not compile now anymore under Win32, the next patch fixes this. Thanks. Fixed. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Felipe Monteiro de Carvalho
Hi, I added a lot of information you guys said here at: http://wiki.lazarus.freepascal.org/index.php/Developing_with_Graphics I hope it is ok for everyone, Felipe

[lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Felipe Monteiro de Carvalho
On 10/2/05, Matthijs Willemstein [EMAIL PROTECTED] wrote: On Sun, 2005-10-02 at 09:52 -0300, Felipe Monteiro de Carvalho wrote: I added a lot of information you guys said here at: http://wiki.lazarus.freepascal.org/index.php/Developing_with_Graphics thanks for that. In the code you create a

Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Matthijs Willemstein
On Sun, 2005-10-02 at 11:10 -0300, Felipe Monteiro de Carvalho wrote: On 10/2/05, Matthijs Willemstein [EMAIL PROTECTED] wrote: On Sun, 2005-10-02 at 09:52 -0300, Felipe Monteiro de Carvalho wrote: I added a lot of information you guys said here at:

[lazarus] Visibility of Paint method

2005-10-02 Thread Matthijs Willemstein
Hi All, In Delphi the Paint method is declared protected in TCustomControl. In Lazarus however this method is declared public. Is this a remainder of the past or is it done intentionally? Matthijs -- Matthijs Willemstein [EMAIL PROTECTED]

[lazarus] HTTPClient on Win Lazarus

2005-10-02 Thread Alexander Todorov
Hi all, is httpclient unit working on windows ? When I include it in my uses section it says unit not found. There are no .o .ppu files for httpclient. In fpc\net\Makefile.fpc there are some entries about *nix but no windows : --- units=servlets units_linux=fpsock httpbase httpclient

Re: [lazarus] Visibility of Paint method

2005-10-02 Thread Mattias Gaertner
On Sun, 02 Oct 2005 17:59:52 +0200 Matthijs Willemstein [EMAIL PROTECTED] wrote: Hi All, In Delphi the Paint method is declared protected in TCustomControl. In Lazarus however this method is declared public. Is this a remainder of the past or is it done intentionally? Why should it not be

Re: [lazarus] Lazarus gtk2 Poll

2005-10-02 Thread Michael Van Canneyt
On Sun, 2 Oct 2005, andyman wrote: Hi, please see this link and cast your vote for which gtk2 version you have on your computer. http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=1428 How to vote ?? Michael.

Re: [lazarus] Visibility of Paint method

2005-10-02 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 02 Oct 2005 17:59:52 +0200 Matthijs Willemstein [EMAIL PROTECTED] wrote: Hi All, In Delphi the Paint method is declared protected in TCustomControl. In Lazarus however this method is declared public. Is this a remainder of the past or is it done intentionally?

Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Marc Weustink wrote: AFAIK there is no restriction on where a toolbar is placed On win32 if I put a Toolbar on the bottom of the app it will appear twice. Once on the bottom without any of it's buttons and another on the top of the form with the buttons.