Friday, December 9, 2011

Books I've Read This Week

Nothing to report this week. My daughter was sick for about five days with a fever/flu which cut into my reading time. I'm just cracking open The Children of the Sky by Vernor Vinge which promisses to be a great read.

See you next Friday.

3 comments:

  1. hi its very usefull , thank you , waitng for more plugin tuto

    ReplyDelete
  2. hi ,
    i tried to invoke the barcode scanner at the start of the application through calling the scan() in onLoad but it is not working simply gives a blank screen pls help me to get out of here..

    ReplyDelete
  3. @Jaber

    Totally not the right post to ask this question on. Regardless, you can't call PhoneGap code in the onLoad() method as it is not ready yet. In your onLoad() method register a listener for the "deviceready" event. Once you get the deviceready event you can call the bar code scanner.

    ReplyDelete