Lisp HUG Maillist Archive

In-place edit of items in capi:list-panel

Hi,

Is where a way to initiate edit in-place of the capi:list-panel item by
double-clicking on it? Or cell of the multi-column-list-panel ?

-- 
Br,
/Alexey

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: In-place edit of items in capi:list-panel

On 16-03-19 02:20 PM, Alexey Veretennikov wrote:
> Hi,
>
> Is where a way to initiate edit in-place of the capi:list-panel item by
> double-clicking on it? Or cell of the multi-column-list-panel ?
>

I don't think that I've done this, but, every time I touch CAPI I'm 
pleasantly surprised by how extensible it is.

I would start by looking to see if I can make the slots of a list-panel 
using my own classes (e.g. my-own:edit-in-place).

examples/capi/elements/grid-impl.lisp might be a place to look...

pt

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:32 UTC