[flexcoders] Re: Number column in DataGrid

2007-06-15 Thread headjoog
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Number column in DataGrid Nope - same results. I think the mx:Binding is causing the weird behavior. If I take it out, I can type numbers with decimals in the mx:TextInput item. But with it in there, it won't allow any decimals

[flexcoders] Re: Number column in DataGrid

2007-06-14 Thread Doug Lowder
Top-level function parseFloat() might do the trick. You may need to pass it a substring if your text input has a leading currency character. --- In flexcoders@yahoogroups.com, headjoog [EMAIL PROTECTED] wrote: I'm stuck and making a dunce appeal - this can't be as difficult as I'm making

[flexcoders] Re: Number column in DataGrid

2007-06-14 Thread headjoog
Nope - same results. I think the mx:Binding is causing the weird behavior. If I take it out, I can type numbers with decimals in the mx:TextInput item. But with it in there, it won't allow any decimals. --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Top-level

RE: [flexcoders] Re: Number column in DataGrid

2007-06-14 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Number column in DataGrid Nope - same results. I think the mx:Binding is causing the weird behavior. If I take it out, I can type numbers with decimals in the mx:TextInput item. But with it in there, it won't allow any decimals. --- In flexcoders