|
hi,
does anybody have any idea how to implement Group/Ungroup functionality? i can't find any source for it... what direction to go...
thanks for any help Lubos |
| LubosSykora Thursday, June 18, 2009 10:56 AM |
Thanks for your clarification. Based on my thinking, we can add those selected controls into a UserControl or a Panel when we click the group button. After that, the selected controls looks like one control, and we can do operations to the panel or UserControl.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't. - Marked As Answer byLubosSykora Friday, July 03, 2009 7:26 AM
-
|
| Bruce.Zhou Monday, June 22, 2009 8:26 AM |
I do not think it is workable. As you can see in the PowerPoint, if we group two or more TextBoxes, the combined object can still keep the edit functionality. If we only create a picture representing the combined object, we may lost edit feature although we can make it looks like a combined one. Best regards, Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.- Marked As Answer byLubosSykora Friday, July 03, 2009 7:26 AM
-
|
| Bruce.Zhou Tuesday, June 23, 2009 8:53 AM |
Hi LubosSykora, Would you please elaborate your question? What did you want to group? Can we find the prototype of this functionality in the current software? Best regards, Bruce Zhou Please mark the replies as answers if they help and unmark if they don't. |
| Bruce.Zhou Monday, June 22, 2009 3:28 AM |
sorry for missing explanation.
i meant something like Group?Ungroup functionality as is e.g. in power point. When user can select different component at design time and select "group them together". When then click on their area, theyappear as one component...
regards Lubos |
| LubosSykora Monday, June 22, 2009 7:56 AM |
Thanks for your clarification. Based on my thinking, we can add those selected controls into a UserControl or a Panel when we click the group button. After that, the selected controls looks like one control, and we can do operations to the panel or UserControl.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't. - Marked As Answer byLubosSykora Friday, July 03, 2009 7:26 AM
-
|
| Bruce.Zhou Monday, June 22, 2009 8:26 AM |
hi,
thanks for answer. will try it. i was also thinking of creating Glyph for such set of controls (that wa first idea i got, don't know if it's possible to use one glyph for more controls, or maybe it's even completely wrong)...
thanks again L |
| LubosSykora Tuesday, June 23, 2009 8:46 AM |
I do not think it is workable. As you can see in the PowerPoint, if we group two or more TextBoxes, the combined object can still keep the edit functionality. If we only create a picture representing the combined object, we may lost edit feature although we can make it looks like a combined one. Best regards, Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.- Marked As Answer byLubosSykora Friday, July 03, 2009 7:26 AM
-
|
| Bruce.Zhou Tuesday, June 23, 2009 8:53 AM |
hi,
yes - it works. i finally solved it by creating transparent group control and everything seems to work fine.
thanks Lubos |
| LubosSykora Friday, July 03, 2009 7:26 AM |