Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Marc Weustink
ik wrote: On Jan 14, 2008 3:59 AM, wfifi [EMAIL PROTECTED] wrote: thanks ido wireshark is a great tool, i attach a log, found data is got, but Component's status not change. I've read your code again (and looked at the log), I noticed this: strstream.WriteString(String(ABuffer)) You are

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Luiz Americo Pereira Camara
Marc Weustink wrote: ik wrote: On Jan 14, 2008 3:59 AM, wfifi [EMAIL PROTECTED] wrote: thanks ido wireshark is a great tool, i attach a log, found data is got, but Component's status not change. I've read your code again (and looked at the log), I noticed this:

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Michael Van Canneyt
On Mon, 14 Jan 2008, Luiz Americo Pereira Camara wrote: Marc Weustink wrote: ik wrote: On Jan 14, 2008 3:59 AM, wfifi [EMAIL PROTECTED] wrote: thanks ido wireshark is a great tool, i attach a log, found data is got, but Component's status not change. I've read your code

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Marc Weustink wrote: ik wrote: On Jan 14, 2008 3:59 AM, wfifi [EMAIL PROTECTED] wrote: thanks ido wireshark is a great tool, i attach a log, found data is got, but Component's status not change. I've read your code again (and looked at the log), I noticed

[lazarus] Compiling 13748 svn snapshot fails

2008-01-14 Thread Antonio Sanguigni
Hi all, compiling 13748 svn version is failing because this error: Compiling gtkwsdialogs.pp Compiling gtkwsextctrls.pp gtkwsextctrls.pp(597,31) Error: Identifier not found gtk_notebook_current_page gtkwsextctrls.pp(717) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation

Re: [lazarus] Compiling 13748 svn snapshot fails

2008-01-14 Thread Burkhard Carstens
Am Montag, 14. Januar 2008 13:57 schrieb Antonio Sanguigni: Hi all, compiling 13748 svn version is failing because this error: Compiling gtkwsdialogs.pp Compiling gtkwsextctrls.pp gtkwsextctrls.pp(597,31) Error: Identifier not found gtk_notebook_current_page gtkwsextctrls.pp(717) Fatal:

Re: [lazarus] Compiling 13748 svn snapshot fails

2008-01-14 Thread Antonio Sanguigni
Paul fixed this in 13749, please update. Thanks. Antonio -- Antonio Sanguigni alias slapshot -- GioveLUG (Linux User Group) - http://www.giovelug.org Edupup (Educational distro) - http://www.edupup.org

[lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
I think my last email was loose (big attachment). What do you think of my current (on beta testing) new docked IDE? See it here: http://www.eurekalog.com/DockIDE.png -- Best regards... Fabio Dell'Aria.

Re: [lazarus] New Docked IDE

2008-01-14 Thread wile64
Very good! Can this be optional? -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

Re: [lazarus] New Docked IDE

2008-01-14 Thread Marius
Fabio Dell'Aria wrote: I have created a little universal Docking unit (all new code). I'm just testing it on GTK2, QT and Win32. Great, did you manage to fix the win32 docking bug? (i have been looking, but was unable to narrow down that problem) Greetings, Marius

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
I hope to can see it on the official lazarus release (when I'll finish it)! 2008/1/14, wile64 [EMAIL PROTECTED]: Very good! Can this be optional? -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php -- Best

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi, 2008/1/14, Marius [EMAIL PROTECTED]: Fabio Dell'Aria wrote: What do you think of my current (on beta testing) new docked IDE? Looks very nice! On windows or other OS? On all supported OS! :) Generic or specific docking? (via dockmanager?) I have created a little universal Docking

Re: [lazarus] New Docked IDE

2008-01-14 Thread Damien Gerard
On Jan 14, 2008, at 5:39 PM, Fabio Dell'Aria wrote: Hi, 2008/1/14, Marius [EMAIL PROTECTED]: Fabio Dell'Aria wrote: What do you think of my current (on beta testing) new docked IDE? Looks very nice! On windows or other OS? On all supported OS! :) Generic or specific docking? (via

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi, 2008/1/14, Marius [EMAIL PROTECTED]: Fabio Dell'Aria wrote: I have created a little universal Docking unit (all new code). I'm just testing it on GTK2, QT and Win32. Great, did you manage to fix the win32 docking bug? (i have been looking, but was unable to narrow down that

Re: [lazarus] New Docked IDE

2008-01-14 Thread Andrew Higgs
Very nice Fabio. I hope this will become part of the official release. :-) Fabio Dell'Aria wrote: I think my last email was loose (big attachment). What do you think of my current (on beta testing) new docked IDE? See it here: http://www.eurekalog.com/DockIDE.png

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi Andrew, 2008/1/14, Andrew Higgs [EMAIL PROTECTED]: Very nice Fabio. I hope this will become part of the official release. :-) I hope this too! :) Fabio Dell'Aria wrote: I think my last email was loose (big attachment). What do you think of my current (on beta testing) new docked

