How To Use Context When Creating New Diagram Node [message #1709738] |
Wed, 30 September 2015 15:47 |
Justin Albright Messages: 10 Registered: September 2015 |
Junior Member |
|
|
I am attempting to open up a wizard when the user drags in a new node to my diagram page. I have created this action handler for my diagram page.
<action-handler>
<action>Sapphire.Add</action>
<impl>ocpi.ide.oas.internal.InstanceNodeActionHandler</impl>
<id>NewInstanceNodeActionHandler</id>
<condition>ocpi.ide.oas.internal.NewInstanceNodeActionCondition</condition>
<context>Sapphire.Diagram.Node</context>
</action-handler>
When I drag in a new node to the diagram I am not getting the print message I have placed in the run function of the ActionHandler class I created.
Could you please offer some help as to how to properly get my action handler to run when I drag in a new node so that I may then pop up a wizard?
[Updated on: Wed, 30 September 2015 17:28] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02651 seconds