palm-pre2

Starting PalmPre2 Dev. Palm-install says: "no devices found"

Hi, I am a iPhone Developer trying to start PalmPre2 development, so I am doing as written here I have my emulator working and running. I have created my workspace directory $mkdir palmWorkspace $cd palmWorkspace I have create my app $ palm-generate -p "{title:'Hello World', id:com.nacho4d.hello, version:'1.0.0'}" HelloWorld genera...

Starting and stoping listeners in Mojo framework (WebOS)

Hi, I am starting WebOS dev and I have a doubt on where should I start and stop my listeners ? I am reading this book but I couldn't find a clear explanation about this. In the sample the author set the listeners in the setup function but I wonder why? isn't a better idea to set them in activate function and stop them in deactivate func...

Palm-pre app loading takes forever

HI, I am new to WebOS dev. I finished writing the sample app of chapter 2 of this book, everything seems to be correct except when I start the app I get this: Is like my app is still loading but I can't really tell and it never ends. what does this mean and how can I debug this? What could be causing this? I have tried the original s...