[lazarus] Freeing runtime components.

2008-01-14 Thread Patrick Shepherd
Sorry for such a simple question but I'm just getting back to programming (as a hobby). Haven't done much since TP5. Anyway, if I create a component eg TPanel during runtime and set it's owner property to a form, do I have to write code to free the panel or is there already code in the forms

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi Damien, 2008/1/14, Damien Gerard [EMAIL PROTECTED]: On Jan 14, 2008, at 5:39 PM, Fabio Dell'Aria wrote: Hi, 2008/1/14, Marius [EMAIL PROTECTED]: Fabio Dell'Aria wrote: What do you think of my current (on beta testing) new docked IDE? Looks very nice! On windows or other OS?

Re: [lazarus] Freeing runtime components.

2008-01-14 Thread Giuliano Colla
Patrick Shepherd ha scritto: Sorry for such a simple question but I'm just getting back to programming (as a hobby). Haven't done much since TP5. Anyway, if I create a component eg TPanel during runtime and set it's owner property to a form, do I have to write code to free the panel or is

Re: [lazarus] New Docked IDE

2008-01-14 Thread Graeme Geldenhuys
On 14/01/2008, Fabio Dell'Aria [EMAIL PROTECTED] wrote: Where I can find it? lazarus/components/editortoolbar/editortoolbar.lpk http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/components/editortoolbar/?root=lazarus Regards, - Graeme - ___

Re: [lazarus] New Docked IDE

2008-01-14 Thread Graeme Geldenhuys
It looks very nice Fabio! Could you let me know what happens if you install the Editor Toolbar package in Lazarus? Editor Toolbar is a optional installed package included with Lazarus - it creates a toolbar panel above the Editor tabs where you can add any Lazarus IDE menu items at runtime...

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi Graeme, 2008/1/14, Graeme Geldenhuys [EMAIL PROTECTED]: It looks very nice Fabio! Could you let me know what happens if you install the Editor Toolbar package in Lazarus? Editor Toolbar is a optional installed package included with Lazarus - it creates a toolbar panel above the Editor

Re: [lazarus] Sockets programming

2008-01-14 Thread Mark Morgan Lloyd
Marco van de Voort wrote: Any thoughts on how to get select() and associated procedures working? Yes. Use them from baseunix (fpselect fpset* etc). See docs. Thanks, I think I'm slowly getting there. Also fpFD_ZERO() and so on. Under Unix they are not just for sockets, hence they are not

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell'Aria
Hi Graeme, 2008/1/14, Graeme Geldenhuys [EMAIL PROTECTED]: On 14/01/2008, Fabio Dell'Aria [EMAIL PROTECTED] wrote: Where I can find it? lazarus/components/editortoolbar/editortoolbar.lpk http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/components/editortoolbar/?root=lazarus I hope

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Luiz Americo Pereira Camara
Marc Weustink wrote: You are casting a pointer as a string... The way to convert PChar to a string is to use the function StrPas Only if you use shortstrings. When using ansistrings you can cast a PChar in to a string like: String(SomePchar) With ansistrings you seldom (or never) need

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Marc Weustink wrote: You are casting a pointer as a string... The way to convert PChar to a string is to use the function StrPas Only if you use shortstrings. When using ansistrings you can cast a PChar in to a string like: String(SomePchar) With

Re: [lazarus] why sometime TLHTTPClientComponent can not get data?

2008-01-14 Thread Luiz Americo Pereira Camara
Marc Weustink wrote: Luiz Americo Pereira Camara wrote: Marc Weustink wrote: You are casting a pointer as a string... The way to convert PChar to a string is to use the function StrPas Only if you use shortstrings. When using ansistrings you can cast a PChar in to a string like:

Re: [lazarus] New Docked IDE

2008-01-14 Thread Paul Ishenin
Fabio Dell'Aria wrote: I think my last email was loose (big attachment). What do you think of my current (on beta testing) new docked IDE? See it here: http://www.eurekalog.com/DockIDE.png http://www.eurekalog.com/DockIDE.png Looks good, but I see you implementing your own classes instead of