At 16:23 Uhr +0530 26.06.2002, <[EMAIL PROTECTED]> wrote: >Dear all, > >I used director 8.51 with Valentina 1.95. I have to display a large amount >of data in a tabular format, something like a Spreadsheet. > >I need to independently have control over each cell so that I can possibly >merge few cell for the heading, Dictate size for cells etc. > >I have tried Electronic Inks Table Xtra but of no good use (could not find a >function to control the individual cell). >I found one option that to import an OLE of Excel but I do not have the list >of functions so as to modify the cell arrangement at runtime dynamically >depending on the result set of SQL query. > >Thanking you in Advance > >Looking forward to hearing from you.
In one of my recent projects I needed a similar functionality. so I ended up writing a behavior, which draws a table with imaging lingo into one single bitmap sprite. You can take a look at: http://www.farbflash.de/ILtable/ it is slow for huge tables (example 2 with more than 270 cells), since getting the image of a textmember tends to be slow. (it is a little bit faster if you turn anti-aliasing off for the text) If you improve the source, I'd appreciate, if you send me a copy. -- ||| a�ex -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
