Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-15 Thread Hans-Peter Diettrich
Martin Friebe schrieb: > Then how to you handle double width chars? This si one of the problems I > still have to address. > Even in a proportional font, some chars (Chinese, and other) have twice > the width of a normal char. They will 2 positions in the grid. > Actually it is the same issue as

[Lazarus] Dynamic Library in Linux

2008-12-15 Thread Andrew Brunner
I've been experiencing problems with SOs under Linux and am trying to develop a "Plugin" system for my Server I'm porting to Lazarus. I can get these Plug-ins to Load and Operate just fine (Ubuntu). I can't however Unload them. I want to be able to use the DynLibs.UnloadLibrary to unload a libra

Re: [Lazarus] OnConnect lNet event under WinCE

2008-12-15 Thread Aleš Katona
Can you get wireshark set up on the computer and capture all packets from the interface on which the WinCE device is connected please? Send it to this mail as attachment and I'll analyze it. Thanks, Ales ___ Lazarus mailing list Lazarus@lazarus.freepa

Re: [Lazarus] OnConnect lNet event under WinCE

2008-12-15 Thread User
Hello, if the device is not connected to the computer then the OnConnect event is not fired, is fired the OnError event. 2008/12/15 Aleš Katona > Hello, > > it's difficult to say why OnConnect doesn't fail properly on WinCE. I'll do > some testing in the emulator next I have a free moment, but i

Re: [Lazarus] OnConnect lNet event under WinCE

2008-12-15 Thread Aleš Katona
Hello, it's difficult to say why OnConnect doesn't fail properly on WinCE. I'll do some testing in the emulator next I have a free moment, but it can be something specific to you setup as well. Is the device connected to something? If so can you try to do it while it's disconnected? If there's

[Lazarus] flickering on statusbar panel

2008-12-15 Thread Andrea Mauri
Dear all, I encountered a flickering problem when using a statusbar under winxp (lazarus v0.9.27 r17839 i386-win32-win32/win64 fpc 2.2.2) Using a code similar to the following: i:= 0; while condition do begin readln(f, str); label1.Caption:= Format('Number: %d', [i]); statusbar1.Panels[0].T

[Lazarus] RxDBGrid.OnDrawColumnCell event

2008-12-15 Thread Bob K.
I have 3 RxDBGrid components. I've created an OnDrawColumnCell event on one. When I select one of the other RxDBGrid components the OnDrawColumnCell event is not selectable. RxDBGrid1.OnDrawColumnCell event RxDBGrid2 RxDBGrid3 Shouldn't I be able to reuse the original OnDrawColumnCell event?

Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-15 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Martin Friebe schrieb: > >> The only reason I did skip the "grid" in the name is that a generic >> painter base class will not define a griod (or maybe it will but based >> on pixels). So it does not block anyone from implementing a proportional >> painter >>

Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-15 Thread luizmed
> Mensagem Original: > Data: 20:26:35 14/12/2008 > De: Joost van der Sluis > Assunto: Re: [Lazarus] TAChart: Request to review/apply patch 12758 > Op zondag 14-12-2008 om 10:18 uur [tijdzone +0100], schreef Florian > Klaempfl: >> Luiz Americo Pereira Camara schrieb: >> > Florian Klaempfl escreveu