Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Getting a KrollCallback object when I'm expecting my function()

Android only… works OK on iPhone. SDK 1.2.1

I add an additional HTTPClient property: mycallback. When I try and use this property from the onerror or onload functions this property contains an object of type: org.appcelerator.titanium.kroll.KrollCallback

this.httpClient = Titanium.Network.createHTTPClient();
this.httpClient.mycallback = mycallback;

Seems like a bug to me. Can anyone confirm or deny?

thx

— asked November 29th 2010 by Simon Temple
  • android
  • httpclient
  • mobile
1 Comment
  • I see this in the LOG as I'm launching the application:

    [ERROR] /Users/<myname>/android-sdk-mac_x86/tools/apkbuilder
    

    Not sure if it's related?

    — commented November 29th 2010 by Simon Temple

1 Answer

  • If it is still a problem I suggest you to read the guide Using questions and answers in order to get around this problem quicker.

    — answered November 13th 2012 by Eduardo Gomez
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.