Sadly 2.8.11 seems to be the "stable" version.  2.9.1 which is referenced in 
the documents is "Testing" which I think means that it is in the same phase as 
is 6.10.56 ... not yet sure it is really ready for use.

And the line: "Please notice that this function makes sense for report view 
only and currently is only implemented in wxMSW port. " (See: 
http://docs.wxwidgets.org/trunk/classwx_list_ctrl.html#f7087589e40618f25b35d7d5b7b24c1b)
 "bool wxListCtrl::SetColumnsOrder    (       const wxArrayInt &      orders   
)      const"

If the decision is made to go with 2.9.1 it would not be that big of an issue I 
think to only have the feature on the windows side.  Annoying to be sure, but, 
tolerable until it was cross-platform.



On May 20, 2010, at 8:48 PM, Nicolás Alvarez wrote:

> wxWidgets trunk (2.9?) supports reordering columns with drag and drop, but 
> the original contributed patch for that feature is Windows-only. I didn't 
> check if they have since implemented it for other platforms.
> 
> El 18/05/2010, a las 21:00, David Anderson <[email protected]> escribió:
> 
>> We'll look into this; it's a moderate-size development task.
>> -- David
>> 
>> Ed A wrote:
>>> Why not just make it user definable, and also allow us to make the huge
>>> "commands" area to the left much smaller?  This would really help on
>>> machines with low resolution screens.
>>> 
>>> Thanks/Ed
>>> 
>>> 
>>> On Tue, May 18, 2010 at 5:14 PM, David Anderson 
>>> <[email protected]>wrote:
>>> 
>>>> I agree.  I changed the order to
>>>> 
>>>> #define COLUMN_PROJECT              0
>>>> #define COLUMN_PROGRESS             1
>>>> #define COLUMN_CPUTIME              2
>>>> #define COLUMN_TOCOMPLETION         3
>>>> #define COLUMN_REPORTDEADLINE       4
>>>> #define COLUMN_APPLICATION          5
>>>> #define COLUMN_NAME                 6
>>>> #define COLUMN_STATUS               7
>>>> 
>>>> and also changed a couple of column titles
>>>> ("Time remaining" -> "Remaining",
>>>> "Report deadline" -> "Deadline")
>>>> 
>>>> Loki Clock wrote:
>>>>> I request that the left-to-right order of the attribute lists be
>>>>> changed so that Name comes after Elapsed and Progress.
>>>>> 
>>>>> One only rarely, in my experience, needs to check the name of an
>>>>> active process, but one should be able to periodically check the
>>>>> elapsed time and progress percentage without effort. The process name
>>>>> field is very long, and often items distinguishable from the most
>>>>> significant few digits, while the elapsed time and percentages are
>>>>> short. The application has not enabled dragging to change the order of
>>>>> the fields, so the order is important. The default size of the manager
>>>>> requires one to scroll horizontally to see the progress bars. There is
>>>>> no reason the window should need to take up more space than it does at
>>>>> said default size. If the process name were moved past them, one would
>>>>> still in most cases be able to identify the process from what one can
>>>>> see of it without scrolling and at the same time be able to
>>>>> conveniently check these constantly updating attributes.
>>>>> 
>>>> _______________________________________________
>>>> boinc_dev mailing list
>>>> [email protected]
>>>> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>>>> To unsubscribe, visit the above URL and
>>>> (near bottom of page) enter your email address.
>>>> 
>>> _______________________________________________
>>> boinc_dev mailing list
>>> [email protected]
>>> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>>> To unsubscribe, visit the above URL and
>>> (near bottom of page) enter your email address.
>> 
>> _______________________________________________
>> boinc_dev mailing list
>> [email protected]
>> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>> To unsubscribe, visit the above URL and
>> (near bottom of page) enter your email address.
> _______________________________________________
> boinc_dev mailing list
> [email protected]
> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
> To unsubscribe, visit the above URL and
> (near bottom of page) enter your email address.

_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to