Please ignore my last post. I made an error in my description of the
problem. I was not re-creating the listBox programatically as
suggested. I was just printing the content of the list box cells with
drawstring. I will now print the headings the same way.
Barrie
On Nov 27, 2004, at 5:10 PM, Barrie Jones wrote:
I constructed a multicolumn listbox with headings in the IDE. When
printing the list box, I re-create it programatically as a print
graphics object. All cells print out as expected but I can't find a
way to get the headings to print in harmony with the listBox. I can
extract their names from listBox.initialValue but can't see how to
print them as cells. (since row cells start at row 0, I hoped headings
would be at row -1 for easy formatting). Do I have to create the
headings as a separate entity, or can their existing format be used? I
found an example of a printed listBox that had its headings created
independently and wondered if this was the preferred method.
Barrie
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|