Author Topic: [SOLVED]UIDraggableObject in UIDraggablePanel still being clipped  (Read 1728 times)

terence

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
I am implement a series of dragabble object(Sprite + Labels) that are in a draggable panel (with a soft clip). When I drag the object out, i parent it a panel with no clipping. However when I do so, the object is still being clipped.

The following is the hierachy:
   DeploymentView(UIPanel)(z is 0)
   > Deployable(UIPanel with clipping, UIDraggablePanel) (z is -1)
   >>Mechs(UIGrid) (z is -1)
   >>>Mech 1(UIDraggable Object) z = 0
    >>>Mech 2(UIDraggabel Object) z = 0

   DeployedView(UIPanel) <- objects parent to this when 'dragged out' (z is -3)

I notice even after I parent the object to the panel, the 'materials' don't appear under the Deployed panel (unlike the drag/drop example 11).

Is there a step i'm missing?
« Last Edit: February 14, 2013, 10:29:26 AM by terence »

terence

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
[SOLVED]Re: UIDraggableObject in UIDraggablePanel still being clipped
« Reply #1 on: February 14, 2013, 10:28:37 AM »
Hrumph...nevermind...I was forgetting to Broadcast CheckParent...to all the children.