palm

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 current "Calendar" format used by the current version of Palm Desktop. There exist Perl and P...

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 ...

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 try to use de call, I got the error message. I am already using multi-segment and "Expan...

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 developing for the Palm WebOS? ...

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 language, but i'm using the Handheld Basic ++ and the NSBasic to develop for my Palm, but if i can develop in .Net it will be better, but if ...

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: 100 }, onSuccess: this.handleListResponse.bind(this), onFailure: function(errResp){ Mojo.Log.info(errResp.errorText) ...

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 this, compile this code for Palm OS for example: // ClientFille.cpp // Cria um arquivo sequencial. #include <iostream> using std::cerr; usin...

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 images. The issue is that when I add spaces in the Labels, the menu got messed-up. The separators become thick and the alignment is also distur...

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 compatible? The nice to haves are: support for offline mode, minimal use of bandwidth, an...

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 Audio(); this.objAudioPlayer.src = Mojo.appPath + 'sounds/'+'RID_SND_GAME.mp3'; this.objAudioPl...

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ? ...

Opening photo application and rediret user to a scene while taping on particular image in palm webos

Hello, I need to open Photo Application in my own application means on the same Stage (Means If I press Esc key on the photo application then it should not minimized, my application should appear). Now after going to photo application, if I tap on an image then it should redirect me on a scene having image name or image reference. How to...

how to call web service by supplying credentials in Palm WebOS

Hello, I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this type of web services by supplying appropriate credentials using Ajax.Request or any other method in Palm WebOS. Any help would be hig...

how to convert image into bytes (like byte array in .Net) using javascript in Palm WebOS

Hello, 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 any other format to send it to the web service using javascript or jquery in palm we...

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? ...

How to use jquery in palm mojo?

How do I do to be able to use jquery in my palm mojo application? ...

Database In Java ME For Palm

I'm developing a program written in Java ME for Palm OS that creates a DB, read and write on it too, but I need to know somethings: How can I create PDB files using Java ME? When I use a RecordSet on Java ME I'm acessing a PDB? How to access a PDB in Java ME? Thanks. ...

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 each scene, some of which I don't want any rotation... Any ideas? Also, is there any...

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 HelloWorldForm 1000 #define HelloWorldButtonButton 1003 #define HelloWorldMenuBar 1000 #define Goo...

How do I convert a db3 file (Palm Pre database) to a MySQL file?

I've copied the db3 database file on my Palm Pre to my computer and would like to convert it to a MySQL database (so I can print the memos). (Or, better, I'd like to find a GUI like PHPMyAdmin that can read the db3 file.) How can I access that data on a PC best? Thanks. Ari ...