Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread TPanel > CaptionBar > Background
Tue, Jun 30 2015 6:21 AMPermanent Link

Lars Bevik

Hi!
Tim, in your video "Introduction to Web Builder 2" you are putting TPanels on the TScrollPanel. Then you are changing the BackGround.Fill.Color of that component. I am trying to do the same but my TPanel does not have a CaptionBar.BackGround property. I am running version 2.00 build 2.



Attachments: ewb_tpanel.PNG
Tue, Jun 30 2015 7:17 AMPermanent Link

Uli Becker

Lars,

you are right - I'd recommend to report that to Tim by mail.

Uli
Tue, Jun 30 2015 7:21 AMPermanent Link

Matthew Jones

Lars Bevik wrote:

> my TPanel does not have a CaptionBar.BackGround property.

TBasicPanel does. I guess it is a theme vs utility split.

--

Matthew Jones
Tue, Jun 30 2015 7:41 AMPermanent Link

Uli Becker

Matthew,

> TBasicPanel does. I guess it is a theme vs utility split.

TBasicPanel has no CaptionBar property. But that's what he was speaking
about.

Uli
Tue, Jun 30 2015 7:54 AMPermanent Link

Matthew Jones

Uli Becker wrote:

> TBasicPanel has no CaptionBar property. But that's what he was
> speaking about.

Yes, my error. 7:07 into the video.

--

Matthew Jones
Tue, Jun 30 2015 9:12 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lars,

<< Tim, in your video "Introduction to Web Builder 2" you are putting
TPanels on the TScrollPanel. Then you are changing the BackGround.Fill.Color
of that component. I am trying to do the same but my TPanel does not have a
CaptionBar.BackGround property. I am running version 2.00 build 2. >>

Sorry, I made a few adjustments to some of the controls during the creation
of the video, but haven’t released them yet.  I will be releasing these
modifications shortly as build 3.

Here is the change for the panel caption bar (WebCtnrs unit):

  TPanelCaptionBar = class(TCaptionBarControl)
...............
     published
        property Height;
        property Background;  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  Here
................
     end;

Tim Young
Elevate Software
www.elevatesoft.com


Tue, Jun 30 2015 9:15 AMPermanent Link

Lars Bevik

Ok, I have email support@elevatesoftware.com.
Tue, Jun 30 2015 9:17 AMPermanent Link

Lars Bevik

"Tim Young [Elevate Software]" wrote:

Lars,

<< Tim, in your video "Introduction to Web Builder 2" you are putting
TPanels on the TScrollPanel. Then you are changing the BackGround.Fill.Color
of that component. I am trying to do the same but my TPanel does not have a
CaptionBar.BackGround property. I am running version 2.00 build 2. >>

Sorry, I made a few adjustments to some of the controls during the creation
of the video, but haven’t released them yet.  I will be releasing these
modifications shortly as build 3.

Here is the change for the panel caption bar (WebCtnrs unit):

  TPanelCaptionBar = class(TCaptionBarControl)
...............
     published
        property Height;
        property Background;  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  Here
................
     end;

Tim Young
Elevate Software
www.elevatesoft.com

Thanks,
I was a little to quick sending my email to support. Now you can forget about that.
Image