What I mean is, I can get the values of each camera size to populate in the spinner but as a string they're in the format of "Height=HH, isinitialized=False, Width=WW" whereas I'm trying to get the spinner to show something more user-friendly like "800x600". I've tried making the weird format stuff into a string and doing string.Replace on the bad parts but that's not changing anything.