Hello Guest it is March 28, 2024, 05:31:40 AM

Author Topic: Needing help with Wizards  (Read 5579 times)

0 Members and 1 Guest are viewing this topic.

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Needing help with Wizards
« Reply #10 on: March 04, 2015, 05:14:21 PM »
That list was posted up a while back by Craig.

BTW: If you look in the Mach4 Toolbox, there are some wxWizard templates, as well as some controls examples,
that can help you get your head around the wxLua stuff.

Scott
fun times

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Needing help with Wizards
« Reply #11 on: March 04, 2015, 05:15:09 PM »
The WxFormbuilder gives you about everything you need EXCEPT an EASY way to move things around . Wish we had a Screen Builder for Wizards like the MaCH4 Screen builder. OR hopefully someone in OZ will make a better WxBuilder that you can easily move things around.

Just a thought, (;-) TP

Offline simpson36

*
  •  1,369 1,369
    • View Profile
Re: Needing help with Wizards
« Reply #12 on: March 05, 2015, 03:24:23 PM »

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.


I have this figured out and working. It's not that bad of a process. You can pre-populate with the stored values (or strings) which is what I wanted to do. Sounds like you didn't want to fool with it, so I won't bother to post it.  If you decide otherwise, just give me a holler.  

Thanks for the wxfunction listing!