Re: [Lazarus] Use previous controls palette icons (maramirezc)

2012-12-19 Thread Marco Aurelio Ramirez Carrillo
>Which version of Delphi? :) Delphi 200x and newer has different images >now too - at least compared the Delphi 7 days. >Regards, > - Graeme - Delphi 6. There was a Lazarus version with the smae icons, but in red, instead of blue. Thanks. -- atte Marco Aurelio Rami

[Lazarus] Use previous controls palette icons

2012-12-18 Thread Marco Aurelio Ramirez Carrillo
y to do this ? Like getting the previous image file, replacing in Lazarus sources, & recompiling Lazarus ? -- atte Marco Aurelio Ramirez Carrillo -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] TCustomControl.Autosize issue (umlcat)

2012-12-11 Thread Marco Aurelio Ramirez Carrillo
have apps, originally builted in Delphi. I also have tried to (re) built some visual controls from scratch, and copied or based some code from existing controls. Good Luck. -- atte Marco Aurelio Ramirez Carrillo a.k.a. "umlcat" -- _

[Lazarus] windres long filename bug

2012-11-15 Thread Marco Aurelio Ramirez Carrillo
re longer than DOS 8 characters a bug is created. Does someone have deal with the same problem, and have some answer ? I already look in the internet for some info, before asking here. but, got not result. Thanks. -- atte Marco Aurelio Ramirez Carrillo -- ___

[Lazarus] fpdoc download

2012-10-31 Thread Marco Aurelio Ramirez Carrillo
Hi. I have some libraries in Lazarus, that I want to generate documentation. I don't have internet at home. I found this link: http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html Is there a url where I can download the same manual ? Thanks. -- atte Marco Aurelio Ramirez Car

[Lazarus] Include files extension

2012-10-10 Thread Marco Aurelio Ramirez Carrillo
include files. Altought FPC, allows you to include a text file with any extension, I would like to propose that the Lazarus I.D.E. explicitly allows an additional file extension, maybe "*.incpas", "*.ipas" or "*.incp". I may to post the same question in a FPC forum. Chee

[Lazarus] Free Pascal plus Lazarus Wiki

2011-10-11 Thread Marco Aurelio Ramirez Carrillo
Hi. Im posting this on the mailing list, because I didn't found where could I ask for this. I want to translate an existing page on the "Free Pascal plus Lazarus Wiki" , not adding a new one, but, couldn't find a linkg or page, how to do it: http://wiki.lazarus.freepascal.org/VirtualTreeview_Exam

Re: [Lazarus] OFFTOPIC: Money Model, for Lazarus

2010-12-06 Thread Marco Aurelio Ramirez Carrillo
Hi. I've been following this thread. A few years ago, I suggested (with another email address) to try to make a foundation, like "Open Office" foundation, for FPC or/and Lazarus, in this list. But, several people disapproved. Why I think its a good idea to have a "foundation" or group ? I observ

[Lazarus] Treeview descendant

2010-12-02 Thread Marco Aurelio Ramirez Carrillo
Hi. I have a treeview descedant control, that I want to migrate from some old Delphi source code, to Lazarus. But, I found that the treeview that come in Lazarus is somehow different. Is it the same as the "virtual treeview" control ? Do you have any doc. on how to extend the Lazarus Treeview ?

[Lazarus] Customizing IDE Toolbar

2010-11-29 Thread Marco Aurelio Ramirez Carrillo
Hi. Is there a tutorial or wiki file, on customizing (adding new toolbars or buttons) to the Lazarus IDE Toolbar. Not the component toolbar, but the toolbars for saving a file, debugging, etc. Thanks. stardev TOD mramirez TA gmail TOD com -- ___ Lazaru

[Lazarus] Component Palette Image

2010-11-25 Thread Marco Aurelio Ramirez Carrillo
I have 2 trivial questions about the images that appear in the component palette. After download the last version of Lazarus (Windowze), I noticed that the component's palette image for TDataset/TTable related components, show an image that looks more that a database than a table. (1) Is its posi

[Lazarus] object casting to pointer

2010-11-23 Thread Marco Aurelio Ramirez Carrillo
Hi. I'm working witha TTreeview, and trying to assign a object to a TTreeNode.data property: MyTreeNode := myTreeview.add(nil, "MyTreeNode"); // any "TObject" descendant class MyObject = MyClass.Create(); // all of these, generate a syntax/semantic error: // no typecasting MyTreeNode.Data := M

[Lazarus] TDBF extension question

2010-11-15 Thread Marco Aurelio Ramirez Carrillo
Hi. Years ago, when the TDBF component was made first for delphi, I downloaded and made an extension, which replaces the "TDBF.path" property, for a reference for a Database component with the path. TDBF => TDBFDatabase, TDBFTable, ... Thisway, I could have several TDBF tables linkes, to a singl