PDA

View Full Version : reusing an already created view


scorpio
06-01-2004, 12:49 PM
Hi,

I was wondering if it is possible to create a view that is a child of canvas and later on based on some actions fom the user move this view to another container for example a window?

thanks.

adam
06-01-2004, 04:11 PM
This is an oft requested feature, but it doesn't exist. You'll have to write the code that makes a new view in the window appear the same way, or have the view that's on the canvas appear to be inside the window by bringing it to front and then constraining it to a function of the window's coordinates.