If i want to switch between 2 scenes which are in the same menu option. Basically you have a button in the scene which change the scene. Any idea how can i do that?
The best approach is to create something like .net do, with Singleton and Transient scenes. So you must know when to load an already registered scene as singleton (the scene will instantiate only one time, and after that only show it) and when to load a scene as Transient (the scene will instantiate every time you call it, like in this example).
Thats exactly what i was looking for, thanks man
Thanks a lot
Could you please upload the source code? This is exactly what I'm trying to implement.
Some parts are alittle blurry i just would like the source code to see if I have everything correct.
email address
@@kethaya sorry no longer necessary.
How Can i add submenu in sidebar ?
If i want to switch between 2 scenes which are in the same menu option. Basically you have a button in the scene which change the scene. Any idea how can i do that?
Try to use id.
The best approach is to create something like .net do, with Singleton and Transient scenes. So you must know when to load an already registered scene as singleton (the scene will instantiate only one time, and after that only show it) and when to load a scene as Transient (the scene will instantiate every time you call it, like in this example).
Source code ?
Hi, I would like the source code, please.
Check description
@@kethaya hello man, you found work for javafx ?
Hello help me please
@@SergioSarmiento-fp4km yes? How can i help you sir
@@kethaya can you give the controller please don't functional to me please
@@kethayacan you send me the controller please cause don't functional to me
@SergioSarmiento-fp4km github.com/Kethaya?tab=repositories
Sir, You can get some ideas from these projects!