I just had a thought. It might be simpler to try to add drag & drop to the Panels tutorial first. (Make the buttons draggable)
Then once you have the drag and drop working with standard Pivot Components (PushButton & Panel), you can try to replace them with your custom Components. On 19 August 2011 03:49, Chris Bartlett <[email protected]> wrote: > http://pivot.apache.org/tutorials/panels.html > According to the (short) Panel tutorial, Panels do not perform any layout > or sizing of their children. You will need to set the size & locations of > any Component what you add to a Panel otherwise you will not see it as it > will be 0 pixels wide and 0 pixels high. > > If that doesn't help, then could you try to post a small, but complete > example of the code you have so far? Something we can just unzip and run. > I am having trouble understanding what is happening at the moment. > >
