C
CyberBhai
I have a group of two shapes, one is either a Rectangle or Circle and the
other is a shadowed textbox created by pasting a text and shadowing it.
My Requirement:
---------------------------------
Of the group I should be able to move the textbox not the other shape. Means
if I click on the group, the group will be selected and I can move the entire
group. If I click for the second time it selects the Shape One and if I click
on the text shape it selects that one. Then after selection of the textbox I
should be able to move that beyond the boundary of the group, but the same
should not be for the Shape One, i,e, the non-text based shape.
This I need for my application as grouped shape on second click selects the
shape One and user can drag that beyond the boundary which I do not need, the
same is needed for only the textbox.
other is a shadowed textbox created by pasting a text and shadowing it.
My Requirement:
---------------------------------
Of the group I should be able to move the textbox not the other shape. Means
if I click on the group, the group will be selected and I can move the entire
group. If I click for the second time it selects the Shape One and if I click
on the text shape it selects that one. Then after selection of the textbox I
should be able to move that beyond the boundary of the group, but the same
should not be for the Shape One, i,e, the non-text based shape.
This I need for my application as grouped shape on second click selects the
shape One and user can drag that beyond the boundary which I do not need, the
same is needed for only the textbox.