Re: [Lazarus] Indy & WinCE

2012-11-04 Thread Antonio Fortuny
Which commit id are you using , where did you download it? /svn/Indy10/!svn/ver/4852/trunk I downloaded and installed yesterday and the commit id is 4682 dated 07/09/2011 (European date I suspect) Mine installed in the IDE without any problems after I inserted {$UNDEF HAS_TSelection} at the

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Paul Ishenin
05.11.12, 1:56, Leonardo M. Ramé wrote: You meant, you CAN'T only mask a part of the form, right?. You can. But this not the same as to make it semi transparent, right? Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.fre

Re: [Lazarus] TAChart equal range in two charts

2012-11-04 Thread Leonardo M . Ramé
On 2012-11-05 10:35:25 +1100, Alexander Klenin wrote: > On Mon, Nov 5, 2012 at 4:55 AM, Leonardo M. Ramé wrote: > > Hi, I need to set the same range in two contiguous charts. > > > > To let you easily understand what I need, I attached a screenshot of two > > charts. Aftert the first chart is crea

Re: [Lazarus] TAChart equal range in two charts

2012-11-04 Thread Alexander Klenin
On Mon, Nov 5, 2012 at 4:55 AM, Leonardo M. Ramé wrote: > Hi, I need to set the same range in two contiguous charts. > > To let you easily understand what I need, I attached a screenshot of two > charts. Aftert the first chart is created, the range is defined > automatically by TAChart, then I nee

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Leonardo M . Ramé
On 2012-11-05 00:28:26 +0800, Paul Ishenin wrote: > 31.10.12, 7:21, Leonardo M. Ramé пишет: > > >Paul, I noted you implemented TCustomForm's.AlphaBlend property, is it > >possible to just alphablend part of the form?. > > No, this is not supported. You can only mask a part of the form. > You me

[Lazarus] TAChart equal range in two charts

2012-11-04 Thread Leonardo M . Ramé
Hi, I need to set the same range in two contiguous charts. To let you easily understand what I need, I attached a screenshot of two charts. Aftert the first chart is created, the range is defined automatically by TAChart, then I need the 2nd chart use the same Y range (from 520 to 700). How can g

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Paul Ishenin
31.10.12, 7:21, Leonardo M. Ramé пишет: Paul, I noted you implemented TCustomForm's.AlphaBlend property, is it possible to just alphablend part of the form?. No, this is not supported. You can only mask a part of the form. Best regards, Paul Ishenin -- __

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Leonardo M . Ramé
On 2012-11-02 22:02:03 +0200, Alberto Narduzzi wrote: > That's what I meant. > > Cheers, A. > Alberto, the problem is with alphablending all elements of the form, including the PNG image, become transparent. -- Leonardo M. Ramé http://leonardorame.blogspot.com --

Re: [Lazarus] Setter code

2012-11-04 Thread José Mejuto
El 03/11/2012 23:39, Mattias Gaertner escribió: No. But it is open source so you can patch it. See components/codetools/codecompletion.pas line 6720. Hello, Thank you. I was looking for the relevant piece of code for more than one hour without success, in fact I was looking for in the wron

Re: [Lazarus] Setter code

2012-11-04 Thread Sven Barth
On 03.11.2012 23:39, Mattias Gaertner wrote: On Sat, 03 Nov 2012 19:03:50 +0100 José Mejuto wrote: Hello, Is there any way to change the code generated when autocomplete a Setter in a class ? Currently it generates something like: procedure Tfrm.SetMyproperty(AValue: string); begin if F