Thanks very much, Aaron, for taking the time to compile the code on your
end. Without your help, I'd have been spinning my wheels on this for days
It appears to be a compiler/debugger bug in beta 2. I started
commenting out code and recompiling and then uncommenting and
recompiling and eventually the error icon jumped to a line with no code
on it at all. So I closed FB completely and reopened it and the code
compiled and I was able to debug it.
I got rid of the calls to super() BTW and moved the params parameter out
of the constructor to the execute() function.
Tim
On 1/18/2010 9:10 PM, Aaron Hardy wrote:
I just tried it on my machine and it compiled without any problems
after I took out the dependencies I didn't have access to. I never
got the error you mentioned. Maybe it's referring to something else?
Cut everything out of your project (maybe make a new one) except the
onResult function you believe may be the cause and see if you still
get the error. I suspect you won't. Good luck!
Aaron