Re: SortableFloatFieldSource not accessible? (1.3)

2009-08-27 Thread Christophe Biocca
Yes it will.
Thanks.

On Wed, Aug 26, 2009 at 8:51 PM, Yonik Seeley wrote:

> SortableFloatField works in function queries... it's just that
> everyone goes through SortableFloatField.getValueSource() to create
> them.  Will that work for you?
>
> -Yonik
> http://www.lucidimagination.com
>
>
> On Wed, Aug 26, 2009 at 6:23 PM, Christophe
> Biocca wrote:
> > The class SortableFloatFieldSource cannot be accessed from outside its
> > package. So it can't be used as part of a FunctionQuery.
> > Is there a workaround to this, or should I roll my own? Will it be fixed
> in
> > 1.4?
> >
>


Re: SortableFloatFieldSource not accessible? (1.3)

2009-08-26 Thread Yonik Seeley
SortableFloatField works in function queries... it's just that
everyone goes through SortableFloatField.getValueSource() to create
them.  Will that work for you?

-Yonik
http://www.lucidimagination.com


On Wed, Aug 26, 2009 at 6:23 PM, Christophe
Biocca wrote:
> The class SortableFloatFieldSource cannot be accessed from outside its
> package. So it can't be used as part of a FunctionQuery.
> Is there a workaround to this, or should I roll my own? Will it be fixed in
> 1.4?
>


SortableFloatFieldSource not accessible? (1.3)

2009-08-26 Thread Christophe Biocca
The class SortableFloatFieldSource cannot be accessed from outside its
package. So it can't be used as part of a FunctionQuery.
Is there a workaround to this, or should I roll my own? Will it be fixed in
1.4?