the BoltCircle has a function in it to write data to the .ini file. For the time being, I sidestepped that whole operation, but left the function in the code in case I want to go back and tinker with that.
I also decided to side-step it. It's another can of worms and if I need it, I'll open it.
As you may have already found out, you can pre-populate your wx.wxTextCtrl fields by setting something in the "value" box in wxFormBuilder. I found this to be an acceptable compromise.
Wx *seems* to have its own library as the commands and syntax are different from straight Lua. It is a challenge to start with an existing wizard and reverse engineer the structure.
I got a book about a year ago called "Cross-Platform GUI Programming with wxWidgets" by Julian Smart (and others) from Amazon for about $10 used. It's not a good book, but the info is in there. It has helped me, but dang they made it difficult to use (It uses lengthy paragraphs instead of bullet points and bold letters.

.)
Also, I have a text file with a list of wxLua functions that I thought I got on this forum but I'll be darned if I can find it again. I will attach it to this message.
Good job on the wizard.