[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2008-03-02 Thread aceoohay
Now that Moxie has been released, it is time to fix this bug. The fix should be pretty simple and straight forward. Basically treat a null as either high or low value for all data types, and allow the developer to specify a sort data type for any column that would override the automatic data ty

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-12-08 Thread aceoohay
George: We are not sitting around waiting for Adobe to hand us a fix. We are doing what needs to be done to get the applications finished. We like Flex, but if the level of effort to work around bugs becomes so time consuming as to make it easier or faster to switch to something less buggy, w

Re: [flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-12-08 Thread George
[personal thoughts] Working on Flex projects you have to overcome some 'bug' troubles yourself. Adobe developers couldn't has enough time to help everybody to find solutions, they have to work for tasks depending on priority like all software development teams. Nothing can be perfect we have to

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-12-08 Thread aceoohay
u want. > > > > I haven't tried writing a generic compare function, but I don't see > why > > it wouldn't be possible. > > > > ____ > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread Alex Harui
From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of aceoohay > Sent: Friday, November 30, 2007 1:15 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogr

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread aceoohay
rive as well, or maybe monkey- > patch > > the sort code to handle null. You can file an enhancement > request, but > > I don't see it getting done in 3.0 > > > > ________ > > > > From: flexcoders@yahoogroups.com <mailto

RE: [flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread Alex Harui
November 30, 2007 1:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sorting problem on date and numbers with null values, I think The data is fully populated at the time the column header is clicked. However some of the cells are null. We certainly disagree on this:-) Since a null is a v

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread aceoohay
I don't see it getting done in 3.0 > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of aceoohay > Sent: Friday, November 30, 2007 9:13 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Sort

RE: [flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread Alex Harui
lexcoders@yahoogroups.com Subject: [flexcoders] Re: Sorting problem on date and numbers with null values, I think What is the workaround? The sortCompareFunction does not seem to be reasonable, since a version needs to be written for each column in each grid. This seems like a serious sho

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-30 Thread aceoohay
ps.com > Subject: [flexcoders] Re: Sorting problem on date and numbers with null > values, I think > > > > When I said no values returned from the DB, I meant that the grid is > populated with some records that have the values in the number/date > column, and others

RE: [flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-29 Thread Alex Harui
e: Sorting problem on date and numbers with null values, I think When I said no values returned from the DB, I meant that the grid is populated with some records that have the values in the number/date column, and others that don't. Paul --- In flexcoders@yahoogroups.com <mailto:flexcoders

[flexcoders] Re: Sorting problem on date and numbers with null values, I think

2007-11-29 Thread aceoohay
When I said no values returned from the DB, I meant that the grid is populated with some records that have the values in the number/date column, and others that don't. Paul --- In flexcoders@yahoogroups.com, "aceoohay" <[EMAIL PROTECTED]> wrote: > > I running flexbuilder 2.0.1, AS 3. > > I have