This tag is used in those questions which are about development, bug fixing and issues related to product of Palm Inc. such as Palm handheld device, Palm OS, Palm WebOS and others.
Questions tagged [palm]
58 questions
1
vote
2 answers
Using palm mojo on web pages?
I want to customize my web page for Palm pre. Is the a way to use Mojo in web pages for palm pre? Can I for example use a Mojo picker or a scroll tag?

Mi.
- 31
- 3
1
vote
1 answer
how to convert image into bytes (like byte array in .Net) using javascript in Palm WebOS
In Palm WebOs I need to convert an image into bytes (like byte array in .Net) to pass it as a parameter to a web service, where I can convert back this bytes data to image and save on server.
Please help me to convert image into string variable or…

Pankaj Pareek
- 579
- 1
- 13
- 33
1
vote
2 answers
Is there an analytics tool for webOS apps?
I need to track individual page views on my webOS app, something akin to Google Analytics. I understand that tracking on web apps may be barebones, but anything is better than nothing. Does anyone know of an analytics tool for webOS, or one that is…

Mike Robinson
- 24,971
- 8
- 61
- 83
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
1 answer
Receiving a certain number of bytes through an I/O stream
I am creating an Android application which connects my device to an embedded chip via Bluetooth. I am modeling my design after a program which already exists on the Palm Pilot( written in C ). I am using the Bluetooth Chat example to get my code…

JuiCe
- 4,132
- 16
- 68
- 119
1
vote
1 answer
Mojo SDK retrieve all contacts
I'm playing with the Mojo SDK and I want to get all contacts.
this.controller.serviceRequest('palm://com.palm.contacts/crud', {
method: 'listContacts',
parameters: {
limit: 100
},
onSuccess:…

carnz
- 270
- 2
- 8
1
vote
3 answers
Develop in .Net to Palm OS
It's possible to develop in .Net to build apps to a Palm OS device like a Palm T|X, because i'm a Visual Basic developer, not a .Net, but i'm studing to develop in .Net, because is a better language, but i'm using the Handheld Basic ++ and the…

Nathan Campos
- 28,769
- 59
- 194
- 300
0
votes
1 answer
Installing webOS PDK on Windows with Visual Studio
Because webOS has been made open-source now it seems to make sense that it is worthwhile developing for because more people will come to the platform. I've had a look at some of the JavaScript stuff and decided that I don't like the look of it so I…

Thomas Denney
- 1,578
- 2
- 15
- 25
0
votes
0 answers
PALM for Cardinality-Constrained Markowitz
I'm currently reading this paper: "A Relaxed Optimization Approach for Cardinality-Constrained Portfolio Optimization".
Here is the link to paper:…

Quang Phạm
- 21
- 4
0
votes
1 answer
Mediapipe palm detection model outputs
I want to add Mediapipe hand landmark detection to my C++ project, but mediapipe doesn't support CMake so I had to find another way, I found that the hand landmark detection is a two-model run in serial. the first model is palm detection and the…

M.Akyuzlu
- 185
- 2
- 13
0
votes
1 answer
Does Palm/HP webOS 3.0 / Enyo framework support image maps?
Does Palm/HP WebOS 3.o / Enyo framework support image maps??
I have an HtmlContent control that contains "image maps" -- an image with links embedded in hot spots using the HTML "usemap" attribute. However my those links don't seem to be active, and…

rajsen
- 1
0
votes
3 answers
Can one use native javascript/coffeescript constructors with the webOS Enyo framework?
Palm's Enyo framework uses a DSL-ish "Kind" system to create objects based on prototypes. Unfortunately, this results in, what I believe to be, untidier code.
Does anyone have any experience using/hacking Enyo with native-javascript prototypes /…

arbales
- 5,466
- 4
- 33
- 40
0
votes
0 answers
Hp Palm webOS ( Map code )
I have made a google maps webos application having markers and scrolling. On clicking each marker the info bubble appears with required information.
Its working cool overall but map scrolling in device is slow. Its taking bit long. While on other…

Salman Iftikhar
- 311
- 2
- 9
0
votes
1 answer
How to display this JavaScript message in my webOS app?
I am writing a webOS app and I want the following code to present a "Good Morning!" message. What code do I need to put in my Main-scene.html file and what else do I need in the Main-assistant.js file to make this work?
Many thanks in…

David Bendell
- 3
- 1
0
votes
1 answer
How do you acquire usage data from a webOS app and store that data remotely?
I am new to webOS development. I have one app in the app store and in the next update to the app I would like to be able to identify the age of users, their location, how long they use the app, which features they use the most/least and then store…

David Bendell
- 3
- 1