Hi all, I finished my WATableSelectable. Thank you to everyone
with suggestions and contributions! Does anyone want it? How are we going about submitting
things for inclusion? Here are the class comments: WATableSelectable creates a table from #rows: of objects by
performing column method. set column selectors with #columns: using WAReportColumn
class>>selector: (see WAReportColumn for more options) A header is created from labelForSelector: on anObject in
rows by passing in each selector in columns. The table will automatically highlight each row on mouse
over with #highlightColor: The table will automatically highlight selected row with:
#selectedColor: The table will alternate background color of rows by
#rowColors the table will highlight n number of rows with same color
before changing by #rowPeriod The table will allow multiple selection of rows with:
#becomeMultiSelect selectedRows can be retrieved by #selectedRows if
single select then this collection will only hold one item. Ron Teitelbaum _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ron Teitelbaum wrote:
> Hi all, > > > > I finished my WATableSelectable. Thank you to everyone with suggestions > and contributions! > > > > Does anyone want it? How are we going about submitting things for > inclusion? Cool Ron.. I was thinking about writing up a "SeaWidget" (a Seaside object that is easily encapsulated into any Seaside application, freely available for use within any application -- commercial or not) that can work like a form based invoice (that lives within a div block) where a code block is specified for filling in the "to" and "from" fields and then another code block is specified for each "row" and what not.. I think the more of these SeaWidgets there are available, the more it helps Seaside & ST in general grow as a viable alternative to RoR or the other "stuff" out there. In terms of checking them in, I wonder if perhaps they can get checked into the Cincom repository (and also the Monticello equivalent for Squeak) and have the name prefixed with "SeaWidget" or whatever to allow anyone to find all "SeaWidgets" available.. Perhaps there's a better way, but that popped up in my head and would be easy! Just my $0.02 worth.. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Have you looked at ShoreComponents? I haven't, but I suspect it may be
worth looking at as it appears your intentions are somewhat aligned with what ShoreComponents is (was?) aiming at. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Rick Flower Sent: Wednesday, October 25, 2006 11:01 AM To: [hidden email]; The Squeak Enterprise Aubergines Server - general discussion. Subject: Re: [Seaside] Does anyone want WATableSelectable Ron Teitelbaum wrote: > Hi all, > > > > I finished my WATableSelectable. Thank you to everyone with suggestions > and contributions! > > > > Does anyone want it? How are we going about submitting things for > inclusion? Cool Ron.. I was thinking about writing up a "SeaWidget" (a Seaside object that is easily encapsulated into any Seaside application, freely available for use within any application -- commercial or not) that can work like a form based invoice (that lives within a div block) where a code block is specified for filling in the "to" and "from" fields and then another code block is specified for each "row" and what not.. I think the more of these SeaWidgets there are available, the more it helps Seaside & ST in general grow as a viable alternative to RoR or the other "stuff" out there. In terms of checking them in, I wonder if perhaps they can get checked into the Cincom repository (and also the Monticello equivalent for Squeak) and have the name prefixed with "SeaWidget" or whatever to allow anyone to find all "SeaWidgets" available.. Perhaps there's a better way, but that popped up in my head and would be easy! Just my $0.02 worth.. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Boris Popov wrote:
> Have you looked at ShoreComponents? I haven't, but I suspect it may be > worth looking at as it appears your intentions are somewhat aligned with > what ShoreComponents is (was?) aiming at. Thanks Boris for pointing that out.. I'll have to admit that I've never looked at ShoreComponents and had also forgotten about it.. I'll check it out just to make sure I'm not re-inventing anything that someone else has already done.. Thanks for the heads-up! _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
I started looking at them but got sidetracked, I'll look again!
Ron > -----Original Message----- > From: Boris Popov [mailto:[hidden email]] > Sent: Wednesday, October 25, 2006 2:05 PM > To: The Squeak Enterprise Aubergines Server - general discussion.; > [hidden email] > Subject: RE: [Seaside] Does anyone want WATableSelectable > > Have you looked at ShoreComponents? I haven't, but I suspect it may be > worth looking at as it appears your intentions are somewhat aligned with > what ShoreComponents is (was?) aiming at. > > Cheers! > > -Boris > > -- > +1.604.689.0322 > DeepCove Labs Ltd. > 4th floor 595 Howe Street > Vancouver, Canada V6C 2T5 > > [hidden email] > > CONFIDENTIALITY NOTICE > > This email is intended only for the persons named in the message > header. Unless otherwise indicated, it contains information that is > private and confidential. If you have received it in error, please > notify the sender and delete the entire message including any > attachments. > > Thank you. > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of Rick > Flower > Sent: Wednesday, October 25, 2006 11:01 AM > To: [hidden email]; The Squeak Enterprise Aubergines Server - general > discussion. > Subject: Re: [Seaside] Does anyone want WATableSelectable > > Ron Teitelbaum wrote: > > Hi all, > > > > > > > > I finished my WATableSelectable. Thank you to everyone with > suggestions > > and contributions! > > > > > > > > Does anyone want it? How are we going about submitting things for > > inclusion? > > Cool Ron.. I was thinking about writing up a "SeaWidget" (a Seaside > object that is easily encapsulated into any Seaside application, freely > available for use within any application -- commercial or not) that can > work like a form based invoice (that lives within a div block) where a > code block is specified for filling in the "to" and "from" fields and > then another code block is specified for each "row" and what not.. I > think the more of these SeaWidgets there are available, the more it > helps Seaside & ST in general grow as a viable alternative to RoR or the > > other "stuff" out there. > > In terms of checking them in, I wonder if perhaps they can get checked > into the Cincom repository (and also the Monticello equivalent for > Squeak) and have the name prefixed with "SeaWidget" or whatever to allow > > anyone to find all "SeaWidgets" available.. Perhaps there's a better > way, but that popped up in my head and would be easy! > > Just my $0.02 worth.. > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |