Page 1 of 1

ListViewColumn Click Event

Posted: Wed Mar 13, 2013 10:59 pm
by djrikki
Hi,

When I right-click over a column title I get a nice little context-menu called Columns in which it gives option for Showing/Hiding columns.
However, how do I detect a left-click? The gadget does depress, but I cannot seem to get a notification. .ClickColumn only works on the ListView itself not the Column Title.

I'd like to introduce the opportunity to sort the column (its not a DirList), ListViewColumn doesn't mention (in the Royale documenation at least) a .Sort method.

I take it that it simply isn't possible right now?

Re: ListViewColumn Click Event

Posted: Thu Mar 14, 2013 10:02 pm
by airsoftsoftwair
I think MorphOS' MUI supports such an event. I have to check if it's possible on OS4 too. Then I could implement it in MUI Royale.

Re: ListViewColumn Click Event

Posted: Mon Mar 18, 2013 10:59 pm
by airsoftsoftwair
Implemented now. Requires a bugfix for the OS4 MUI, though, which hasn't been released yet.