Barry Evans

Results 709 comments of Barry Evans

Well it looks like the batch file is wrong (I didn't even know there was one !). Also the dependencies jar has the wrong main class. I have just corrected...

Since my last commit the dependencies jar works fine, direct from the command line using the -jar option. No need to specify a main class.

I see. So could we just define the size of the main window but not the position and leave it to the OS to position it?

I believe it normally allows the OS to position the window itself if no position is defined.

Actually I can't get the Monitor Tool to appear now unless I delete my ui_defaults before starting. There is a null pointer being thrown somewhere inside the UI that is...

Surely the command line -new should do this action? If it has -new then start the default Scenario or one specified. Same with the ui config, I don't know of...

That sounds good, I have wanted to add this to the new argument. Also if a Scenario is defined that will override the default one.

You can't do have simulation entities as fields in the Meta class: 1. They are not serialised so the fields are re created at start up. This is how they...