Hi all, looks like I could fix it.
> Am 20.05.2020 um 18:55 schrieb Klaus major-k via use-livecode > <[email protected]>: > > Hi friends, > > strange behavior here!? > > I am working on a customers stack and have to use LC 5.02. > > My customer has a big datagrid of type TABLE with a ComboBox > menu button in it. This column has of course a custom behavior. > > Since "menupick" is not triggered inside of this custom behavior > I created a workaround and just call a handler in the behavior script > with the selected menuitem as a parameter. > Script of ComboBox: > --------------------------------- ## Oviously the MOUSEDOWN in the behavir script had not been executed yet, ## so a little delay did the trick!? > on menupick pChosenItem wait 1 with messages > addmenudata pChosenItem > end menupick > --------------------------------- Thank you for your comments so far! :-) Best Klaus -- Klaus Major https://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
