Datagrids and Nested Behaviors

Niggemann, Bernd Bernd.Niggemann at uni-wh.de
Thu Jul 19 13:35:27 EDT 2018


Bob,

if you want to use a a behavior for the datagrids make a button with 

on mouseDoubleUp
   put the long name of the target
end mouseDoubleUp

and then set the behavior of your datagrids like this

set the behavior of the behavior of the behavior of group "datagrid 1" to the long id of button "myButtonName"


this will put the "new" behavior at the top of the two behaviors of the datagrid group. Obviously that will not work with editable fields.

Kind regards
Bernd



More information about the use-livecode mailing list