Locked
Re: Layout editor zoom issue- new insights
#layouteditor
George, So the setClip command in the drawPanelGrid function is a part of the issue then? There appears to be a typo in that function, which is the above rectangle2DToRectangle thing that I mentioned.
By
@Shades_10318
·
#167465
·
|
Locked
Re: Web panel refresh after scripted panel changes
Hi Andy, Regarding the hidden sensors, none of the "definition" changes are reflected in the live updates via json. Things like size, position, rotation, hidden, etc. are only processed as part of the
By
Steve Todd
·
#167464
·
|
Locked
Re: Layout editor zoom issue- new insights
#layouteditor
Those are local variables; they can be called whatever you want. They won't conflict globally.
By
George Warner
·
#167463
·
|
Locked
Re: Layout editor zoom issue- new insights
#layouteditor
You may be looking at old sources¡ my LayoutEditor.java only has 7920 lines. I refactored all the drawing code into LayoutEditorComponent.java and all the ToolBarPanel code into
By
George Warner
·
#167462
·
|
Locked
Re: Layout editor zoom issue- new insights
#layouteditor
The culprit here is the clipping region. It's maintained via the Editor superclass. I've spent days trying to get it to work correctly without any luck. Even now if you zoom the window fullscreen and
By
George Warner
·
#167461
·
|
Locked
Re: "Connectivity error when searching turnouts" when load layout editor panel
#layouteditor
See PR #7798 ( https://github.com/JMRI/JMRI/pull/7798 ) :?LayoutEditor:Fix Connectivity error when searching turnouts in Block
By
George Warner
·
#167460
·
|
Locked
Re: "Connectivity error when searching turnouts" when load layout editor panel
#layouteditor
Found the bug! In LayoutSlip.getLayoutConnectivity() the DOUBLE_SLIP is limiting BD instead of BC: This line (¡Ö1847): if ((type == DOUBLE_SLIP) && (lbB != lbD)) { should be: if (lbB != lbD) { And
By
George Warner
·
#167459
·
|
Locked
upgraded from 4.17.3.ish to 4.18
Upgraded from JMRI 4.17.3.ish to 4.18 I am using 3 Keyspan USB to serial converters on a Mac I am using keyspanUSAdrvr 4.0b4 because of upgrade to Mac 10.15.2 One connection is CMRI with 9 SMINIS One
By
James LeFevre
·
#167458
·
|
Locked
Re: Signalling feedback to Panels
Hi Brian If neither party is willing to help then we can only develop software that allows people to fully utilize the product by observing cause and effect. Stuff like, "I sent this", "this happened"
By
Steve_G
·
#167457
·
|
Locked
Re: Turnout and Sensor Tables a no-show
#tables
OK Ken and Bob thank you. Frank -- Frank Kenny Central Pacific Railway - CPRX 310-344-9145 Los Angeles area Blog: http:// centralpacificrailway. blogspot.com (
By
Frank Kenny CPRX Model Railroad
·
#167456
·
|
Locked
Re: Function mapping on ESU V4
#esu-decoders
Stefan and Michael Unfortunately the ESU decoder manuals are not a great help with the function map. They just present a bewildering array of Function Map CVs (640 for V4, more than 1,000 for 5). A
By
Dave Heap
·
#167455
·
|
Locked
Re: withrottle not working with V4.18
#withrottleserver
#4-18
Fixed - thanks Dale Gloer for linking back to the previous thread.
By
Dave Barraza
·
#167454
·
|
Locked
Re: Car Order
#operationspro
Doug, I've been using JMRI Ops and refining it to suit my operations for the last 5 years. It is a wonderful car forwarding program. On my layout I pretty much do as you are suggesting could be
By
Duncan Cabassi
·
#167453
·
|
Locked
Re: Rotation of layout
#layouteditor
Hi All,Updated from 4.16 to 4.19.1, rotated dual panels (top level and lower level of layout) and saved panels. Then loaded 4.18. All good.Again thanks for incorporating this feature.All the best for
By
KSherson
·
#167452
·
|
Locked
Re: withrottle not working with V4.18
#withrottleserver
#4-18
I have the same problem. I see the post about the consist.xml. What needs to be done about the consist then to fix this?
By
Dave Barraza
·
#167451
·
|
Locked
Re: Car Order
#operationspro
A person can make this so rigid that we are not having fun anymore. On my RR cars come from staging (the rest of the world) to to my yard I/C and terminate. from this point on the program does it's
By
cascaderwy
·
#167450
·
|
Locked
Re: Zimo decoder recognition by Decoderpo
#zimo
Nigel, Thank you for the tip, I will have another go tomorrow. Interestingly I have a ROCO loco and the same problem with decoder pro, but I did 4 digit decode it with my Digitrax set up. All help is
By
Michael Shore
·
#167449
·
|
Locked
Re: Zimo decoder recognition by Decoderpo
#zimo
Pick the nearest equivalent decoder, with the nearest firmware. Zimo release lots of decoders, and keep changing the firmware. This is good, its more features in the decoders. But it makes it hard
By
Nigel Cliffe
·
#167448
·
|
Locked
Web panel refresh after scripted panel changes
I've come across a couple of scenarios where the web panel becomes inconsistent with the native layout editor panel: * After hiding a sensor (or other icon) * NX route allocation route colouring I've
By
Andy Brown
·
#167447
·
|
Locked
Re: Layout editor zoom issue- new insights
#layouteditor
One more detail, the initial setup and adjustScrollBars() use 2 different names for the scroll bars- the initial setup uses hsb and vsb, whereas the adjustScrollBars part uses horscroll and verscroll.
By
@Shades_10318
·
#167446
·
|