[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] layout manager troubles
|
- From: Jesper Eskilson <jojo@xxxxxxxxxxxxx>
- Date: Wed, 16 Mar 2005 21:57:05 +0100
- Newsgroups: eclipse.tools.gef
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0 (X11/20041206)
Hi,
I'm trying to implement my own layout manager for a very specialized
situation. Things work nicely all the way to the point where I do
child.setBounds(newBounds);
on each of the figure's children in the layout() method. I would have
expected that would be all there would be to it, but nothing happens --
none of the children become visible on the screen. I've tried to step
through the setBounds() method, but I can't find anything obviously
wrong; the setBounds() ends up in queuing a dirty-region which seems
reasonable enough.
If anybody has a clue as to what I've forgotten, I'd appreciate the help.
/Jesper