Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Elevate Web Builder 2 Release Delayed a Few More Days
Wed, May 6 2015 8:10 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Unfortunately, I'm still not quite finished with the Elevate Web Builder 2
documentation, so the release is going to be delayed for a few more days.  I
will be uploading a new preview build today, however, so that everyone can
start using the release candidate product.  My apologies for the delay.

These are the new features in the release candidate:

- You can now bundle external images, fonts, etc. in addition to Javascript
using the project manager.  However, the web fonts are not being registered
yet, so don't use them yet.  I'll be adding this in before the final
release.

- There's a new "Reset Interface" option in the form designer that allows
you to reset the interface of a control to its default state.  This is
useful when switching out control interfaces.

- There is now support in the dataset transactions for fail-safe commits.
You can retry commits that fail as many times as necessary.  In addition,
this means that commits are asynchronous also, and so you can use
transaction wrappers around dataset update events without worrying about
timing issues with the transactions, or trying to chain together event
handlers.

- The TDatabase.Load method is now called LoadRows.  This is due to the
inclusion of a new TDatabase.LoadColumns method.  The general idea here is
to allow for more dynamic datasets from the back-end web server application.

- You can use user/password parameters for authentication instead of http
headers.  There's a new TDatabase.Authentication method for specifying this
(default is headers).

- The object persistence is done, meaning that you can now load/save
TPersistent descendants to/from JSON using a couple of method calls.

- There's a new TViewport class whose instance is attached to the
TApplication global class instance.  You can use it to specify whether or
not to show scrollbars in the browser viewport (separate X and Y overflow
properties), as well as retrieving information about the browser viewport
size.

- The TGrid control is done.  It includes automatic fit for columns (right
stretch) and the ability to turn on/off column headers and lines.  It can
now also have a transparent background, which you can see in action in the
multimedia example (see below).

- The TAudio/TVideo controls are done.

- Double-taps are now being properly mapped to OnDblClick events for touch
environments.

- There's a new standard interface that is more in line with the
Windows8/Metro style.  If you liked the old one, then you're going to have
to wait a little while before I can update it for all of the new controls
that have been completed since I switched out the old interfaces.  I've also
got a more rounded interface that will be published soon, also, and it uses
Google's Open Sans font, by default.

- There are new clElevate* colors that represent a default color scheme that
is used in the default standard interface.  It contains 3 shades of black,
gray, blue, orange, and green, as well as a gray background fill color.

- The TEWBDatabaseAdapter component for Delphi now includes a HandleRequest
method that will take an incoming TServerRequest from an EWB server module
and handle all of the messy details of processing the request and generating
a response.  In addition, there are now new
TEWBDatabaseAdapter.OnAuthenticateUser and TEWBDataSetAdapter.OnFilterRows
events that allow you to automate authentication and filtering of datasets.
The TEWBDatabaseAdapter now also handles URL user/password authentication
(see above).

- There are 3 new sample projects, one for multimedia, one for layout
properties, and one for object persistence (see above).

- There are quite a few little bug fixes and minor changes to the
interfaces.  If you've modified/customized the interfaces at all for your
projects, then you may have to adjust your modifications to accommodate some
of these changes.

If you encounter a bug with the release candidate, please report it, but
don't necessarily expect a fix before the actual release.  If it's anything
more than a very simple fix, I'll probably delay it until after the release.
I'm planning on doing a quick minor release anyways in order to clean up any
leftover issues that needs to be addressed.

If you don't see a particular feature/control property, method, or event,
then it won't be in the initial release.  Just submit an enhancement request
and I'll work it in ASAP.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Wed, May 6 2015 10:05 AMPermanent Link

TD

Advanced Data Systems, Inc.

Tim, when do you anticipate the final release to the public for Web Builder 2?

TD
Wed, May 6 2015 11:20 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Tim, when do you anticipate the final release to the public for Web
Builder 2? >>

Hopefully by Monday.  Right now it's just a matter of getting the
documentation finished.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, May 6 2015 12:48 PMPermanent Link

Matthew Jones

Tim Young [Elevate Software] wrote:

> I will be uploading a new preview build today,

I've just given this a spin for a new small project. The layout
facility is fantastic (now that I understand it, which wasn't hard). In
my past projects, putting a "Log out" link on the top panel at the
right, just a bit off the edge so it looks nice was painful. I had to
use panels or code. With EWB2, I just set the layout and the margin and
it is done. It's going to be good!
Wed, May 6 2015 3:26 PMPermanent Link

squiffy

Telemix Ltd.

Avatar

>> Hopefully by Monday.  Right now it's just a matter of getting the
>>documentation finished.

How about releasing the demo to people who are so intelligent/stupid (delete as appropriate) that they won't actually read the docs until they've tried to hammer their way through it for a week anyway?

I hear they do exists ...
Thu, May 7 2015 5:55 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< I've just given this a spin for a new small project. The layout facility
is fantastic (now that I understand it, which wasn't hard). In my past
projects, putting a "Log out" link on the top panel at the right, just a bit
off the edge so it looks nice was painful. I had to use panels or code. With
EWB2, I just set the layout and the margin and it is done. It's going to be
good! >>

I'm glad that it's making life easier for you.  EWB1 could be painful at
times, and the most pain was felt with the lack of layout options like
margins and padding.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, May 7 2015 5:57 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< How about releasing the demo to people who are so intelligent/stupid
(delete as appropriate) that they won't actually read the docs until they've
tried to hammer their way through it for a week anyway?

I hear they do exists ... >>

Smile I'll see what I can do.  The main thing I need to check is if I can do
it in our system.  Right now the preview is a special type of "beta" build
in our system, but the trial would have to be a normal trial version, and I
don't want to necessarily get rid of the EWB1 trial with full documentation
and replace it with EWB2 minus the proper docs.  Well, I do, but it may
generate some emails about "where's the documentation ?" type of thing....
Smile

Tim Young
Elevate Software
www.elevatesoft.com

Wed, May 13 2015 4:02 PMPermanent Link

TD

Advanced Data Systems, Inc.

Any update on when EWB 2 will be released?
Thu, May 14 2015 1:14 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< Any update on when EWB 2 will be released? >>

Right now it looks like late next week.  I've been getting slammed with
support emails, and have had to spend time doing some bug fixes instead of
docs, so things are getting delayed again.

Tim Young
Elevate Software
www.elevatesoft.com
Image