Yet to check if this looks the same way on desktop, but on a tablet this looks a bit ridiculous:
Code: Select all
x = 3, y = 3, rule = B3/S23
bo$o$3o!
[[ POPUPWIDTH 480 POPUPHEIGHT 300 ]]

- IMG_2139.jpeg (282.48 KiB) Viewed 2810 times
Everything appears twice the size it should, and entering any menu will result in many buttons intersecting.
I've wondered for a while what the point of #T is, given that it would always output the exact same string when used. Now that we have distinct Standard and Pro builds, could it display that detail as well - "LifeViewer Standard" for the current release version and "LifeViewer Pro" for the WASM version? (I also remember there being something that allowed you to substitute in the name of the program author, but it doesn't appear to be listed in Help > Scripts, so either it get removed or I'm making things up.)
Code: Select all
x = 3, y = 3, rule = B3/S23
bo$o$3o!
[[ TITLE "#T - build #B" ]]
Some previously reported issues from around September (every time I go back to page 169 the autoidentify example freezes the page for several seconds, which makes reproducing these annoying):
Code: Select all
# "Going to generation" message persists for empty patterns
x = 1, y = 1, rule = B/S0
!
[[ STARTFROM 1 ]]
Code: Select all
# Help > Info > Gridlines still displays "Major" and "Interval" for hexagonal and triangular grids
x = 7, y = 8, rule = B2/S34H
2bo$4bo$2bo3bo$2bo$3bo$o2bo$bo$3bo!
Code: Select all
# all hexagonal history cells outside of a bounding rhombus will stop being rendered after stepping forward one generation
x = 1, y = 1, rule = B135/S0246H
o!
[[ MAXGRIDSIZE 9 DELETERANGE 1 ZOOM 4 STARTFROM 254 X 96 Y -96 THEME Catagolue ]]
Code: Select all
# zooming out will reveal more history cells that aren't initially shown
x = 1, y = 1, rule = B/SL
!
[[ PASTEMODE XOR AUTOSTART GPS 16 ZOOM 4
PASTET EVERY 4 0 PASTEDELTA 2 0 PASTE o! 0 0 PASTE o! 0 0
PASTET EVERY 4 1 PASTEDELTA 2 0 PASTE o! 0 1 PASTE o! 0 1
PASTET EVERY 4 2 PASTEDELTA 2 0 PASTE o! 1 1 PASTE o! 1 1
PASTET EVERY 4 3 PASTEDELTA 2 0 PASTE o! 1 0 PASTE o! 1 0
]]
Code: Select all
# cells modified by PASTE or KILLGLIDERS will defy HISTORYFIT
x = 125, y = 9, rule = B3/S23
b2o2bob2o$o2bo2b2o$bobo117bo2bo$2bo117bo$8bo111bo3bo$6b3o111b4o$5bo$6b
o$7b2o!
[[ AUTOSTART AUTOFIT HISTORYFIT PASTEMODE XOR PASTET 400 PASTE o! -21 1 ]]
Code: Select all
# copying one cell and pasting it over the other will cause the cut cell to flicker during playback
x = 1, y = 6, rule = PCA_4
A5$B!
Code: Select all
# Help > Info > Identify displays strange values for off-deathforcer cells
x = 4, y = 4, rule = LifeHistory
3.F$.A$.2A$F!
[[ AUTOIDENTIFY ]]
Code: Select all
# CXRLE Pos has limits on the x axis, but not on the y axis
#CXRLE Pos=239,255
x = 1, y = 1, rule = B1357/S1357
o!
[[ MAXGRIDSIZE 9 ZOOM 4 X 255 Y 255 GRID ]]
Code: Select all
# this spaceship is impossible to Identify
x = 1, y = 1, rule = M0,4,1,0,1,0,0,0,8,0,0,0,0,0,0,0
o!
[[ AUTOIDENTIFY ]]
Code: Select all
# switch to Tbl or Map then press Play - some GUI elements will not be hidden
x = 5, y = 2, rule = B2/S2-mH
3o$3b2o!
[[ AUTOIDENTIFY AUTOHIDEGUI ]]
Code: Select all
# in some cases the top and bottom edges of triangular grids are one cell too far to the left
x = 1, y = 1, rule = B1/SL:P8,6
!
Code: Select all
# KILLGLIDERS doesn't get these
x = 116, y = 90, rule = B3/S23
113b2o$113bobo$113bo5$80b2o$79b2o$81bo71$34bo$33b2o$33bobo5$2o$obo$o!
[[ KILLGLIDERS AUTOSTART AUTOFIT ]]
Code: Select all
# ...or these
x = 116, y = 132, rule = B2i3-cky4e5c6n7c/S2-n3-ce4cy5jkr6ik
114b2o$113b2o$115bo41$67b2o$66b2o$68bo19$4bo$3b2o$3bobo63$b2o$2o$2bo!
[[ KILLGLIDERS AUTOSTART AUTOFIT ]]
Code: Select all
# ...or these
x = 6, y = 7, rule = B3/S23
2o$obo$o2$3b2o$3bobo$3bo!
[[ KILLGLIDERS AUTOSTART AUTOFIT ]]
rowett wrote: October 17th, 2025, 3:47 am
muzik wrote: October 16th, 2025, 5:12 pm
The thinner button on desktop also exacerbates this irritating phenomenon where the scroll bar only appears when the mouse is close, and it occludes most of it - this could be mostly resolved by having the position where the popup initially appears be slightly offset from the right of the window.
This is a Safari "feature". I'll investigate more at some stage.
Safari on touchscreen devices is also somewhat affected, but this screenshot is from a desktop instance of Waterfox (the scroll bar only appears when the cursor is near it, which then causes it to block the close button).