[Lazarus] Component visibility at design time

2011-04-10 Thread patspiper
I modified TEditBtn and made the button optional in order to make that component more generic. However, the button stays visible during design time no matter what its visible setting is. Isn't it possible to hide a (sub) component in design time? Thanks, Stephano --

Re: [Lazarus] Component visibility at design time

2011-04-10 Thread Michael Van Canneyt
On Sun, 10 Apr 2011, patspiper wrote: I modified TEditBtn and made the button optional in order to make that component more generic. But showing the button is exactly the purpose of this control, so how can it be optional ? Michael. -- ___

Re: [Lazarus] Component visibility at design time

2011-04-10 Thread zeljko
On Sunday 10 of April 2011 12:11:44 patspiper wrote: I modified TEditBtn and made the button optional in order to make that component more generic. However, the button stays visible during design time no matter what its visible setting is. Isn't it possible to hide a (sub) component in

Re: [Lazarus] Component visibility at design time

2011-04-10 Thread patspiper
On 04/10/2011 02:00 PM, Michael Van Canneyt wrote: On Sun, 10 Apr 2011, patspiper wrote: I modified TEditBtn and made the button optional in order to make that component more generic. But showing the button is exactly the purpose of this control, so how can it be optional ? The button

Re: [Lazarus] Component visibility at design time

2011-04-10 Thread patspiper
On 04/10/2011 02:40 PM, zeljko wrote: On Sunday 10 of April 2011 12:11:44 patspiper wrote: I modified TEditBtn and made the button optional in order to make that component more generic. However, the button stays visible during design time no matter what its visible setting is. Isn't it

[Lazarus] How to minimize/restore lazarus (Ubuntu)?

2011-04-10 Thread Bo Berglund
I was using Lazarus to create a console application for parsing out data from a network speed test program. When doing this I had to look at files from the test application and then code back and forth. But it was very annoying that it seems not to be possible to minimize Lazarus and then

[Lazarus] Console application does not close cleanly!

2011-04-10 Thread Bo Berglund
I was using Lazarus to create a console application for parsing out data from a network speed test program. In this case I used the Lazarus new project dialogue and specified a console application with all the defaults. This creates an application framework including command line parameter

Re: [Lazarus] How to minimize/restore lazarus (Ubuntu)?

2011-04-10 Thread ik
Please see answer inline. On Sun, Apr 10, 2011 at 22:08, Bo Berglund bo.bergl...@gmail.com wrote: I was using Lazarus to create a console application for parsing out data from a network speed test program. When doing this I had to look at files from the test application and then code back

Re: [Lazarus] Console application does not close cleanly!

2011-04-10 Thread ik
On Sun, Apr 10, 2011 at 22:20, Bo Berglund bo.bergl...@gmail.com wrote: I was using Lazarus to create a console application for parsing out data from a network speed test program. In this case I used the Lazarus new project dialogue and specified a console application with all the defaults.

[Lazarus] TImage and PNG (on linux)

2011-04-10 Thread Leonardo M . Ramé
Hi, I was testing a sample project and found that on Windows, handling of PNGs with transparent backgrounds is working ok, but on Linux it doesn't work as expected. The image is a black line on the top of the image, with a Gaussian Blur applied on Photoshop, then saved to PNG with transparent

Re: [Lazarus] TImage and PNG (on linux)

2011-04-10 Thread Felipe Monteiro de Carvalho
No test source code? -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TImage and PNG (on linux)

2011-04-10 Thread Leonardo M . Ramé
On 2011-04-10 22:45:22 +0200, Felipe Monteiro de Carvalho wrote: No test source code? -- Felipe Monteiro de Carvalho Just place a TImage on a form, then load the attached png (sombra_bottom_horiz.png) into it. -- Leonardo M. Ramé http://leonardorame.blogspot.com --