Hi,
I'm very new to object-oriented and GUI programming, though I've been
doing text-based, non-object FORTRAN code for many years. I sorta,
kinda get the concept, (or thought I did) but I need better examples --
less general-purpose more simple, direct stuff. In particular, I want
to have a splash screen, followed by a FileDialog followed by a Gauge.
(I want something a bit more under my control than the ProgressDialog.)
More by accident than skill, I've gotten the first two parts.
Is there a good book that I should be looking at?
I've already written a program (in Python) that actually processes a
file and produces some Postscript reports. I even threw in some
classes, where the concept appeared to make sense to me. I just want to
put a front end on it to make it a bit more flexible and informative.)
Thanx.