Tagged Questions
3
votes
1answer
191 views
Snap a webOS Slider widget to integers
In a webOS app, I have a Mojo.Widget.Slider that I use to set an integer to 0, 1, or 2. I take care of rounding the Slider value myself already (though there is a feature to do this for you, but I ...
3
votes
1answer
253 views
3
votes
2answers
641 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 ...
3
votes
3answers
336 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 ...
3
votes
4answers
660 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 ...
2
votes
2answers
125 views
Palm Mojo: Object properties
There was another question with an answer saying that you can use event.down.x to get the x-coordinate of a tap event. It also said that this was not well documented in the Palm Mojo SDK. My question ...
2
votes
1answer
353 views
2
votes
3answers
1k 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 ...
2
votes
1answer
437 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 ...
1
vote
0answers
127 views
Command Menu: Spaces in Labels
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 images.
The ...
1
vote
2answers
258 views
Variables Access Prototype
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 ...
0
votes
0answers
17 views
Saving and Loading Cookies
I am interested in using the cookies in my application but don't really understand what I am doing wrong. First off I'd like it so when my application becomes a card (minimizes) it saves current ...
0
votes
2answers
414 views