Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread EWB 2.0 controls
Tue, Mar 31 2015 7:13 AMPermanent Link

Ivan Mihailov

What new UI controls can we expect in the final version of EWB 2.0?

Menu control ?
Date/time control ?
Tabbed notebook control?

Ivan Mihailov
Tue, Mar 31 2015 7:50 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ivan,

<< What new UI controls can we expect in the final version of EWB 2.0?

Menu control ?
Date/time control ?
Tabbed notebook control? >>

Yes to everything except for the menu.  However, controls will keep coming
every month after the initial release, so there will be quite a full palette
of controls by summer.

This is the complete list of the new controls that will be in EWB 2:

TButtonComboBox
TDialogEditComboBox
TFileComboBox (replaces the file upload button in EWB1)
TIcon
TAnimatedIcon
TProgressBar
THeaderPanel
TScrollPanel
TBasicPanel
TGroupPanel
TPagePanel
THTMLForm (replaces the HTML form functionality in the panels/forms)
TToolBar
TDataSetToolBar
TSizer (replaces the TSplitter control)
TCalendar
TDateComboBox

In addition, there are new specific form classes specifically for dialogs,
message dialogs, progress dialogs, and standard forms.  In EWB2, you can
create new form classes and use them in your applications.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Mar 31 2015 8:56 AMPermanent Link

Ivan Mihailov

Awesome,

Thanks Tim
Tue, Apr 14 2015 9:32 AMPermanent Link

Steve Gill

Avatar

Will it be possible to add our own icons to the TToolbar control, or do we need to create our own toolbar button?

= Steve
Tue, Apr 14 2015 10:05 AMPermanent Link

Matthew Jones

Steve Gill wrote:

> Will it be possible to add our own icons to the TToolbar control, or
> do we need to create our own toolbar button?

It is possible now in v2. Quite easy to do, and you can create your own
tab too. Already done this for my test of a "hot button".
Tue, Apr 14 2015 2:27 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< Will it be possible to add our own icons to the TToolbar control, or do
we need to create our own toolbar button? >>

No, just modify the TIconLibrary interface and add a new state with the name
of the icon that you want to create.  You can copy an existing "state"
(icon) so that you only need to change the background image name.

One caution, though:  I've revised the interfaces for the new release, and
the icons are no longer specified with a background image size property of
stContain.  That causes stretching that distorts raster images too much.  Of
course, all of this will be a moot point once EWB 2 has web font support and
you can use symbol fonts as vector images for icons, etc.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Apr 14 2015 7:49 PMPermanent Link

Steve Gill

Avatar

Hi Tim,

<< No, just modify the TIconLibrary interface and add a new state with the name
of the icon that you want to create.  You can copy an existing "state"
(icon) so that you only need to change the background image name. >>

Thanks. I missed that one. Smile

<< One caution, though:  I've revised the interfaces for the new release, and
the icons are no longer specified with a background image size property of
stContain.  That causes stretching that distorts raster images too much. >>

I'm assuming that stContain will still be available, just not set by default?

<< Of course, all of this will be a moot point once EWB 2 has web font support and
you can use symbol fonts as vector images for icons, etc. >>

Really looking forward to that. Smile

= Steve
Wed, Apr 15 2015 12:33 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< I'm assuming that stContain will still be available, just not set by
default? >>

Yes, of course.

Tim Young
Elevate Software
www.elevatesoft.com
Image