I have been thinking about this little problem, but
I can't seem to come up with a satifyable answer.
Part of the problem is that wxPython seems to
have so much possibilities to do the same.
Here is the problem:
I want to write some kind of drill program.
The program is to give 10 exercises at a time.
After each excercise are two fields in each come
multiple correlated answers.
When the user has finished the exercises, each correct
answer is to be shown in the "line" directly under
the given answer and preferably, what was wrong in
the given answer is coloured red.
I originally started with a grid, but now I am looking
at RowColSizers with wxTextCtrl's. Any other options?
Is it possible to use wxTextCtrl's without having a
sunken appearance?
Is it possible to put all this in a frame that is
not resizable?
···
--
Antoon Pardon