Re: D2W Boolean Search

2011-08-26 Thread Chuck Hill
On 2011-08-25, at 6:42 PM, David Avendasora wrote: On Aug 26, 2011, at 9:22 AM, David Avendasora wrote: >> On Aug 26, 2011, at 5:14 AM, Ramsey Gurley wrote: >> >>> Well I did mention a subclass (^_^) My radio button UI is validating >>> semantic XHTML using fieldsets and legends and labels, oh m

Re: D2W Boolean Search

2011-08-26 Thread Chuck Hill
On 2011-08-26, at 9:17 AM, Ramsey Gurley wrote: On Aug 25, 2011, at 6:42 PM, David Avendasora wrote: >> On Aug 26, 2011, at 9:22 AM, David Avendasora wrote: >> On Aug 26, 2011, at 5:14 AM, Ramsey Gurley wrote: >>> Well I did mention a subclass (^_^) My radio button UI is validating sem

Re: D2W Boolean Search

2011-08-26 Thread Ramsey Gurley
On Aug 25, 2011, at 6:42 PM, David Avendasora wrote: > > On Aug 26, 2011, at 9:22 AM, David Avendasora wrote: > >> >> On Aug 26, 2011, at 5:14 AM, Ramsey Gurley wrote: >> >>> Well I did mention a subclass (^_^) My radio button UI is validating >>> semantic XHTML using fieldsets and legends

Re: D2W Boolean Search

2011-08-25 Thread David Avendasora
On Aug 26, 2011, at 9:22 AM, David Avendasora wrote: > > On Aug 26, 2011, at 5:14 AM, Ramsey Gurley wrote: > >> Well I did mention a subclass (^_^) My radio button UI is validating >> semantic XHTML using fieldsets and legends and labels, oh my! >> >> https://github.com/nullterminated/ponder

Re: D2W Boolean Search

2011-08-25 Thread David Avendasora
On Aug 26, 2011, at 5:14 AM, Ramsey Gurley wrote: > Well I did mention a subclass (^_^) My radio button UI is validating > semantic XHTML using fieldsets and legends and labels, oh my! > > https://github.com/nullterminated/ponder/tree/master/ERR2d2w/Components/Nonlocalized.lproj/R2D2WQueryBool

Re: D2W Boolean Search

2011-08-25 Thread Ramsey Gurley
On Aug 25, 2011, at 2:01 PM, David Avendasora wrote: > :-/ > > Yep. That "works". The radio button uiMode is ugly as sin, and uses > table-based layout... sigh. Well I did mention a subclass (^_^) My radio button UI is validating semantic XHTML using fieldsets and legends and labels, oh my!

Re: D2W Boolean Search

2011-08-25 Thread Chuck Hill
On 2011-08-25, at 2:01 PM, David Avendasora wrote: > :-/ > > Yep. That "works". The radio button uiMode is ugly as sin, and uses > table-based layout... sigh. > > If only Git didn't totally frustrate me... and I knew CSS better... > > Anyway, out of curiosity, what kind of rule do you use to

Re: D2W Boolean Search

2011-08-25 Thread David Avendasora
:-/ Yep. That "works". The radio button uiMode is ugly as sin, and uses table-based layout... sigh. If only Git didn't totally frustrate me... and I knew CSS better... Anyway, out of curiosity, what kind of rule do you use to specify ERD2WCustomQueryBoolean? I've got: 100 : (task = 'query' an

Re: D2W Boolean Search

2011-08-25 Thread David Holt
+1 On 2011-08-25, at 9:08 AM, Ramsey Gurley wrote: > Hi Dave, > > Have you tried an ERD2WCustomQueryBoolean instead? I use a subclass of that > in my framework and I don't recall having issues like this one. > > Ramsey > > On Aug 25, 2011, at 12:17 AM, David Avendasora wrote: > >> Hi all, >>

Re: D2W Boolean Search

2011-08-25 Thread Ramsey Gurley
Hi Dave, Have you tried an ERD2WCustomQueryBoolean instead? I use a subclass of that in my framework and I don't recall having issues like this one. Ramsey On Aug 25, 2011, at 12:17 AM, David Avendasora wrote: > Hi all, > > I'm have a boolean (in the DB as a VARCHAR(5), using the Wonder boole

D2W Boolean Search

2011-08-25 Thread David Avendasora
Hi all, I'm have a boolean (in the DB as a VARCHAR(5), using the Wonder boolean prototype) attribute that I want to be able to search on. When I search using a text field (like you get on the default Query All page(ERMODQueryEntitiesPage) it works as expectd. Typing true, True or TRUE all work