cart before the horse
I'm using dynamic component buttons, 1 per entry after user makes entry.
on restart the buttons need to be made again, so I save them to a file, reload after restart, also after editing or saving a new one.
I have a procedure for that, but i cant find a way to dependably clear out and make them all new without having a non unique id.
seems if I could initialize screen 1 that would resolve.
i cannot create buttons in the screen1.initialize because the configuration file hasnt been read.