12-09-2021 07:26 AM
there is a way to do 2 user interfaces in 1 project? or even 3?
and if there is where can i learn how to do it
building game as project and want to make more than 1 user interfaces to make it more organized instead of putting 4-5 panels in 1 interface
12-09-2021 10:18 AM
I'm not sure I understand this question...
What you can do is:
Does one of these possibilities suit your needs? If not, what are you aiming to?
12-12-2021 03:33 AM
i think combined
planning to do
1st UIR with 2 panels
2nd UIR with 1 panel
3rd UIR with 1 panel
prefer this way and not all panels on 1 UIR since it will look very messy
but dont know how to do that with and still be able to move from panel to panel with a button
and move data when needed between them
12-13-2021 02:31 AM
@Luxord ha scritto:
but dont know how to do that with and still be able to move from panel to panel with a button and move data when needed between them
This is not complicated:
LoadPanel () is the only instruction to which the physical .UIR file is relevant: after panel are loaded they are treated as in-memory objects referred to by their handles while setting/getting panel and control attributes and values.