Started by zasanil ·
2016-11-16 15:03 UTC ·
3 replies · SMF topic #2453
zasanil
2016-11-16 15:03 UTC
I searched but couldn't find this answer. It's pretty basic but I can't seem to figure it out.
I have a few checkboxes in a modal form. I added a frame and I want to group the checkboxes inside the frame, so that if I move the frame around the checkboxes will go with it. How do I do this?
Thanks!
Peter2
2016-11-16 19:14 UTC
Maybe I don't understand you correctly, but what is the workflow that you want to solve? How often and why you want to move the "frame+controls"?
owenwengerd
2016-11-20 04:35 UTC
You could put the checkboxes on a tab page, then the tab page determines their position relative to the other controls on the parent form.
zasanil
2016-11-21 18:18 UTC
The functionality would be similar to what I can accomplish in netbeans. If all the controls are in a frame, I can more easily position and copy/paste groups of controls. Also, by programmatically hiding a frame, all the "sub-frame" items would be hidden also.
Maybe the tab frames are the way to do it.
Thanks!