palm-os

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

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

Palm Database (PDB) files in Java?

Has anybody written any classes for reading and writing Palm Database (PDB) files in Java? (I mean on a server, not on the Palm device itself.) I tried to google, but all I got were Protein Data Bank references. I wrote a Perl program that does it using Palm::PDB.pm, but I want to turn it into a servlet for a GWT app. ...

sql lite replicating the records by using triggers based on current date

Hi, Im using sqllite in my palm-pre web os application, i have the table with the following structure. Spending(id,note,amount,date,recurringtype,type,isprocessed); the value for the recurring type will be like daily,weekly monthly etc.(1,2,3..etc) i need to replicate a record by checking the date and the recurring type. Can it be ac...

Interpreted Languages For Mobile Platforms

I'm starting this community wiki to get all the interpreted languages that can be embedded, but let's begin: Windows CE Perl Ruby Python Palm OS Python iPod Python Now if I missed some language, please post and remember to put the link. Thanks. ...

Correct Palm Icon Height

Hello, As I like to develop some applications for Palm OS, normally I have problems with the icon height for the applications. When I create 32x32 icon, the icon gets even behind the name of the program, because of it size. But what is the correct height of icons for Palm OS? Thanks. ...

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

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

compile raw .rsc file into my iPhone app

I am porting an app from palm to iPhone OS and would like to use .rcs files from palm port. These files contain large amount of raw hex constatnts, that have to be hard - coded into app. When I try to compile my .rcs file in xCode, compile goes successfully. Does this mean I can embed these files into app and access the data? If yes - pl...

PRC-Tools For MS-DOS

I'm emulating MS-DOS 6.22 with PocketDOS, but I want to develop for Palm OS on it, then I want to know if I can run prc-tools or any other compiler for Palm OS on it. ...

Common development platform for Mobile or Hand-held devices

Currently we are working on a project in which we need to come up with some framework or common approach to have single code base used for developing an application that runs in Windows Mobile and Palm OS (WebOS). Is there any solution to this? I heard of "PhoneGAP" but I am not sure how successful it is in current situation. Any one kn...

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 the SDK, CDK 4.0.3, POSE emulator, and whatever else is out there? ...

References To Develop GUI Using PPCompiler

I'm starting to play around with PPCompiler, that is a onboard Pascal compiler for Palm OS, but I want to know where could I get some reference to build GUI applications, with textboxes and these things. Reference = Like those help files with many resources and examples ...

What Palm OS 5 development tools can you find nowdays?

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

Where to get jartoprc.exe?

Hello. Can anyone tellme where to get jartoprc.exe and jartoprc_w.exe for Java Web Sphere for Palm OS convertor to PRC?? Thanks!! ...

Palm OS 5 development tools

Hello. 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 best wold be for Windows or Linux) so I can develop, test and deploy software for ...

Palm OS 5.4 (Garnet) IR programming (Use CIR on IrDa port)

I would like to create an open source alternative to Palm OS programs like Noviiremote and Omniremote. I need to access the IR port of my Tungsten E2 and use it to transmit remote control type signals (I assume NEC and/or RC-5). Are there any libraries out there I could use? If not, how do I go about transmitting raw codes via the IrDa...

How to call #pragma segment Foo on Garnet OS

I've read this excellent tutorial about segments in palm: http://onboardc.sourceforge.net/UsersManual.html#segments But developing with Garnet OS Development Suite, the command "#pragma segment Foo" isn't recognized by the compiler, it warns me: "Warning: ignoring pragma" Is there an option to enable this pragma segment? ...