Daily Progress: Programming the Overview panel.
Given everything we’ve learned the past week or so, the overview panel is super easy!

It’s just a matter of connecting the UIManager case element to the proper one in the overview panel. We never defined the date so I did that prior to assigning the dateTitle variable. DateTime is part of the System namespace so you’ll need to include it at the beginning or use System.DateTime.Today.ToString().
And now we’ll see everything translates into the info screen as intended. Except for google maps, I currently have it so it doesn’t log in, but it works.

One final thing we’ve changed was the overview panels next button. It was changed to Submit because we’re going to send this info to Amazons AWS service. But that’s an article for another time. Like…tomorrow…