[Lazarus] Generic Matrix "Class" for nice matrix formulas

2009-03-10 Thread paco
Hi, A Matrix "Class" that uses operator overloading for nice matrix formulas is now available here: http://paginas.fe.up.pt/~paco/pmwiki/index.php?n=DynMatrix.DynMatrix It can represent a doubles matrix with any number of row or columns. It is released under the Modified LGPL version common to

Re: [Lazarus] Lazarus not show components caption

2009-03-10 Thread Howard Page-Clark
On Tue, 10 Mar 2009 13:17:20 -0300 "delphi" wrote: > My Lazarus is not the name of the components in Delphi that option as > "show components caption," you know someone has a version that has > this property? If your question is "How can I get Lazarus to show component names in the designer?" th

Re: [Lazarus] Lazarus not show components caption

2009-03-10 Thread Paul Ishenin
delphi wrote: > Hello People! > > My Lazarus is not the name of the components in Delphi that option as "show > components caption," you know someone has a version that has this property? > > I'm sorry my english, am brazilian and use Google Translate > Use latest version of lazarus - download

Re: [Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-10 Thread Reenen Laurie
Also... What I've done before... Just add the text... 0% 5% 15% 95% 100% Not so "nice" but effective. On Tue, Mar 10, 2009 at 10:40 PM, Reenen Laurie wrote: > Anchoring it "on" the statusbar might work? > > 2009/3/10 matt shaffer > > I'm going to give you a possibility but it will probably

Re: [Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-10 Thread Reenen Laurie
Anchoring it "on" the statusbar might work? 2009/3/10 matt shaffer > I'm going to give you a possibility but it will probably not be the best > way. I have laz 9.26.3; and the status bar has a z order. This means, you > can set the progress bar's z order to top and it should be able to be moved

Re: [Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-10 Thread matt shaffer
I'm going to give you a possibility but it will probably not be the best way. I have laz 9.26.3; and the status bar has a z order. This means, you can set the progress bar's z order to top and it should be able to be moved on top of the status bar. Is this considered a bug? I don't know. Doing it

[Lazarus] Lazarus not show components caption

2009-03-10 Thread delphi
Hello People! My Lazarus is not the name of the components in Delphi that option as "show components caption," you know someone has a version that has this property? I'm sorry my english, am brazilian and use Google Translate José Ferreira Netto Analista de Sistemas __

[Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-10 Thread Andrea Mauri
Dear all, anyone can suggest me a way in order to place a TProgressBar into a TStatusBar? I found some tutorials but they are just for Delphi and Win. Thanks, Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.or