Questions tagged [mojo-sdk]

SDK for development of webOS 1.x and 2.x apps using JavaScript and HTML.

15 questions
4
votes
1 answer

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ?
fanat
  • 385
  • 1
  • 3
  • 8
4
votes
2 answers

Developing Palm WebOS Mojo applications 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 be to create 2 projects: a GWT & a Palm OS…
Cal
  • 1,625
  • 4
  • 20
  • 30
4
votes
3 answers

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), I can't seem to get the IDE to stop at a…
Cody C
  • 4,757
  • 3
  • 29
  • 36
3
votes
1 answer

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 stopped using it in case that was the source of my…
Gordon Seidoh Worley
  • 7,839
  • 6
  • 45
  • 82
3
votes
4 answers

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 able to decrement the counter when the text was…
figus
  • 307
  • 2
  • 15
2
votes
0 answers

Maven MOJO transitive dependency resolution ordering from the bottom of the graph

I'm resolving transitive dependencies in my MOJO and wish to have them returned in order from the bottom of the dependency tree up. Is this possible using Maven2? Here's my code so far: Set dependencyArtifacts =…
Christopher Hunt
  • 2,071
  • 1
  • 16
  • 20
2
votes
2 answers

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 is how can I find the properties that I can use…
tom
  • 620
  • 1
  • 7
  • 16
2
votes
1 answer

podcast for WebOS development?

Are there any podcasts for WebOS (Palm Mojo) development?
JoelFan
  • 37,465
  • 35
  • 132
  • 205
2
votes
2 answers

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 using the regular old javascript setTimeout, but it…
TM.
  • 108,298
  • 33
  • 122
  • 127
2
votes
1 answer

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 in regards to the the next platform for my…
deltaearl
  • 71
  • 8
1
vote
0 answers

MVN Install failed

I'm getting a MojoExecutionException, how do i solve this. I am trying to execute an open source project with maven, the project is here. In the repository, it says nodejs, mongodb and elasticsearch should be running, I ensured this The error is: …
Noor
  • 19,638
  • 38
  • 136
  • 254
1
vote
0 answers

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 issue is that when I add spaces in the Labels, the…
Haseeb Khan
  • 795
  • 2
  • 11
  • 22
1
vote
2 answers

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 assistant level in event handlers which are a part of the…
Haseeb Khan
  • 795
  • 2
  • 11
  • 22
1
vote
1 answer

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 some other forums that it may be related to the…
Cody C
  • 4,757
  • 3
  • 29
  • 36
0
votes
2 answers

Palm Pre Dashboard notification

How can I get Dashboard notification in my Palm-Pre application?
user148867