Re: [Spam] RE: [flexcoders] tabbing between headerRenderers?

2009-11-11 Thread Nick Middleweek
Hey Alex, Thanks for your reply... I'm finding that event.preventDefault isn't working for me... This is it in a new flex web app... http://pastebin.com/m40b6a13c And when I run it in debug mode, click into the text input and press any key, I can see the keyCode but cancelable = false and

Re: [Spam] RE: [flexcoders] tabbing between headerRenderers?

2009-11-11 Thread Nick Middleweek
Alex, I've sorted it... My mistake.. I wasn't using the correct event and I needed to assign it using AS, not MXML... http://pastebin.com/d5a59014b Thanks for your help :) Nick 2009/11/11 Nick Middleweek n...@middleweek.co.uk Hey Alex, Thanks for your reply... I'm finding that

[flexcoders] tabbing between headerRenderers?

2009-11-10 Thread Nick Middleweek
Hi, I've got a text input in each of my headerRenderers on my Adv Data Grid... Can anyone suggest a good way to allow tabbing between the headerRenderers text input objects? Have I got to roll my own? as in detect which one I'm in and then on key press, detect the tab and try put the focus in to

RE: [flexcoders] tabbing between headerRenderers?

2009-11-10 Thread Alex Harui
] On Behalf Of Nick Middleweek Sent: Tuesday, November 10, 2009 1:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] tabbing between headerRenderers? Hi, I've got a text input in each of my headerRenderers on my Adv Data Grid... Can anyone suggest a good way to allow tabbing between