Re: [Lazarus] Rebuild Lazarus everytime to have Zeos !

2013-08-26 Thread Michael Schnell
On 08/23/2013 07:05 PM, Gugui wrote: after install Zeos I need to rebuild Lazarus to Zeos components shows up ! During the package installation, recompiling should be triggered rather automatically. So I don't think it is a disadvantage. -Michael --

Re: [Lazarus] TTreeView, string and SIGSEGV

2013-08-26 Thread Xiangrong Fang
Ok, that's reasonable, however: 1) If I use Move() is there a manual way to increate the string ref count? 2) why the error is gone if I change this line: prev := tv.Items.InsertObjectBehind(prev, p^.title, p); to this: prev := tv.Items.InsertObjectBehind(prev, 'Node #' + IntToStr(i),

[Lazarus] Lazarus 1.0.12 Release

2013-08-26 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.0.12. This is a bug fix release, built with fpc 2.6.2. The previous releases 1.0.8 and 1.0.10 were built with fpc 2.6.2 too, while release 1.0.6 was built with fpc 2.6.0. Here is the list of changes for Lazarus and Free Pascal:

Re: [Lazarus] Res: Re: bug in open package file

2013-08-26 Thread Mattias Gaertner
On Sun, 25 Aug 2013 21:50:26 -0300 Junior lazarus.li...@gmail.com wrote: Lazarus 1.1 r42498M FPC 2.6.2 i386-linux-gtk 2 No, still exists a failure. Open an existing package, all is ok, but if a pack that has not been installed, the window remains behind the Lazarus. Actually it is the

Re: [Lazarus] TTreeView, string and SIGSEGV

2013-08-26 Thread Mattias Gaertner
On Mon, 26 Aug 2013 16:45:35 +0800 Xiangrong Fang xrf...@gmail.com wrote: Ok, that's reasonable, however: 1) If I use Move() is there a manual way to increate the string ref count? Yes, but it is better to let the compiler do the work: p^:=PNode(tv.Selected.Data)^; 2) why the error is

[Lazarus] Lazarus developer needed

2013-08-26 Thread Lazarus
Hello, Our company (www.astrill.com) provides personal VPN services since 2009. We are seeking for a skilled Lazarus/Free Pascal developer to work on development and maintenance of our Windows/Macintosh/Linux software. You need to be good on all of the three platforms. Most of our software is

[Lazarus] SynEdit Development Status

2013-08-26 Thread Fabrício Srdic
Hi, I'm new to the Lazarus/Free Pascal. I have posted this message on the lazarus forum, do not know if there is the best place to discuss this topic... According to the wiki page, the SynEdit contained in Lazarus and used by Lazaru's editor is based on SynEdit 1.03. The current version of the

Re: [Lazarus] SynEdit Development Status

2013-08-26 Thread martin
On 26/08/13 17:08, Fabrício Srdic wrote: Hi, I'm new to the Lazarus/Free Pascal ... What are the future plans of the Lazaru's dev team for the SynEdit? Well tell us more, what do you aim to do? I already gave you an answer on the forum:

Re: [Lazarus] Memo for touchscreen

2013-08-26 Thread Koenraad Lelong
Op 18-07-13 21:24, Malcolm Poole schreef: // procedure TForm1.LetterAButtonClick ( Sender: TObject ) ; var testcaretpos: Integer; begin testcaretpos := Memo1.SelStart; Memo1.Text := Copy(Memo1.Text, 1, testcaretpos) + 'A'

Re: [Lazarus] VirtualTreeView question, horizontal jump

2013-08-26 Thread luiz americo pereira camara
2013/8/25 Jürgen Hestermann juergen.hesterm...@gmx.de Am 2013-08-24 04:58, schrieb luiz americo pereira camara: In the mean time try to set hoAutoResize in Header.Options and set Header.AutoSizeIndex to 1 You should get the desired behavior Luiz Yes, that solves the problem (though I

Re: [Lazarus] SynEdit Development Status

2013-08-26 Thread Fabrício Srdic
Thanks for the reply! My name is Fabrício, i am a certified delphi programmer. I'm using Delphi for over the last five years. I'm Brazilian (thus, sorry if my English speaking is not good =)). I'm would like to use Lazarus to build my own projects and i would like to contribute to the community

[Lazarus] Lazarus 1.10.12

2013-08-26 Thread Schindler Karl-Michael
Hi Thanks a lot for the 1.0.12 release. I noticed this minor glitch: The tar.gz archive in http://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%201.0.12/ has at least a wrong name. I did not check the content. MiSchi. --