RE: Tables in Windows
- Posted by Andy Drummond <kestrelandy at xalt.co.uk> Apr 10, 2001
- 469 views
Derek, Your addition to Win32Lib sounds good - will the individual cells be addressable from an array - sequence - so I can write them from a loop? Will they be editable cells, which I need, and can I read them by indexed array again? Yeah, yeah, I know, it's not done yet, go mooorreee sssllloowwwlllyyyy pplleeaasee. But I need to plan ahead according to what will (hopefully) be available in the (very) near future. Derek Parnell wrote: > Judith, > you might like to hold off with writing too much code for this, because > I'm > putting together a framework in which new controls (pseudo or otherwise) > can > be added to win32lib and hopefully also some built-in support for IDEs. > > ------ > Derek Parnell > Melbourne, Australia > "To finish a job quickly, go slower." > > ----- Original Message ----- > From: "Judith" <camping at txcyber.com> > To: "EUforum" <EUforum at topica.com> > Sent: Tuesday, April 10, 2001 8:56 PM > Subject: RE: Tables in Windows > > > > > > > > In the next release of IDE, there will be table and array handling. > > Coding is almost done. You will be able to drop controls onto a pseudo > > control for the first 'cell' and then right click to define the number > > of rows, columns and spaces between. It is not nearly as nice as David's > > spreadsheet demo because I wanted the table/array to be unspecific. > > > > If David has no objections, is there any interest in a pseudo control in > > IDE that will generate David's spreedsheet and the supporting routines? > > > > Judith > > > > > > David Cuny wrote: > > > Andy Drummond wrote: > > > > > > > So - anyone else out there know where > > > > I can access a spreadsheet-like table? > > > > > > Some time back, I had written an emulated 'spreadsheet' style control. I > > > don't know where the code is; I suspect that you can find it in the > > > archives > > > somewhere. > > > > > > -- David Cuny > > > > > > > > > > > > <snip>