Tree view works under admin user only

Hello everyone!

I've created a tree view navigation but I can open the windows by Admin user only. I've also created dataset for Operator user under "Custom properties" but I can't open the windows under operator user. The system returns the error:

File "event:mouseClicked", line 8, in
ValueError: Window 'Main Windows/RA_floor1 ' does not exist.

I've got the same error under preview mode in the designer too.

1 Like

Can you show the script? Though based on that error it seems like you have a system.nav.openWindow('Main Windows/RA_floo1') and that window doesn't exist, or at least doesn't exist of a folder called Main Windows.

Thank you for your promt response. The issue was resolved. There was a space in the end of the window path In the dataset.

1 Like