@
jurialmunkey, obviously not your problem, but I'm trying to create a custom window for an add-on, that looks like AH. I'm using skin includes for a significant portion of the window elements, in order to maintain as much consistency with the skin as possible, but am having an issue.
The add-on populates its own list control (
id="1000"
), and I'm adding my own actions in the
<onclick>
tags used by my
Object_Info_Button
includes... but any time I click them, it
also treats that as a click on an item in my list.
My current approach has been to have two
<onclick>
tags, with the first either setting a different focus or closing the window, but that isn't working. Any ideas?