RE: DmDatabaseProtect Error

2004-12-07 Thread Hanumanth Rao
FYI: I am using Metrowerks Code Warrior IDE version9 Professional edition. > Hi, > When I am executing my application to run on palm emulator I am getting = > this error " Failed to download the palmos database. The database may = > have been protected with DmDatabaseProtect". Can any body tell me

DmDatabaseProtect Error

2004-12-07 Thread Hanumanth Rao
Hi, When I am executing my application to run on palm emulator I am getting this error " Failed to download the palmos database. The database may have been protected with DmDatabaseProtect". Can any body tell me what are the reasons for this. I would greatly appreciate that. Thanks, Hanumanth

Re: Bitmap Buttons

2004-09-01 Thread Hanumanth rao
If you are using constructor that's very easy. For creating a bitmap, go to the "Resource Type and Name" list window, highlighting the bitmap bar, go to Edit menu and choose "New bitmap resource" that will create a untitled item, give it a name and open up the paint window by double clicking it.

Re: form destroy event

2004-08-31 Thread Hanumanth rao
Use the "case frmCloseEvent:" to put all the code for destroying the object. Rao - Original Message - From: "Alexander Galkin" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: Sent: Tuesday, August 31, 2004 5:35 PM Subject: form destroy event > What's the last event processed by the

Re: convert a database to pdb format

2004-08-31 Thread Hanumanth rao
why don' t you try google.com search engine and give the search string as "converting dbase database to pdb" you will find heck of information on this. you may choose to buy some or try out the free trial version. Rao - Original Message - From: "serkan yesilova" <[EMAIL PROTECTED]> Newsg

Re: SysStringByIndex

2004-08-31 Thread Hanumanth Rao
I think that's not possible, as you have already specified the strings so you know before hand how much maximum length it has to take. so use it. why is it much of a problem for you?. please let me know. Rao - Original Message - From: "Ritu Chawla" <[EMAIL PROTECTED]

Duplicate Resource

2004-06-23 Thread Hanumanth rao
Hi I am using constructor to create a resource exactly as an existing resource. what I did is I just duplicated and used the same resource but that gave a warning "...duplicate resource" when I ran the program. Is it OK if I continue to use it this way or create another resource instead of duplicat

RE:Creating a PDB file on the PC

2004-06-22 Thread Hanumanth rao
Hey Eddie Here's an application you can find it very useful. Download it from the below mentioned site. http://www.mverive.com/pdbconverter.htm hanumanth - Original Message - From: "Eddie Gomez" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: Sent: Saturday, June 19, 2004 1:25 PM Subj

Re: drawing tables

2004-06-22 Thread Hanumanth rao
Hi Surely you can do this by using this API functions given below WinDrawLine(2,39,160,39); WinDrawGrayLine(2,142,160,142); Refer the palmos reference documentation for detailed explanation. hanumanth "Roberto Pedrozo Mendes" <[EMAIL PROTECTED] > wrote in message

Fitting the objects on the form

2004-06-22 Thread Hanumanth rao
Hi I have got this problem of adding objects(Example:Field,label Etc) to the same form when the existing form doesn't have the space to hold more and also I don't want to take a seperate form for adding the objects. can any body give me a solution for this problem. I desperately need it. Thanks Ha