RE: Tables in Windows
- Posted by Andy Drummond <kestrelandy at xalt.co.uk> Apr 12, 2001
- 475 views
Hi there again. I just got hold of Matt Lewis' grid.ew code, and after a few minutes customising it does just what I want. I'd have thought that something like that generated by IDE would be good, but the integration of it into IDE might present a lot more problems that I'd expect. For now, for this job, it is fine. I added code to handle non-arrow-key type keys, and load the gridData sequence/array, so changing data and retreiving new data are dead easy. Andy Judith wrote: > Well, I plan the first stab at spreadsheet from IDE will just be the > demo (grid.exw) David wrote last year with some more key handling and > anything else David suggested in last year's note that looks easy. I > > don't expect to be adding any formula functions either. > > I'll probably pop it into IDE's next release which I expect will be the > first week of May. > > Judith > > > > Derek Parnell wrote: > > Hi Andy, > > I'm experimenting with a Grid control written in Euphoria. It is NOT a > > spreadsheet control because it doesn't support formulae. > > > > Yes, individual cells are addressable. The functions to do this include > > ... > > > > SelectCell( col, row ) > > MoveToCell ( deltaCol, deltaRow ) > > > > I'm a long way off finishing it and I suspect Judith's control will be > > out > > first. > > > > The next win32lib version will be out soon but I'm very busy at the > > office > > and can only work a couple of hours a day on win32lib. Anyhow, v056 > > should > > be alpha available in a few mor days. Hopefully before Easter as I'm > > going > > on a week's camping holiday with the family. > > > > ------ > > Derek Parnell > > Melbourne, Australia > > "To finish a job quickly, go slower." > > > >