home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!apple!apple!voder!nsc!amdahl!JUTS!duts!rla20
- From: rla20@duts.ccc.amdahl.com (Roger Allen)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Spreadsheet like view
- Message-ID: <d9Gk02NE1apu01@JUTS.ccc.amdahl.com>
- Date: 21 Jul 92 20:56:52 GMT
- References: <1992Jul16.102544.10838@edsi.plexus.COM> <1992Jul17.013630.14805@edsi.plexus.COM>
- Sender: netnews@ccc.amdahl.com
- Reply-To: rla20@DUTS.ccc.amdahl.com (Roger Allen)
- Organization: Amdahl Corporation, Sunnyvale CA
- Lines: 29
-
- In article <1992Jul17.013630.14805@edsi.plexus.COM> trimper@edsi.plexus.COM (Greg Trimper) writes:
- >trimper@edsi.plexus.COM (Greg Trimper) writes:
- >
- >>I am using Think C, and want to implement a spreadsheet-style view
- >>for displaying and editing data.
- >
- >>The way I look at it, I have two options:
- >>1) A dialog with lots of editText items, get each item as it is edited
- >
- >>2) Draw a window with a TERect for EACH item, and handle data after TE is
- >>done with it - atoi, for example.
- >
-
- The TCL for THINK C 5.0 has a spreadsheet class. This is probably worth
- looking into. It may be a bit of a stretch to put editing into each
- cell, but it should work.
-
- >>Is there a good and EASY way of doing this? I really only need a
- >>20x5 array of items - a little to big for a Dialog, but seems like it will
- >>be a pain in a window with TextEdit
-
- Don't be afraid to go OO! (object-oriented) :) Putting an CEditText
- item into each cell should handle it without much work by you.
-
- Roger
- --
- > Roger Allen | <
- > Amdahl Computer Development | What are you looking here for? <
- > rla20@cd.amdahl.com | <
-