[flexcoders] Cairngorm Event Question

2012-09-21 Thread Davidson, Jerry
Where can I ask a Cairngorm/Flex Event Question? I posted in the Adobe forum, but as usual have not received any replies. The question is how to get something to happen. When the user clicks an item renderer in one grid I want to populate a second grid with data. Here are the relevant

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-21 Thread Wouter Schreuders
ah ok. I set up a test where I added accessibility properties to the sprite. Doesn't invoke the keyboard in metro :( I've also traced out Accessibility.active onto a textfield in metro and it returns false. Here's the added code: private function init():void { drawSprite(); // Does not invoke

[flexcoders] RE: Cairngorm Event Question

2012-09-21 Thread Davidson, Jerry
I think I found the solutions. As always, it brings up a new question. The problem was I was trying to follow the pattern of prior code and I decided to dump that and go with the same kind of code that populated the first grid. If anyone is interested, I'd be happy to copy some code here to

[flexcoders] Passing Data

2012-09-21 Thread Davidson, Jerry
I have an item renderer that is a linkbutton. It is in an advancedatagrid of a few columns. When it is clicked, a procedure is fired up and that procedure needs to know the values of the datasource for that row. How do I communicate that? Here is the renderer: override public function set

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-21 Thread Alex Harui
If you turn off accessibility in the MXML app does displayAsPassword still make a difference? I’m not really sure how to help here, just throwing out ideas. On 9/21/12 3:11 AM, Wouter Schreuders wschreud...@gmail.com wrote: ah ok. I set up a test where I added accessibility properties to