Page MenuHomeFeedback Tracker

[Feature Request] Getter command for all controls in a controlsGroup: controlsGroupCtrls
Closed, ResolvedPublic

Description

It's very useful for multi-window applications:

controlsGroupCtrls _ctrlsGroup //array of all child controls in a controlsGroup

without such command one would have to use:

_childCtrls = allControls _display select {ctrlParentControlsGroup _x == _ctrlsGroup}

which is not optimal.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Feature Request

Event Timeline

Leopard20 created this task.Nov 2 2020, 8:05 PM
dedmen claimed this task.Dec 16 2020, 4:18 PM
dedmen set Ref Ticket to AIII-53666.
dedmen changed the task status from New to Assigned.
7erra added a subscriber: 7erra.Jan 7 2021, 3:42 PM
dedmen added a comment.Jan 7 2021, 4:30 PM

allControls control

return all child controls of control (excluding control itself.

dedmen changed the task status from Assigned to Feedback.Jan 7 2021, 4:32 PM
heyoxe added a subscriber: heyoxe.Jan 7 2021, 8:52 PM
Pi closed this task as Resolved.Jun 12 2021, 4:32 PM