events

What do you think about NResponder?

Hi, I was on the point of start using AS3 Signals for my new project because Native Events has a bad reputation, and then I found this: http://code.google.com/p/nineveh-responder/ But I couldn't find more information (in addition to official docs and tuts). What do you think about NResponder? OT: I can't create the tag "NResponder" in ...

How do I set up to click on the calandar to bring up details of the event?

I have installed my calander here I added the calender to the page by pasting {events_calendar} to this page. I can add events to it by using the new event feature. After I have created them they appear on the graphical calender. When I hover my mouse over them and click, nothing happens. Is there a way to set this up so that reade...

Is there a listener for when the WebView displays it's content?

Using WebViewClient and/or the WebChromeClient you can get a listener for when the page has loaded, however this is sometimes called before the WebView has any content in it, before it has displayed anything. What would be a efficient method for determining when the WebView has displayed it's content? Edit: (Trying to be more clear) W...