dfitzhenry
25 Jun 2008, 7:06 AM
Kind of a feature request, we have a situation where components can resize on drag enter, and I need either protected access on Draggable to:
private int conX, conY, conWidth, conHeight;
or, I need these values to be calculated on setContainer instead of onMouseDown so that I can modify the container constraints on the fly if necessary.
Any thoughts?
PS - If it helps any, my company is in the process of purchasing the premium license... :)
private int conX, conY, conWidth, conHeight;
or, I need these values to be calculated on setContainer instead of onMouseDown so that I can modify the container constraints on the fly if necessary.
Any thoughts?
PS - If it helps any, my company is in the process of purchasing the premium license... :)