Open
Description
I am trying to disable/hide the 'X' button in a VNode that is rendered in a VCanvas. Here's the code snippet that I wrote to do it:
DefaultValueObject dvo = new DefaultValueObject();
dvo.setValue(myObject);
VNode node = workflow.newNode(dvo);
node.getVisualizationRequest().set(VisualizationRequest.KEY_NODE_NOT_REMOVABLE, true);
Unfortunately, it has no effect. I have tried it both when creating the node, but also inside a custom class that extends the FXFlowNodeSkinBase.
Am I doing something wrong?
PS. Is this project still active?
Metadata
Metadata
Assignees
Labels
No labels