I am new to the list, and VERY new to Win32-gui. I have
worked with Tk, so some of the stuff "looks" similar, but I have one big
question. After sorting through the archives there was a thread about
tables, grids, etc. And I saw the GridLayout module information
there. My questions is this... that info was from a few months back, and I
was wondering if there were any new solutions to the problem of laying out a
grid. My end goal is to add an "Excel" like spreadsheet with a number of
editable cells in it. Has anyone tried this? and Succeded! : )
I had started to do it in Tk, but it was S L O W as hell and ate up a ton of
memory, I got win32-gui cause it seems faster and a bit more frugal with
resources(at the expense of being a little more complex to learn and use...
power ALWAYS comes with a price!) Bottom line, has anyone made a
functioning spreadsheet app, that doesn't just do display of data, but
allows full manipulation of it as well? and how do I get the "look" of a
typical spreadhseet/database app in Win32-gui? Thank you!!
Chuck
|