Page 1 of 1

Form Designer, Inserting columns into a listicon

Posted: Sun Apr 09, 2023 3:31 am
by jassing
I'm not seeing how to insert (or move) columns around inside the form-designer for a listicon. The up/down arrow buttons don't seem to do anything.
what am I missing something on how to move or insert columns?

Re: Form Designer, Inserting columns into a listicon

Posted: Sun Apr 09, 2023 8:50 am
by Marc56us
jassing wrote: Sun Apr 09, 2023 3:31 am I'm not seeing how to insert (or move) columns around inside the form-designer for a listicon. The up/down arrow buttons don't seem to do anything.
what am I missing something on how to move or insert columns?
Obviously this is a bug, because it works for rows but not for columns.
However, you can change the column order by editing the source code.
At each source/form switch, the index numbers will be sequential again, but the new order of the columns is kept.

It must have been like that for a while, I tested on a 5.46 and it was already like that.

Re: Form Designer, Inserting columns into a listicon

Posted: Sun Apr 09, 2023 4:09 pm
by jassing
thank you.
I had given up on manually editing the file, as i seemed whenever I did, changes would revert. I'll give the re-order a try.

Thanks!
-j