Tagged Questions

-2
votes
0answers
11 views

Better Palm Pilot / Cellphone replacement for Tasks? [closed]

I've recently found a new device that is more effective than a cellphone or Palm Pilot for managing my daily tasks. lightweight no time to powerup easily read in all lighting conditions robust, …
2
votes
7answers
118 views

What are your favorite programmable portable devices?

Have you worked on portable devices? Palms, WinCE devices, cellulars, other embedded devices. Which offered the best experience developing for it? Thanks
1
vote
5answers
390 views

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 …
1
vote
0answers
45 views

Command Menu: Spaces in Labels

Hi All, 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 …
1
vote
2answers
70 views

Developing Console Like Apps For Palm OS

Hello, 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 …
2
votes
1answer
31 views

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 …
6
votes
4answers
474 views

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 …
1
vote
1answer
50 views

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 …
1
vote
3answers
105 views

Develop in .Net to Palm OS

Hello, 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 …
1
vote
1answer
114 views

Mojo SDK retrieve all contacts

Hi, 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: …
1
vote
2answers
31 views

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 …