Infinite loop snippets lead to Studio Pro crashing

0
Hi, I’m using Mendix Version 8.17.0. I have two objects: Object A Object B   There are two relationships between the two objects: Object A → Object B (1-1) Object B → Object A (1-1)   I’m trying to do the following: Snippet A contains Object A and the 1-1 relationship Object A → Object B, Object B contains Snippet B in it. Snippet B contains Object B, and the 1-1- relationship Object B → Object A, Object A contains Snippet A in it.   This seems to crash the modeller whenever I try to implement the snippet part. Probably because it’s infinite looping creating snippets into snippets? I’m trying to create an element model that will allow for a tree hierarchy structure using these, but this seems to break the modeller when trying to implement it with snippets and data views.
asked
2 answers
1

Please check these widgets from app store for implementing a tree hierarchy structures in your application
https://marketplace.mendix.com/link/component/112707

https://marketplace.mendix.com/link/component/38864

answered
0

Hi Umar, the disadvantage of all the widgets I’ve seen for this in the app store is that they don’t allow me to customize the nodes in that I can add buttons to them so that you can add / remove nodes to the tree structure. So instead I was hoping to be able to use some kind of snippet structure.

But I’m realizing now that maybe a custom widget would probably be better for this.

answered