-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open multiple instances of Scene Builder (e.g. to compare SB11 vs. SB15 or SB16) #346
Comments
I had a look at code and apparently is intentional. |
With a change on this method is possible to run two instances of scene builder if are different versions. `public class AppPlatform {
...` This is an easy approach, at least for linux, what you think? |
Souns like a very good idea. Asking the user is alwas good. @abhinayagarwal , what do you think? Would this fit with the way Scene Builder is supposed to be used? |
In my experience, Scene Builder stores its data in various locations, including and not limited to the If we want to pursue this further, we need to make sure that all the data for the 2 instances is stored separately to avoid any unnecessary complications. |
Yes you are right, i believe that is more easy deal with different folders for different versions than change the code that avoid open new instances. Maybe this cannot be deal like a bug but a new feature to be discussed. |
A similar topic raised with issue #369. Therefore I would opt-in with having separate settings and storages for individual installations of SceneBuilder. This also implies, that it should be first of all possible to have multiple versions installed. This is not possible yet but a requirement for #346 und #369. |
Related to #579. |
Starting multiple instances of SceneBuilder does not work.
Expected Behavior
SceneBuilder.exe
(from link or from CLI) shall open a new Scene Builder windowSceneBuilder.exe
should open a new window backed by an independen new instanceCurrent Behavior
SceneBuilder.exe
works.SceneBuilder
(regardless if same version or different version) does not workSteps to Reproduce
Running tests entirely from IDE helped me as follows:
Environment
Screenshots
The text was updated successfully, but these errors were encountered: