List view with editable column(s)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

List view with editable column(s)

Keith  Lander
Does anyone know where I can get hold of a list view control that supports
multiple editable columns?

Ta
Keith


Reply | Threaded
Open this post in threaded view
|

Re: List view with editable column(s)

Christopher J. Demers
"Keith Lander" <[hidden email]> wrote in message
news:b9bld9$hnd$[hidden email]...
> Does anyone know where I can get hold of a list view control that supports
> multiple editable columns?

I don't think this is exactly what you want, but it may get you started.  I
have a ListEditPresenter on my goodies site:
http://www.mitchellscientific.com/smalltalk/listeditpresenter.htm

Essentially I made my own using TextEdits, etc... in a scrolling view.  The
version on this site is fairly simple, and may not be suitable for huge
lists.  I have another one that works in a more virtual way, and reuses
controls when the list is scrolled, and supports more columns with support
for drop down lists.  Unfortunately I don't think my enhanced version is
easy for me to release at the moment.  The version on my site now should
demonstrate the principal.

Chris


Reply | Threaded
Open this post in threaded view
|

Re: List view with editable column(s)

Bill Schwab-2
Chris, Keith,

> Essentially I made my own using TextEdits, etc... in a scrolling view.
The
> version on this site is fairly simple, and may not be suitable for huge
> lists.  I have another one that works in a more virtual way, and reuses
> controls when the list is scrolled, and supports more columns with support
> for drop down lists.  Unfortunately I don't think my enhanced version is
> easy for me to release at the moment.  The version on my site now should
> demonstrate the principal.

You might take a look at my Pane Holders package.  It has virtual and
non-virtual vertical lists.  I probably haven't used the virtual list in a
while, but it might do what you want.

Also, take a look at the MoenTree - it might inspire you to just roll your
own widget from the beginning.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: List view with editable column(s)

Osvaldo Aufiero
Bill
Could you please tell us where can we find those goodies?

Thanks

Osvaldo

"Bill Schwab" <[hidden email]> wrote in message
news:b9cdes$htutv$[hidden email]...
> Chris, Keith,
>
> > Essentially I made my own using TextEdits, etc... in a scrolling view.
> The
> > version on this site is fairly simple, and may not be suitable for huge
> > lists.  I have another one that works in a more virtual way, and reuses
> > controls when the list is scrolled, and supports more columns with
support

> > for drop down lists.  Unfortunately I don't think my enhanced version is
> > easy for me to release at the moment.  The version on my site now should
> > demonstrate the principal.
>
> You might take a look at my Pane Holders package.  It has virtual and
> non-virtual vertical lists.  I probably haven't used the virtual list in a
> while, but it might do what you want.
>
> Also, take a look at the MoenTree - it might inspire you to just roll your
> own widget from the beginning.
>
> Have a good one,
>
> Bill
>
> --
> Wilhelm K. Schwab, Ph.D.
> [hidden email]
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: List view with editable column(s)

Bill Schwab
Osvaldo,

> Could you please tell us where can we find those goodies?

They are linked from

  http://analgesic.anest.ufl.edu/anest4/bills/Smalltalk.htm

and the file is

   http://analgesic.anest.ufl.edu/anest4/bills/BillSchwab-D5-goodies-2.zip

Keep in mind that the virtual stuff has probably been unused for a while.
Please let me know how it works for you.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]