Skip to content

VisualizationRequest.KEY_NODE_NOT_REMOVABLE has no effect #68

Open
@m0squito

Description

@m0squito

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions