Hi Team
Is there a way to have two project panels so that you can have a user panel and a maintenance panel.
Thanks
Wayne M
App Builder
-
- Posts: 94
- http://meble-kuchenne.info.pl
- Joined: Fri Dec 04, 2020 6:12 pm
- Has thanked: 1 time
- Been thanked: 9 times
-
- Matrix Staff
- Posts: 1924
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: App Builder
Hi Wayne,
The only way I can currently think to do this would be as follows.
Group the two component views so that you have two main groups.
Using the API command MoveTo move off screen the group you dont want to see and move on screen the group you do want to see.
For example.
On the 3D panel you can do things like move the camera but this might not be what you want.
The only way I can currently think to do this would be as follows.
Group the two component views so that you have two main groups.
Using the API command MoveTo move off screen the group you dont want to see and move on screen the group you do want to see.
For example.
On the 3D panel you can do things like move the camera but this might not be what you want.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: App Builder
Alternatively, you could move the camera position (using a Build-in API function) and have your different objects in different parts of the panel.
EDIT: sorry - I made a mistake. You can't currently do this with the 2d panel.
EDIT: sorry - I made a mistake. You can't currently do this with the 2d panel.
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: App Builder
An update: I have now added 2 functions for the 2d panel: Set2DPanelCentre and Set2DPanelZoom.
These will be available in the next release.
These will be available in the next release.