Fair enough. I had assumed that the relevant table coding was enough, but here is the rest of that part of the dialog. There is another 'half' that duplicates this dealing with invite only channels, dont know if you need that too, but it suffers from the same thing.
Code:
; -------------------------
; Channel Settings Dialogue
; -------------------------

dialog PTMAutoLoginChannels {
  title "PTM AutoLogin ChannelSetup"
  size -1 -1 140 248
  option dbu
  text "-- Channel Settings --", 1, 20 1 61 9
  box "Auto-Join Channels", 2, 6 10 128 108
  text "Join  Channel Name       Minimise", 3, 12 20 102 12
  list 5, 12 28 10 65, check, vsbar
  list 6, 24 28 50 65, vsbar
  list 7, 76 28 10 65, check, vsbar
  button "Join Now", 11, 92 28 37 12
  button "Move Up", 12, 92 44 37 12
  button "Move Down", 13, 92 60 37 12
  button "Delete", 14, 92 76 37 12

  edit "", 21, 12 98 50 12
  button "Add Channel", 22, 92 98 37 12


stick a } bracket char at the end of that, it exists, in my code, after that other 'half' of the dialog segment ..

and I notice that I used verticle instead of vertical .. still no coffee (yet) today.

Regarding the 'size' style, no I didn't. I only tried it in desperation given that this appeared to be size issue. Given that there does not appear to be any explation or documentation regarding this style, it seemed worth while trying it.

Last edited by Erasimus; 29/04/18 04:28 PM.