I say ‘possible’ because I’m not sure if this is a bug or not.
I’ve added an OptionDialogFacet to a page, and I’ve added a couple of actions to it:
<facets>
<optionDialog id="taskAbortedYesNoDialog"
message="msg://abortingTaskMessage">
<actions>
<action id="yes" caption="msg://captionYes" primary="false"/>
<action id="no" caption="msg://captionNo" primary="true"/>
</actions>
</optionDialog>
</facets>
So far so good. The problem is that I cannot add handlers to it through the Studio. The Handlers
box in the facet properties appears to be blank.
I can go to the code and Install
the handler manually though, and although the IDE gives me an Invalid Installed Delegate
inspection error, the code does seem to work.