Re: [Lazarus] Dragging documented

2009-04-18 Thread Hans-Peter Diettrich
Felipe Monteiro de Carvalho schrieb: So I couldn't resist to add some criticism about the current LCL implementation. Any comments are welcome :-) I think you should be more specific if you want to do a criticism. In the way you put it one can have no idea what exactly you are taking

Re: [Lazarus] lNet and several threads

2009-04-18 Thread Aleš Katona
On Thu, 16 Apr 2009 20:01:57 +0200 User usuarioanonimomy...@gmail.com wrote: How I can use several threads with lNet visual library? I need some examples. Best regards! Hello. lNet is inheritedly not thread-safe but it can be used with threads in some ways. When it comes to the visual

Re: [Lazarus] lNet and several threads

2009-04-18 Thread User
Hello, I will explain better my doubt. I need to program a multithread server that processes requests of several clients at the same time. At the moment the server processes requests of several clients one to one by the OnReceive callback: procedure TConnectionHandler.Receive(aSocket: TLSocket);

Re: [Lazarus] lNet and several threads

2009-04-18 Thread Aleš Katona
On Sat, 18 Apr 2009 10:36:04 +0200 User usuarioanonimomy...@gmail.com wrote: Hello, I will explain better my doubt. I need to program a multithread server that processes requests of several clients at the same time. At the moment the server processes requests of several clients one to one by

Re: [Lazarus] Dragging documented

2009-04-18 Thread Felipe Monteiro de Carvalho
On Sat, Apr 18, 2009 at 3:41 AM, Hans-Peter Diettrich drdiettri...@aol.com wrote: [ ] You have read section 3: LCL Implementation I had just assumed you would never write the critics to the wiki. The Wiki is the wrong place for criticism. It is a documentation and not a discussion forum or a

Re: [Lazarus] Why we chose Object Pascal instead

2009-04-18 Thread Giuliano Colla
waldo kitty ha scritto: Hans-Peter Diettrich wrote: Graeme Geldenhuys schrieb: I can't agree more... We have had this exact same issue in our company (before I arrived). They hired cheap (inexperienced) developers that caused havoc in the code. They make the GUI seem fine for a while, but

Re: [Lazarus] Why we chose Object Pascal instead

2009-04-18 Thread Coppola Ing. Salvatore
Giuliano Colla wrote: waldo kitty ha scritto: Hans-Peter Diettrich wrote: Graeme Geldenhuys schrieb: I can't agree more... We have had this exact same issue in our company (before I arrived). They hired cheap (inexperienced) developers that caused havoc in the code. They

Re: [Lazarus] lNet and several threads

2009-04-18 Thread Bogusław Brandys
User pisze: Which is the simplest method? You can use synapse.It will be good for a multithreaded server if fpc thread support is stable and for just a few clients. It depends on what you want to archieve. Boguslaw ___ Lazarus mailing list

Re: [Lazarus] lNet and several threads

2009-04-18 Thread User
Ok, you know some examples? Best regards. 2009/4/18 Bogusław Brandys bran...@o2.pl User pisze: Which is the simplest method? You can use synapse.It will be good for a multithreaded server if fpc thread support is stable and for just a few clients. It depends on what you want to

[Lazarus] AutoCreate with Forms from a Package (.lpk)

2009-04-18 Thread Osvaldo Filho
Is it possible i use AutoCreate statement ( and component comunication like datasource-dataset) with a form in a package? One project use a package (.lpk) Forms on project use datamodules components in a package. ___ Lazarus mailing list

Re: [Lazarus] AutoCreate with Forms from a Package (.lpk)

2009-04-18 Thread Mattias Gaertner
On Sat, 18 Apr 2009 15:45:25 -0300 Osvaldo Filho arquivos...@gmail.com wrote: Is it possible i use AutoCreate statement ( and component comunication like datasource-dataset) with a form in a package? One project use a package (.lpk) Forms on project use datamodules components in a package.

Re: [Lazarus] ide enhancement - method or cursor location belongs to what class?

2009-04-18 Thread Martin Friebe
Graeme Geldenhuys wrote: Hi, I often have large classes that are bigger than what the source editor can display at once. I'm mainly talking about tiOPF project here. Anyway, I receive patches for large methods and use the IDE 'goto line' command to maybe review or modify a received patch.