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
2
votes
1 answer

When will palm's push notification go live? What are the alternatives right now?

When will palm's push notification go live? What are the alternatives right now? We are in development of an app that needs push notification to function otherwise it will just not work. What should we do?
erotsppa
  • 14,248
  • 33
  • 123
  • 181
2
votes
2 answers

How to use jquery in palm mojo?

How do I do to be able to use jquery in my palm mojo application?
Mi.
  • 31
  • 3
2
votes
1 answer

Palm WebOS: common reasons why sound would play on one device, but not the another?

I'm finishing up my first app on the Palm Pre for a client. During testing I was sad to discover that the sounds, which work fine on my palm, won't play at all on my client's device. I'm playing sound like so: this.objAudioPlayer = new…
JJ Rohrer
  • 2,671
  • 5
  • 29
  • 37
2
votes
2 answers

Developing Console Like Apps For Palm OS

I'm learning C++, but i only develop console apps, because graphical C++ development is so much difficult, then i want to know if i can develop console like apps for Palm OS, what i want is this, compile this code for Palm OS for example: //…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
1
vote
2 answers

How to resolve the 'Near data segment is bigger than 64k' problem on Palm using CodeWarrior9?

I am working on a large project and now I am stack on this "Near data segment is bigger than 64k" error. If I comment the "FrmSetEventHandler(frm, DadosConstrutivos1HandleEvent);" on PrvAppHandleEvent in PilotMain the program compiles it nice. If I…
Rodrigo Gomide
1
vote
1 answer

Is it possible to deploy PaLM on my own cloud environment?

Is it possible to deploy PaLM entirely on my own (GCP) cloud environment (hence ensuring no sensitive data leaves my environment) ? If not, is such deployment pattern on the roadmap ?
py-r
  • 419
  • 5
  • 15
1
vote
1 answer

How can I hide rows in a VirtualRepeater?

I'm using one VirtualRepeater in Enyo (WebOS 3.0): {kind: enyo.VirtualRepeater, name: "eventList", onSetupRow: "setupRowWithEvent", onclick: "doListTap", components: [ {kind: enyo.Item, name:"eventItem", layoutKind: enyo.HFlexLayout,…
Diego Freniche
  • 5,225
  • 3
  • 32
  • 45
1
vote
1 answer

Which fonts does the webOS browser support?

Which fonts does webOS ship with / support in its web browser? Specifically, which fonts can you specify in the stylesheet of a web page and successfully view on a webOS device? I'm not looking for a list of "web-safe fonts". I'm looking for the…
Sean Moubry
  • 1,010
  • 1
  • 13
  • 22
1
vote
1 answer

How can I send SMS without open/launch the Application service in Palm WebOS?

I am sending SMS in palm webOS by launching or opening the messaging application service. Sample code is here: this.controller.serviceRequest("palm://com.palm.applicationManager", { method : 'open', parameters: { …
VenkaReddy
  • 2,871
  • 2
  • 27
  • 29
1
vote
1 answer

reflow, renderContents, createComponents in Ares for webOS

I need programmatic access to the chrome files that Ares uses to paint the DOM tree and the lack of documentation on how to access it is very frustrating. I'm building some apps that need to be a little dynamic in how they handle the DOM tree and…
David K.
  • 6,153
  • 10
  • 47
  • 78
1
vote
1 answer

Is the WebOS calendar api really as limited as it sounds?

A recent Ars Technica article rekindled my interest in WebOS so I was looking at the Services API (because I'm interested in building a replacement calendar app). I discovered the following text at the top of the calendar services API…
Luke
  • 18,585
  • 24
  • 87
  • 110
1
vote
1 answer

admob for webos/palm

i want integrate admob ads to my palm pre application.can you please suggest me and share integration code for ads.some where i found code it wont work for me Thanks in Advance Aswan
Aswan
  • 5,085
  • 10
  • 46
  • 70
1
vote
1 answer

What Palm OS 5 development tools can you find nowdays?

I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5. Thanks!! PD: If you can provide me real URL addresses I would be very…
user352353
1
vote
3 answers

Questions About Defined Numbers Of a Header File

I never tried to do a GUI without a GUI designer and now I'm learning how to develop Palm OS applications with the book Palm OS Programming: The Developers Guide. And on it I have this code that is a declaration of some GUI items: #define…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
1
vote
1 answer

Orientation Questions - palm pre webos

Just a couple of quick questions...not too hard to answer hopefully! How do I set the allowed orientation from scene to scene? I can set it for the entire stage with: this.controller.setWindowOrientation("free"); but I want to be able to set it for…
Oliver
  • 809
  • 1
  • 11
  • 18