I'm trying to make a plugin for New Worlds Ateraan (again), this time trying to help people keep better track of when gear needs repaired. The trigger to catch repairs is easy, but setting up the window is where I'm lost.
I'm going to use the movable window of course. What it needs to do is have a variable height, but a set width. It needs a title bar of some sort (an anchor so it can be moved around when not in use). It will pick up the items that need repaired using the trigger. I want the script to then add each item below the current list of items, growing the window's height and adding a new line of text each time. It also needs an alias to clear it, resetting it to just the title bar anchor. Ideally, I want it to have no limit to how long the list can get.
Ideas?
I'm going to use the movable window of course. What it needs to do is have a variable height, but a set width. It needs a title bar of some sort (an anchor so it can be moved around when not in use). It will pick up the items that need repaired using the trigger. I want the script to then add each item below the current list of items, growing the window's height and adding a new line of text each time. It also needs an alias to clear it, resetting it to just the title bar anchor. Ideally, I want it to have no limit to how long the list can get.
Ideas?