Before the 1.7 releases, it was possible to draw over the item menu and effectively replace it with prettier images. Now, if type="itemPicker" is present, the <Display> is totally ignored and nothing gets drawn over the item menu, but if type="itemPicker" is absent, the <Display> gets drawn normally.

george moromisato 25 Apr 2017:

Unfortunately, I've moved to a system where each display type is implemented by a different class, so this is hard to undo.

Can you do what you want by overriding item icons?

megas 25 Apr 2017:

No. I wanted to completely cover the itempicker with a galactic map image, to completely hide the menu, and use itempicker interface to highlight and select the options (star systems) drawn on the map.

I can try to rewrite the mod to do something like ship select as done in Battle Arena or Ship Broker, but it is nowhere near as convenient. Still, I will not reopen.

george moromisato 25 Apr 2017:

@megas: What if we add clickable button support to <Display>? Would that solve your problem? Either way, if you can, send me an image of what you're thinking about.