Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Alexander Klenin
On Fri, Oct 19, 2012 at 3:13 AM, Alexander Klenin kle...@gmail.com wrote: Since r39097 (IDEIntf: OI: component treeview: show all owned objects in properties) it became much harder to understand and use treeview. Please, if you are sure it is an improvement for somebody, at least make it

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Maxim Ganetsky
21.10.2012 10:07, Alexander Klenin пишет: On Fri, Oct 19, 2012 at 3:13 AM, Alexander Klenin kle...@gmail.com wrote: Since r39097 (IDEIntf: OI: component treeview: show all owned objects in properties) it became much harder to understand and use treeview. Please, if you are sure it is an

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Ludo Brands
Please! Object inspector is now totally broken, with multiple crashes, fields disappearing, treeview displaying multiple ghost items... Currently as a workagound I edit lfm files by hand instead of using form designer, but is slows my work down substantially. Same here with 39147. I

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Alexander Klenin
On Sun, Oct 21, 2012 at 9:16 PM, Maxim Ganetsky gan...@narod.ru wrote: 21.10.2012 10:07, Alexander Klenin пишет: Please! Object inspector is now totally broken, with multiple crashes, fields disappearing, treeview displaying multiple ghost items... Currently as a workagound I edit lfm files by

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Alexander Klenin
On Sun, Oct 21, 2012 at 9:25 PM, Alexander Klenin kle...@gmail.com wrote: On Sun, Oct 21, 2012 at 9:16 PM, Maxim Ganetsky gan...@narod.ru wrote: 21.10.2012 10:07, Alexander Klenin пишет: Please! Object inspector is now totally broken, with multiple crashes, fields disappearing, treeview

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Maxim Ganetsky
21.10.2012 14:48, Alexander Klenin пишет: On Sun, Oct 21, 2012 at 9:25 PM, Alexander Klenin kle...@gmail.com wrote: On Sun, Oct 21, 2012 at 9:16 PM, Maxim Ganetsky gan...@narod.ru wrote: 21.10.2012 10:07, Alexander Klenin пишет: Please! Object inspector is now totally broken, with multiple

Re: [Lazarus] OI component treeview is now less usable

2012-10-21 Thread Marcos Douglas
On Sun, Oct 21, 2012 at 8:48 AM, Alexander Klenin kle...@gmail.com wrote: On Sun, Oct 21, 2012 at 9:25 PM, Alexander Klenin kle...@gmail.com wrote: On Sun, Oct 21, 2012 at 9:16 PM, Maxim Ganetsky gan...@narod.ru wrote: 21.10.2012 10:07, Alexander Klenin пишет: Please! Object inspector is now

[Lazarus] TListBox.AddItem doesn't exist?

2012-10-21 Thread Timothy Groves
So I am trying to add a TListBox to my program. Relevant code is below. TfrmFicMake = class(TForm) . . . lstVolumeList: TListBox; . . . end; procedure TfrmFicMake.btnAddVolumeClick(Sender: TObject); var index : integer; begin frmCreateVolume.ShowModal;

Re: [Lazarus] TListBox.AddItem doesn't exist?

2012-10-21 Thread Timothy Groves
Further update: TListBox and TCustomListBox do not, in their source code, list any AddItem method. The documentation states that TCustomListBox is the earliest ancestor with the AddItem method. -- ___ Lazarus mailing list

Re: [Lazarus] TListBox.AddItem doesn't exist?

2012-10-21 Thread Howard Page-Clark
On 21/10/12 3:25, Timothy Groves wrote: So I am trying to add a TListBox to my program. Relevant code is below. TfrmFicMake = class(TForm) . . . lstVolumeList: TListBox; . . . end; procedure TfrmFicMake.btnAddVolumeClick(Sender: TObject); var index

Re: [Lazarus] TListBox.AddItem doesn't exist?

2012-10-21 Thread John Landmesser
Am 21.10.2012 16:25, schrieb Timothy Groves: So I am trying to add a TListBox to my program. Relevant code is below. TfrmFicMake = class(TForm) . . . lstVolumeList: TListBox; . . . end; procedure TfrmFicMake.btnAddVolumeClick(Sender: TObject); var index :

Re: [Lazarus] TListBox.AddItem doesn't exist?

2012-10-21 Thread Timothy Groves
On 12-10-21 11:01 AM, John Landmesser wrote: Thanks for the help. In retrospect, the error I made was obvious. :( -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Fwd: How to change default editor font *before* primary config ~/.lazarus is created?

2012-10-21 Thread Bernd
2012/10/20 Bernd prof7...@gmail.com: I found another one while trying to package current trunk (svn39145) to install into /usr/lib/lazarus, this one is in synedit: components/synedit/design/languages Patch: http://bugs.freepascal.org/view.php?id=23186 Patching also some other Makefile

[Lazarus] Cross-compiling - MIPS

2012-10-21 Thread SkyDiablo
hiho! i search a solution to build my hello world source from my windows x64 system to a openWRT (linux) with a MIPS CPU system - cross-compiling? i do not find a working solution :( now i'm trying to build with a debian system, but is dosnt work for now :( greez thx, sky... --