Hi snuil
This panel is not designed to directly DataLinq the names on that part of the panel. Instead, selecting the buttons below will provide useful messages that are sent to DataLinq. Specifically, the "Bowlser to Batsman" button will put the names into a DataLinq parameter.

The names and IDs are also sent to DataLinq as arrays - you could use scripting on the XPression side if you wanted to do things like present player statistics or lists of names. Another option would be to create new parameters to hold the bowler and batsman names and attach a task on the spinner to update the parameter value instead of the label - just do a search in the code for "OddBatsmanName" and "EvenBatsmanName" to see where the value are being looked-up and set.
Ultimately, this Cricket app is just an example of the type of thing DashBoard can do - you are free to take it in whatever direction you choose.
Cheers.
James
#DashBoard