Questions tagged [palm]

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.

58 questions
13
votes
5 answers

Good tutorials for starting Palm WebOS development?

Recently I've been getting more and more into mobile development. I am currently working with the iPhone and Android based devices. Palm's new WebOS looks interesting. Are there any good online tutorials for quickly getting up to speed on…
TWA
  • 12,756
  • 13
  • 56
  • 92
5
votes
3 answers

Where can I find PalmOS 3.5 developer tools? Palm's site no longer publishes them

The hard drive on one of my PCs crashed that had the installers for the various PalmOS 3.5 dev tools for my old Palm IIIc and VIIx. It seems now Palm has taken down its downloads of everything pre-Garnet. Can anyone provide the files or links to…
spoulson
  • 21,335
  • 15
  • 77
  • 102
4
votes
6 answers

Need Palm Desktop datebook.dat file format

I'm looking for documentation on the file format of Palm Desktop's "datebook.dat" file for versions of Palm Desktop >= 4.1. Note that http://www.notsofaqs.com/datebook_dat.php documents part of the <4.1 datebook format, but I'm looking for the…
David Citron
  • 43,219
  • 21
  • 62
  • 72
4
votes
2 answers

How do I scroll my Palm webOS application?

This feels like a dumb newbie question. I'm attempting to follow the Palm's online tutorial for developing a webOS app. I ran palm-generate and tried updating the generated index.html file to have a body with a bunch of content (the word "HELLO"…
Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
4
votes
1 answer

How do I get Palm's WebOS browser to default to numeric input?

The following CSS worked fine in my Windows mobile phone, but my Pre won't default to numeric inputs. input.numeric { -wap-input-format:"*n"; } How do I get the Pre (and presumably other newer mobile browsers?) to default to numeric inputs?
Chris Marasti-Georg
  • 34,091
  • 15
  • 92
  • 137
4
votes
0 answers

How do I make a custom widget in WebOS?

I'm new to Palm WebOS development and can't figure out how to create a custom widget. Does anyone know of a really simple step-by-step walk-through for noobs? Palm's explanation here isn't all that helpful. For example it tells me the HTML is…
teedyay
  • 23,293
  • 19
  • 66
  • 73
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
3
votes
1 answer

How to get Palm Mobile Owner information?

How can i get Palm mobile owner information like name/phone number/mailId ..... from code itself. Thaq.
VenkaReddy
  • 2,871
  • 2
  • 27
  • 29
2
votes
1 answer

in Colab: Using PaLM to query an Index generated from GoogleDrive documents...help integrating PaLM

I just started to learn coding 3 days ago, so I am quite new. I am trying to build a GPT to answer questions for me referencing documents contained in a Google Drive folder. I am using LlamaIndex to index the Google Drive. When I run the query for…
2
votes
1 answer

How to get the coordinates of the dots in hand image?

My image, I've tried to get quite accurate palm from the hand image and used mediapipe(mp) library to do it. But the result is: mp calculates and draws green strokes and red dots, but also give the coordinates of red dots. So I can get the…
David Jung
  • 21
  • 4
2
votes
0 answers

Multi-touch drawing : action_cancel when the palm touches the screen

I'm working on an android application on tablet to draw every points touched by the finger or the hand. It is very important for the application to track not only the fingers but also the palm (even if it's not drawing the exact touched area but…
Echolima
  • 21
  • 1
2
votes
1 answer

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

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…
nacho4d
  • 43,720
  • 45
  • 157
  • 240
2
votes
1 answer

Calling setupWidget from the stage assistant in WebOS/Mojo

The scroller and other widgets in Palm's WebOS are commonly called like so: this.controller.setupWidget(Mojo.Menu.appMenu, {}, this.appMenuModel); within on of the JavaScript assistant files representing a 'scene'. My application is dead simple…
james_womack
  • 10,028
  • 6
  • 55
  • 74
2
votes
2 answers

Palm OS 5 development tools

A few time ago I make a question about the Palm OS 5 development tools. Here I am again. I have seached a lot in Google and in many developer sites but all the links are broken and the sites are too old. Does anyone know a real tool in any OS (The…
user352353
2
votes
1 answer

Can any Palm Pre be used for development?

We're about to start developing software for the Palm, using WebOS. Though an emulator is available for testing, I always feel more confident seeing it run on a physical device as well. I can't find anywhere on Palm's website that tells me whether I…
teedyay
  • 23,293
  • 19
  • 66
  • 73
1
2 3 4