Thanks David for your reply and for providing this great Library !!!
It's really fun working with the Visual Library :)
- Satya
David Kaspar wrote:
HI Satya,
Yes, it is. Use your own MoveStrategy when you are creating a new
MoveAction. The MoveStrategy is called everytime an user moved with a
widget and there a new location was suggested by him/her. In the
MoveStrategy you can filter/change the location before it is really
saved into the widget.
Regards,
David
Satyaranjan wrote:
Hi,
I want to create a page designer using Visual Library API. One of
the requirement is, I should be able to create a top component/widget
which will represent a page and then I can put sub/child components
inside that top component. Also the movement of the child components
should be restricted only inside the top component. Is it possible to
restrict the movement of a widget inside a particular boundary ?