On Wednesday 09 December 2015 22:01:29 Fred van Stappen wrote:
> Hello Martin.
>
> I am busy to make twidgetgrid assisted.
>
> But I do not catch how it works in mseide.
>
> How to have the same assistive-result as a tmemoedit with the grid in
> sourcepage.pas ?
>
> What is the difference with twidgetgrid vs tstringgrid ?
>
In MSEgui every tcustomgrid column has a t*datalist instance which holds the 
cell data. In case of the tstringgrid it is tmsestringdatalist.
In twidgetgrid one places edit widgets from tab 'Edit' in the grid which work 
as usual in the focused cell. So all event properties (onsetvalue, 
ondataentered...) work as mormal. Also complex widgets like the different 
dropdown widgets or dialog widgets can be used. It is also possible to insert 
not text based widgets (tdatabutton, tdataimage, tprogressbar, tslider...).
The type of the edit widget defines the type of the column datalist 
(tintegerdatalist for tintegeredit, trealdatalist for trealedit...).

> Is your assistive-interface ready for twidgetgrid too ?
>
I don't know, need to check.

> Code-example is welcome. ;-)
>
I'll take a look.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to