Re: [Lazarus] Return of Frame3D issue

2012-05-01 Thread Juha Manninen
On Mon, Apr 30, 2012 at 11:15 PM, Frank Church vfcli...@gmail.com wrote: In 0.9.30 it is defined in lclintf.h as function Frame3d(DC: HDC; var ARect: TRect; const FrameWidth : integer; const Style : TGraphicsBevelCut): Boolean; {$IFDEF IF_BASE_MEMBER}virtual;{$ENDIF} and is also in the

Re: [Lazarus] Return of Frame3D issue

2012-05-01 Thread patspiper
On 01/05/12 14:56, Juha Manninen wrote: On Mon, Apr 30, 2012 at 11:15 PM, Frank Church vfcli...@gmail.com mailto:vfcli...@gmail.com wrote: In 0.9.30 it is defined in lclintf.h as function Frame3d(DC: HDC; var ARect: TRect; const FrameWidth : integer; const Style :

Re: [Lazarus] Return of Frame3D issue

2012-05-01 Thread Frank Church
On 1 May 2012 13:14, patspiper patspi...@gmail.com wrote: On 01/05/12 14:56, Juha Manninen wrote: On Mon, Apr 30, 2012 at 11:15 PM, Frank Church vfcli...@gmail.com wrote: In 0.9.30 it is defined in lclintf.h as function Frame3d(DC: HDC; var ARect: TRect; const FrameWidth : integer; const

Re: [Lazarus] Return of Frame3D issue

2012-05-01 Thread patspiper
On 01/05/12 15:43, Frank Church wrote: On 1 May 2012 13:14, patspiper patspi...@gmail.com mailto:patspi...@gmail.com wrote: On 01/05/12 14:56, Juha Manninen wrote: On Mon, Apr 30, 2012 at 11:15 PM, Frank Church vfcli...@gmail.com mailto:vfcli...@gmail.com wrote: In

Re: [Lazarus] Return of Frame3D issue

2012-05-01 Thread Juha Manninen
On Tue, May 1, 2012 at 3:14 PM, patspiper patspi...@gmail.com wrote: I think he wants to use LCLIntf.Frame3d(DC: HDC; var ARect: TRect; const FrameWidth : integer; const Style : TGraphicsBevelCut): Boolean In that case, he must add LCLIntf to his uses clause. Yes, LCLIntf must be added to

[Lazarus] Return of Frame3D issue

2012-04-30 Thread Frank Church
In upgrading to Lazarus 1.1 and issue I first came across in this thread has returned. I think I decided not to use the controls in 0.9.31 but I want to consider them again in Lazarus 1.1, http://lists.lazarus.freepascal.org/pipermail/lazarus/2011-August/065582.html . There is also a mantis