|
[
Permalink
| « Hide
]
dinesh added a comment - 16/Mar/08 07:25 PM
Dev input was that each addon should maintain its own state, rather than relying on Configator to do so.
Or just change the default sort order to always be increasing...99% of the time, you're only interested in the cheapest item (or cheapest 10 items, etc). Whether you're buying or selling, you're never trying to find the most expensive item listed. The current sort order (which focuses on the most expensive items) is silly.
On that same topic, I've noticed that since the new movable columns were added in appraiser and beancounter, the sorted column doesn't move when you move a column...
For example, if you sort by Buy/ea and then move the Buy/ea column to the left, the sort order icon stays on the column that is now at the old Buy/ea's column position. in other words, let's say the index of the Buy/ea column is 5 and the index of the column that is sorted is also 5, but that you move column 5 to the left (so it becomes 4), the sort order is still set on column 5 and doesn't follow... AND on top of it, it resets to the default order at the same time. r4166
The sort order of a column will now be remembered across sessions, requires Configator r210 or higher r4172
Due to appraiser calling for a GUI refresh after using a set() value in the GUI we had a intermetiant issue where the OnUpdate() would fire before we had finished creating appriasers GUI By moving the column sort and column order functions to teh end we do not flag for OnUpdate() till appr gui has completed. Sort now saved across sessions.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||