Show method for an empty Results Table

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Show method for an empty Results Table

David Webster
I have written a method to generate my own specialized ResultsTable using
my own column headings. I have found that when the table has no entries,
the show() method doesn't show these headings in the text window. Also,
getColumnHeadings() just returns blanks although getColumnHeading(int
colnumber).  I can't figure it out from the source code. Is there any way
to get the headings to show up when the table has no entries? Do I need to
copy the source code from the API and hack my own solution? If I do that,
is there any way to autosize the TextWindow size rather than defaulting to
400x300.

David Webster