>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> I think having this getStatus in parallel to the priv_dispatch Andre> is (a) simple to implement and (b) all we need. Andre> Each insets that handles LFUN_FOO in priv_dispatch() will have Andre> the chance to 'announce' this in it's own getStatus() (and Andre> could 'validate' all necessary restrictions by itself without Andre> creating lots of interdependencies.) The only thing I wonder is whether two different layers may have something to say about a FuncRequest, for example a inner inset says that the feature is ON (table border?) and an outer one says that we can't modify it anyway (so the entry is disabled). Can you handle such a case? JMarc