Tagged Questions

2
votes
1answer
105 views

Developing Palm WebOS Mojo applicaitons with Google Web Toolkit GWT

Has anyone successfully developed a "native" Palm WebOS app using GWT? How do you setup your development environment and how did you interface with the mojo framework? I was thinking one setup might …
2
votes
3answers
81 views

Is O’Reilly’s WebOS book out of date?

The book Palm webOS -- The Insider's Guide to Developing Applications in JavaScript using the Palm Mojo Framework by O'Reilly was published in July, well before the Palm Pre was released, meaning that …
2
votes
1answer
48 views

podcast for WebOS development?

Are there any podcasts for WebOS (Palm Mojo) development?
2
votes
3answers
180 views

How do you get Length of Text in a Mojo TextField?

How do you get the length of the text inside a Mojo TextField? I'm trying to set a multiLine TextField with a limit of 150 chars, I tried doing it with a counter, but ran into a issue of not being …
1
vote
3answers
183 views

Mojo SDK - set a timer

I'm messing around with building an application for the Palm Pre. I have a simple question: How can I set up a timer for some code to get run after a certain amount of time has passed? I tried …
1
vote
0answers
45 views

Command Menu: Spaces in Labels

Hi All, I am working on a Palm-Pre App. For some Custom Functionality, I am creating a Command Menu in my App which has 3 options at the maximum. The options are labels and doesn't contain any …
2
votes
2answers
699 views

Debugging Mojo for Palm Pre with Eclipse & Aptana

I'm pretty new to Eclipse and Mojo (.NET guy). I'm having difficulty debugging. I can set breakpoints and switch to the "Debug" Perspective, but no matter what I can do (I am running in debug mode), …
2
votes
1answer
150 views

Will the Palm Pre Mojo SDK grant access to bluetooth apis?

Does anyone know if Palm's new Mojo SDK will grant access to bluetooth APIs? Perhaps in some form or fashion? I can't get any information about it and given I have to choose what to spend my money on …
0
votes
1answer
159 views

Palm Pre Dashboard notification…

How can I get Dashboard notification in my Palm-Pre application?
1
vote
1answer
46 views

Mojo Messaging Service - Device URL

Does anyone know the URL for using the Mojo messaging service with the device. I can get it to work with the emulator from Google App Engine and .NET but it does not work on the device. I've read in …
1
vote
2answers
81 views

Variables Access Prototype

Hi All, I am working on the new Palm Pre WebOS, the Apps for Palm Pre are developed in MojoSDK which is developed on top of Prototype Javascript Framework. I am trying to access variables defined at …