Modeler Issues - Old Project

1
It seems since the desktop modeler was upgraded to deal with the web modeler issues it is difficult to move entities around on the domain model screens.  In one of my projects i tried to move the entities around the screen and they jumped off the screen.  Now I can't scroll (there are no scroll bars on the domain model screen) and can't see any of my entities.  How do I get my entities back so I can actually work on this project?
asked
7 answers
2

Sounds like a strange bug, but you can fix this as follows;

  1. create a new module,
  2. create a new entity,
  3. create new association from said entity to the 'lost' entity in the other Domain Model,
  4. right click on this association and 'Go to other side'

Hope this helps!

answered
1

If the previous suggestions did not solve your problem, try to open your project in the Web Modeler (Beta). As you will see the display there is a bit different.

I don't know if it is possible for an old project to access the Web Modeler without issues. Be aware of that please. The Web Modeler is still in Beta.

answered
0

When you zoom out in the domain model do you see the these entities?  

Another idea in addition to the one Lukas mentioned:  search for something about the entity (the name or an attribute name) and see if the entity appears in the search results.  If so, you can double click on it in the search results to go to it.

answered
0

Is this entity somewhere used in a page/microflow action/..?

In that case;

  1. Select element
  2. Right mouse click go to entity/attribute

 

Just wondering; are you sure the entity is in the module you are looking at? ( I know, stupid suggestion, but Stupid suggestions have saved my life before)

 

answered
0

None of these suggestions thus far have worked.

Here's a screenshot of the domain model:

https://www.dropbox.com/s/1metxvedm4vlefv/DomainModel.png?dl=0

Notice, there is nothing on the screen and there are no scrollbars.  I've tried zooming in and out, going to the entity or attribute from another page, etc, etc, etc.

Here's a screenshot of the domain model security (clearly showing that there are in fact entities in this module):

https://www.dropbox.com/s/lmgf2ggk0wfdoe5/DomainModelSecurity.png?dl=0

 

answered
0

If the entities are off the screen, have you tried creating a new entity and dragging it off the screen to extend domain model area? This will trigger the scroll bars on the domain model screen. 

answered
0

Can you submit this to Mendix Support? I'm sure there's a way to fix it with the Mendix Model SDK, but really it shouldn't happen (and I've never seen it before). Make sure you share the project with them.

answered