09-14-2015 05:37 AM
I have inherited a project where the customer is looking for a UI update to an existing application.
For the first time in a long time, I have found something that I have no idea what it is!
It appears to be a decoration but somehow linked to a set of controls such that they are grouped and resize as a group. Attached are some images of front panel and diagram.
Features:
Any ideas? I want to modify but actually it is generally useful to know!
Solved! Go to Solution.
09-14-2015 05:40 AM
Is it a set of objects grouped? Mike
09-14-2015 07:00 AM
I agree with MikeeB, try selecting the "object", and ungrouping it.
09-14-2015 07:46 AM
It is a Decoration and set of controls/Indicators placed on it and all are grouped together. So if you resize the decoration, all the grouped elements are also resizing along with it.
09-14-2015 10:46 AM
Thanks guys, all correct!
I don't know why, I've never played with grouping much.
09-14-2015 11:08 AM
Do any of you use grouping much?
This was a feature that I (embarrassingly) didn't realize existed until recently. Now that you know about it, do you think you will use it more James?
09-14-2015 11:19 AM
I use it with a group of controls that I want aligned, eg 3 vertically centred. make a group of them and then I can horizontally pack multiple groups like that. Once you get the hang of it, it does make life simpler. The closest analogy I have is once you figure out layers in graphics. Mike
09-14-2015 11:44 AM
Yeah, I use it temporarily to align things and copy/paste groups, but I disable it when building for release because I feel like it creates opportunities for weird resizing and movement at runtime.
09-14-2015 12:05 PM
09-14-2015 12:34 PM
Hi Joey! I use Grouping all the time for UI design. I'll put two indicators together (a Numeric result and a Boolean indicating whether the value passes or fails), and I'll define a spatial relationship for them (align vertical centers and space out nicely), then group those, duplicate them, and define a new relationship between the groups (bottoms aligned, groups distributed evenly).