check this snippet:
try(destroydialog rol) catch()
rollout rol "Test Rollout" width:400
(
label lb1 "[0,0] [0,0] [0,0]" align:#right offset:[0,10] enabled:off
radiobuttons rb1 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([0,0],[0,0],[0,0])
label lb2 "[50,0] [0,0] [0,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb2 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([50,0],[0,0],[0,0])
label lb3 "[0,0] [50,0] [0,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb3 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([0,0],[50,0],[0,0])
label lb4 "[0,0] [0,0] [50,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb4 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([0,0],[0,0],[50,0])
label lb5 "[50,0] [50,0] [0,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb5 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([50,0],[50,0],[0,0])
label lb6 "[0,0] [50,0] [50,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb6 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([0,0],[50,0],[50,0])
label lb7 "[50,0] [0,0] [50,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb7 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([50,0],[0,0],[50,0])
label lb8 "[50,0] [50,0] [50,0]" align:#right offset:[0,40] enabled:off
radiobuttons rb8 labels:#("Left","Center","Right") columns:3 align:#left offsets:#([50,0],[50,0],[50,0])
on rol open do
(
)
)
createdialog rol
forget what the Help says about #offsets parameter…
Who can find a logic of offsets working?