Ed Leafe wrote: > On Sep 13, 2007, at 1:11 AM, Paul McNett wrote: > >> Modified AppWizard apps to not instantiate SortLabel in the select >> page, >> but dabo.ui.dLabel instead. I'm deprecating SortLabel as I've never >> liked the implementation of it, and it was causing the default >> order-by >> clause set in my bizobjs to get overwritten with no sorting. > > Are you planning on replacing this functionality anytime soon? I > realize it's hardly the ideal interface, but it provides a much- > needed way to sort results.
Is it much needed? Do you use it? For users to sort results, the sorting of the columns in the grid does the trick, although that sorting is after the fact and wouldn't help if the number of records were limited. I needed to either remove it or fix it, and I thought it was enough of a hidden feature that noone used, but we can put it back if it is indeed used and needed. The thing that was broken about it was that the functionality was completely overriding my ORDER BY clause as set in the underlying bizobj. It was in troubleshooting that that I became aware that this feature even existed. I do remember Vladimir or someone committing something like this, but I thought we had removed it some time ago... -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
