Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » ArrayCtrl sorting
ArrayCtrl sorting [message #12747] Wed, 14 November 2007 18:26 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Implementing sorting of ArrayCtrl via HeaderCtrl clicks should now be much more simple; using Sorting column modifier, or alternatively, "AllSorting" ArrayCtrl modifier. (Details in topic++).
Re: ArrayCtrl sorting [message #12750 is a reply to message #12747] Wed, 14 November 2007 19:10 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
In ArrayCtrl.cpp, line 97, :
Column& ArrayCtrl::Column::SortDefault()

should be :

ArrayCtrl::Column& ArrayCtrl::Column::SortDefault()


(error with GCC)

Again, in idebar.cpp, the AK_SEARCHTOPICS is undefined.
As I did a full uvs checkout today in order to clean up stuffs, I guess that is a bug I already pointed too some time ago, in ide.key file missing constant. I guess your Uvs2 did miss something updating repository.

Ciao

Max
Re: ArrayCtrl sorting [message #12754 is a reply to message #12750] Wed, 14 November 2007 19:58 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thx, that was fast Smile

Mirek
Re: ArrayCtrl sorting [message #12755 is a reply to message #12754] Wed, 14 November 2007 20:29 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
luzr wrote on Wed, 14 November 2007 19:58

Thx, that was fast Smile

Mirek


ehehehe... I was just back home from a 600 Km travel.

I've got another bug... AddXWindow() and RemoveXWindow() should NOT be made static, as they need 'this' to bind x window with control.
In fact, as static they don't even compile... But theide was missing the dependence, I don't know why.

Ciao

Max

p.s.: what's the matter of 'Window' member in Ctrl class ? Couldn't be used for subwindow in DHCtrl component ? For now I've added a WindowHandle inside member on it, but I guess would be better use existing Window, as I guess it's provided just for TopWindow ctrls.

Ciao

Max
Re: ArrayCtrl sorting [message #12756 is a reply to message #12755] Wed, 14 November 2007 21:35 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mdelfede wrote on Wed, 14 November 2007 14:29


I've got another bug... AddXWindow() and RemoveXWindow() should NOT be made static, as they need 'this' to bind x window with control.
In fact, as static they don't even compile... But theide was missing the dependence, I don't know why.



Sorry! My mistake.

Quote:


p.s.: what's the matter of 'Window' member in Ctrl class ? Couldn't be used for subwindow in DHCtrl component ? For now I've added a WindowHandle inside member on it, but I guess would be better use existing Window, as I guess it's provided just for TopWindow ctrls.



Yep, union to save the space.

Mirek

Ciao

Max
[/quote]
Previous Topic: HeaderCtrl can now move (reorganize) tabs
Next Topic: ConvertInt64, EditInt64
Goto Forum:
  


Current Time: Thu Mar 28 21:57:33 CET 2024

Total time taken to generate the page: 0.01805 seconds