Re: resizing applets

2008-11-11 Thread Aaron J. Seigo
On Tuesday 11 November 2008, Oszkar Ambrus wrote: > Is there a clean way to implement applet resizing? Or should I do what > you have done in PositioningRuler (implementing the mouse events)? you'll need to implement mouse events, yes. > And another one: if I have large text blocks in labels, it

resizing applets

2008-11-11 Thread Oszkar Ambrus
Hi ... As I mentioned before, I'm working on a visual programming application, that uses Plasma Applets as it's visual components. Is there a clean way to implement applet resizing? Or should I do what you have done in PositioningRuler (implementing the mouse events)? And another one: if I have