Hey Phil!
Robert, this is my first post on here, but I've been using some of your widgets since the fall when I started in on Flex and the Esri API. Thank you for all your work.
I'm facing a similar problem. Customizing the popups for the query widget beyond what they allow in the config is proving a real challenge.
I have tried extending the popupRenderer class and experimented a little. However dropping anything between the PopupRenderer tags throws errors that visual content is not allowed, or must implement IUIComponent, even after dropping specific UIComponent sub classes.
I've also tried to create a custom skin with PopupRenderer as the HostComponent and based on the PopupRendererSkin class. It wouldn't even allow me past the new file creation wizard - I suspect because both the skin and the renderer are compiled in the api swc and thus the wizard had no actual files to work with.
There has to be a way to customize this thing or expose the API and dig in. I'm willing to get my hands dirty with this if anyone has any leads I can follow.
Thanks again,
gerr