Search found 2 matches

by finchy70
Mon Sep 30, 2019 3:13 pm
Forum: General Development
Topic: Development with Python and wxFormbuilder
Replies: 2
Views: 1476

Re: Development with Python and wxFormbuilder

This is a function call populate but what I wanted to do was call it for each day but not sure how to pass in the correct widget ID.
by finchy70
Wed Sep 25, 2019 9:52 am
Forum: General Development
Topic: Development with Python and wxFormbuilder
Replies: 2
Views: 1476

Development with Python and wxFormbuilder

I have written a few GUI application using Python and WxFormbuilder. I would like to understand how I can refactor my code to reduce code duplication. I have a few forms with a lot of TextCtrl's. Currently I have lines of code that populate each box. This makes for a lot of almost identical code. de...