Actions
Feature #5333
closedAdd .type property for $did() to return the ID type
Start date:
06/07/2021
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Hello,
It would be good and very helpful if $did() has something like .type to return the type of that ID, i will provide some examples.
Replies according to https://dev.adiirc.com/projects/adiirc/wiki/Dialog_Items
icon tab combo text link button check edit list radio box scroll menu item
Usage: $did(Name,ID).type
Examples:
//echo -a IS: $did(my_dialog,4).type = button
//echo -a IS: $did(4).type = check
- Thanks!
Actions