No, not quite. Done what you've described here before, and while that is also great, I'm thinking about in a touch interface it would be way easier to be able to push a button rather than to pull a dropdown, and then select, possibly scroll, then what if you click wrong, and then "send" this info back.
I am wondering if there is a way to take a list of jersey numbers, and "echo" (what I would do in PHP), them out into each individual buttons in a grid?
Like if there is a hidden widget type or anything of the sort? That takes all the values in an array parameter, and shows this as a grid of buttons?
I did get a workaround going, but that is me manually making 36 buttons, that has an id x# that is numbered just like the array. And hides the buttons that are not in use and sets the canvas height accordingly.
Being a bit creative with 3 parameters and some IF/ELSE IF combos I also have it so that when "GOAL" is triggered, the panels pops up for whoever gets the message about who scored and who gets the assist, and you can pick those values, then "send" (more like confirm) them back to the main panel.
This is one part of a two-part question I supposed.
I'll add an example panel of what I've done here:
https://discussions.rossvideo.com/forum/default-forum-gc1/dashboard-gc43/15670-get-element-name-or-oid
So no need to clutter the forum with more posts than needed.
#DashBoard