I'm in the process of modifying the myPrint widget from mplants-rome to automate the generation of the title for the map instead of accepting user input. I would like to take the input from 2 comboboxes in another widget to use as the title. I've added the widgetCommunication function to widget one, but it looks like the only valid data for the addSharedData is an array. How would I pass cboMyCombo.Selectedlabel as a the shared data?
Thanks,