C M wrote:
It is definitely what you want for your purposes (as you described them).
I'm not so sure: we need more details of your needs. From your original post, it sounded like you wanted all the "cells" to be editable text boxes, and that the number of rows and columns was fixed. If that's the case, then just using a bunch of wx.TextCtrl layout out by one of the Grid Sizers may be easier. ( I did post a sample of this earlier).
the wx.Grid is designed for "spreadsheet-like" applications -- ones where the amount of data displayed and manipulated is arbitrary. If that's your case, then, yes, the wx.Grid is the way to go.
-Chris
ยทยทยท
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov