Bob Jacobsen
Bob Jacobsen
Well, that was quick. JMRI already uses that license for documentation, see https://www.jmri.org/copyright.shtml So using that license for this is fine. I've made a change request to remove the sentence...
@Railroad-Willi Sorry for the trouble! What do you have selected in your preferences for "System connection" and "Command Station type"? What kind of hardware do you have for LocoNet Interface...
Unfortunately, the picture of your selections didn't come through. Could you try that again please? I don't think you can send pictures to GitHub via email, you probably need to...
There some discussion that may be related in issue #13574
This has picked up a couple merge conflicts. Is it otherwise ready for review and merging?
Thanks. I've marked this PR, #13908 and #13894 as "After next production release" to make their status clearer.
I think this is still a worthwhile direction.
What sets the `mainline="yes"` attribute in the AnyRail output? Is there something that you can do in AnyRail that would set that to `no` vs `yes`? If so, that would...
To answer your specific questions first: > Is this even possible without breaking users Jython scripts? For example a script that calls turnout.getState() or turnout.setState() from the GUI thread? I...
A quick experiment showed that my idea of wrapping in `SwingUtilities.invokeAndWait` was too simple: You can't call that from the AWT/Swing thread. So a more complex solution is going to...