App Builder

For general Flowcode discussion that does not belong in the other sections.
Post Reply
wayne_millard
Posts: 94
http://meble-kuchenne.info.pl
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

App Builder

Post by wayne_millard »

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

BenR
Matrix Staff
Posts: 1924
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 501 times
Been thanked: 684 times

Re: App Builder

Post by BenR »

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.
ViewHide.fcfx
(12.79 KiB) Downloaded 367 times

On the 3D panel you can do things like move the camera but this might not be what you want.

Steve-Matrix
Matrix Staff
Posts: 1465
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 347 times

Re: App Builder

Post by Steve-Matrix »

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.

Steve-Matrix
Matrix Staff
Posts: 1465
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 347 times

Re: App Builder

Post by Steve-Matrix »

An update: I have now added 2 functions for the 2d panel: Set2DPanelCentre and Set2DPanelZoom.

These will be available in the next release.

Post Reply