chuckdu21

Results 8 issues of chuckdu21

Hi, In my project, when i double click on a vertex, i want to display only vertices that are adjacents to the one a clicked on, and after i want...

Here is my code: ``` var e = this.viewGraph.getStylableEdge(edge); var line = (SmartGraphEdgeLine) e; var arrow = line.getAttachedArrow(); line.attachArrow(arrow); ``` When i attach the current arrow, the arrows are missed...

Hi, I'd like to set my own TextFormatter on a MFXTextField but i get this error: `formatter is already used in other control ` I tried to unbind the textformatter,...

Hi, Here is my code : ``` MFXGenericDialog dialogContent = MFXGenericDialogBuilder.build() .setContent(vBox) .makeScrollable(true) .get(); MFXStageDialog dialog = MFXGenericDialogBuilder.build(dialogContent) .toStageDialogBuilder() .initOwner(this.dialogStage) .initModality(Modality.APPLICATION_MODAL) .setDraggable(true) .setTitle("Personne") .setOwnerNode(this.viewGraph) .setScrimPriority(ScrimPriority.WINDOW) .setScrimOwner(true) .get(); dialogContent.setPrefSize(600, 500); dialogContent.setMinSize(600,...

to-evaluate

missed a '/' in /dev/null line 5

Hi, i just started a new react project with EditorJS. I'm facing two issues: - I got two editors on my page. I saw one post saying to remove StrictMode...

Hi, Does an kerberos auth is enable with your library ?

Hi, I have your app for a long time now (and it's really helpful, thanks by the way), but i noticed after like few weeks of use (so no reboot...

bug/stability