Re: Tables in Windows
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 10, 2001
- 533 views
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." ----- Original Message ----- From: "Andy Drummond" <kestrelandy at xalt.co.uk> To: "EUforum" <EUforum at topica.com> Sent: Wednesday, April 11, 2001 5:39 AM Subject: RE: Tables in Windows > > > 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> > > > > >