Re: Keeping list-item-label and list-item-body together update

2001-08-09 Thread Keiron Liddle
On Thu, 09 Aug 2001 03:11:23 Don Wellington wrote: > Hi all- > > I have list-item-label and list-item-body kept > together on the same page. I will need a lesson in > the etiquette of presenting the changes. Should I > send the full class files to this list? Attempt to > diff the class files?

Re: Keeping list-item-label and list-item-body together update

2001-08-08 Thread Serge Pagop
Hi everybody, I want to know where I can have a FO tutorials? thanks.. Serge... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Keeping list-item-label and list-item-body together update

2001-08-08 Thread Don Wellington
Ooops. Screwed up. The child nodes should have their areas removed before the current node removes its areas. public void removeAreas() { // still to do int numChildren = this.children.size(); for(int i = 0; i < numChildren; i++) { FONode fo = (FONode) children.elementAt(i); fo.removeAreas(

Keeping list-item-label and list-item-body together update

2001-08-08 Thread Don Wellington
Hi all- I have list-item-label and list-item-body kept together on the same page. I will need a lesson in the etiquette of presenting the changes. Should I send the full class files to this list? Attempt to diff the class files? A little advice woudl be good. As for what I did: FONode.java