Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Elevate Web Builder 2 Preview Build 10 Uploaded
Fri, May 29 2015 4:49 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

There's a new build 10 of the Elevate Web Builder 2 preview up on the site
now.

It fixes the following issues:

- The issue with running projects in the IDE should be fixed now.  I just
reverted the code back to its original form in order to avoid IE having any
more issues.

- The installation now adds the proper folder permissions for the EWB Web
Server folder under the \programdata folder.  Previous installs didn't do
this, which would cause issues when running the EWB Web Server as a service.

- There are some minor fixes to the TListBox and TGrid controls (reported by
Eivind here), as well as one for read-only check boxes and radio buttons
(reported by Walter here).

- You can now specify a blank Text property for the TListBox and all of the
combo box controls like the TButtonComboBox control, and likewise, and
specify an ItemIndex of -1 and the Text property will become blank.
Previously you would have had to add a blank item in the Items list in order
to allow for this.  The HTML Form Submittal example project has been updated
to reflect these changes.

The documentation is progressing....almost at the end...

Tim Young
Elevate Software
www.elevatesoft.com
Sun, May 31 2015 9:12 AMPermanent Link

Uli Becker

> - You can now specify a blank Text property for the TListBox and all of
> the combo box controls like the TButtonComboBox control, and likewise,
> and specify an ItemIndex of -1 and the Text property will become blank.

I can set the Text property to '' and the ItemIndex is then -1, but I
can't set the ItemIndex to -1. That raises an exception "List index -1
out of bounds".

Uli


Image