Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Image within Grid
Wed, Mar 5 2014 8:24 AMPermanent Link

Brian Kennedy

Just started investigating EWB.  Can a grid column be used to display an icon or small graphic for status purposes?  Thanks!
Wed, Mar 5 2014 9:05 AMPermanent Link

Matthew Jones

I believe not at this point. EWB 2 may do, but that isn't here today.

FWIW, I have done a lot of "semi-grids" and I just create a master TPanel populated
with the controls I want, and then replicate it "manually" for each entry in the
table. You can sort of see an example at https://dev.banxia.com/ which is not at
all finished as an application, but the store items are created at run-time with
data from the server. The cart is a similar list of items.

(This link may be subject to downtime at any point! If you create an account, it
may be deleted at any time too.)

/Matthew Jones/
Wed, Mar 5 2014 1:55 PMPermanent Link

Brian Kennedy

Thanks for the reply.  Most of my datasets are around 100 records.  I wonder what that would be like performance wise.

Has there been a "ballpark" release date on 2.0?
Thu, Mar 6 2014 4:29 AMPermanent Link

Matthew Jones

I think you could do some sensible optimisations to make 100 "panel rows" quite
viable. Create those that are needed immediately for display, and then create the
rest on a timer.

Ballpark on 2.0 is "when it is ready". Tim is working on it among other things, but
being programmers we know how things go.

/Matthew Jones/
Tue, Mar 11 2014 8:57 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Brian,

<< Thanks for the reply.  Most of my datasets are around 100 records.  I
wonder what that would be like performance wise. >>

That should be fine, for now.  The biggest issues with the grid, currently,
are the styling limitations and the fact that the grid is not "virtual".
IOW, if you have 1000 rows and 10 columns, then it will create 10,000 cells
to hold everything.  EWB 2.0 will have a virtual grid, so that 1000 rows and
10 columns will create N visible rows x the number of columns.  The big
hold-up with doing this in 1.x was the fact that it requires custom
scrollbars.  EWB 2.0 uses nothing but custom scrollbars in order to support
things like transparency, etc.

<< Has there been a "ballpark" release date on 2.0? >>

ASAP, is about all I can say at this point.  I'll have more information as
soon as the form designer overhaul is finished, which should be soon.

Tim Young
Elevate Software
www.elevatesoft.com
Image