-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It could be interesting to add a GUIs (or Views) tab before the Matrices tab to combine Matrices in one.
Thus we can create graphic user interfaces in a simple way.
This is how can it be done:
- With a button "Add a matrix", a rectangle is placed, moved and resized by the user. Then the matrix displayed by the rectangle is selected thanks to a combo box. Several rectangles can be added to create a multi-view of matrices.
A question is: do we need only one GUI (View) or more?
Probably more than one to create fully functional software.
It induces the question: how to switch between GUIs (Views)?
- By adding clickable rectangle? (i.e: OnClik, GoTo GUI2)
- Will we have to add conditions/actions on global parameters? (ex. OnClik, Cdt:state==1, Act: state++, GoTo GUI2)
- other?
Reactions are currently unavailable