Re: Duplicate resource warning message

2001-06-01 Thread Sreenivas Reddy
Hi Elizabeth, As far as I know this error message was a bug with the Code Warrior before. But this has been fixed in CW7. But it seems it is again back with the SDK4.0 . Other than that there's no fix for this error, just learn to live with it. (Disabling all link warnings is a cure worse than

Re: SelectOneTime -----------------

2001-06-01 Thread Amit
Hello, But if my clock is 12 hour not 24 hour then how I will be able to find out the AM / PM. I don't know how they are manging it in the buitin application. Keep mailing :))) With Regards, Amit Kalekar [EMAIL PROTECTED]

Run app error

2001-06-01 Thread Edwin Hoh
hello does anyone know what does this error mean : * AppName has just read directly from memory manager data structures. This indicates an error in the application. Users should upgrade this product immediately to safeguard their data. * Initially my application,

RE: Run app error

2001-06-01 Thread Keith Rollin
One thing it means is that you're running an old version of the Palm OS Emulator. Update to the latest version and you'll get an error message with more details. -- Keith Rollin -- Palm OS Emulator engineer -Original Message- From: Edwin Hoh [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: How many people actually register shareware games

2001-06-01 Thread Aaron Ardiri
I would assume that you would make the registered version nonbeamable (real word?). However, the thief can always crack the beam setting to allow the program to be beamed, and then just beam it to your friends. I am not telling this so that others will do it, but so that developers can come

Re: size limit for bitmaps?

2001-06-01 Thread Aaron Ardiri
is there are maximum size for a bitmap on a PalmOS 4.0 device? I am trying 283 kb bitmaps, and they are considered invalid databases, although they compile with CW 7.0 pilrc 1.7b. 1.7b?? woah.. get an update :) whats the size of the bitmap after it been squashed from 283kb? the max

Re: SelectOneTime

2001-06-01 Thread Holger Klawitter
Yu, Ken [IT] [EMAIL PROTECTED] wrote in message news:51237@palm-dev-forum... What do you do in the morning? The time will be 12:00 regardless of AM/PM. Remember, that many contries use 24h time and hence have no AM/PM selector. With kind regards / Mit freundlichem Gruß Holger

Calling functions of some other application

2001-06-01 Thread Makheshwar Babu
Hi I have an app which maintains tables and columns and data associated with it. I have written another+ app which renders the screen and fires the query to database to fetch the data. My question now is the database app is separate and the rendering app are two different apps. How

Re: Calling functions of some other application

2001-06-01 Thread Viraj Chatterjee
make a shared library for the database app. Refer: http://oasis.palm.com/dev/kb/papers/1670.cfm -vc - Original Message - From: Makheshwar Babu [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 01, 2001 4:19 PM Subject: Calling

Re: Disabling hard and silk screen buttons

2001-06-01 Thread manikumar
Hi, Within your keyDownEvent handle check the return value of ChrIsHardKey(event.data.keyDown.chr) ChrIsHardKey returns true if the character is one of the hard keys on the device. If the return value is true, do nothing in the Event Handler and return true. You can get more info from the

Re:Re: Disabling hard and silk screen buttons

2001-06-01 Thread Vijay Raghavan
1. Yes I have returned true value 2. I am able to handle the silk screen and hard key down events in the event handler of the form and do nothing in that , but still the application quits and responds to Launcher and Calculator and other hard keys. I have pre-empted the System handling the

Charging Question

2001-06-01 Thread Richard.Johnstone
Is there a function to detect whether a handheld is recieving power/charging -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Bitmap help...

2001-06-01 Thread Dave Lippincott
I never had much luck using that method with bitmaps. If it doesn't work for you, try WinEraseRectangle to clear the bitmap and WinDrawBitmap to display it. - Original Message - From: Manikumar Kandhasamy [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, May

Re: Duplicate resource warning message

2001-06-01 Thread Ben Combee
Sreenivas Reddy [EMAIL PROTECTED] wrote in message news:51308@palm-dev-forum... Hi Elizabeth, As far as I know this error message was a bug with the Code Warrior before. But this has been fixed in CW7. But it seems it is again back with the SDK4.0 . Other than that there's no fix for this

Re: SelectOneTime -----------------

2001-06-01 Thread Ben Combee
Amit [EMAIL PROTECTED] wrote in message news:51312@palm-dev-forum... Hello, But if my clock is 12 hour not 24 hour then how I will be able to find out the AM / PM. I don't know how they are manging it in the buitin application. The time returned from SelectOneTime is 24-hour, even if the

XML parser written in C ?

2001-06-01 Thread C Srinivas
Hi: Is there an XML parser available for palm os as a library written in C /C++ ? Any information in this regard would be greatly appreciated. Are there currently any initiatives for representing the palm db in xml? Thanks in advance, csrins __

Re: XML parser written in C ?

2001-06-01 Thread Sreenivas Reddy
Hi Srinivas, I don't have any information about whether there are any XML Parsers in C for Palm. But I know that there is an XML Parser for Palm is available written in Java. Please Check the following link for that. http://www.xml.com/pub/r/216 Thanks, Sreenivas Reddy Developers' Nation DTS

convert palmOS 3.0 to 3.5 apps

2001-06-01 Thread S Santoso
Hi all, I have a problem in converting an apps which built in palmOS version 3.0 (CodeWarrior version 5) to palmOS version 3.5 (CodeWarrior version 7). When you load the program for the first time, CW7 converts the program to palmOS version 3.5. Then when I want to run it (precompile), it

Re: convert palmOS 3.0 to 3.5 apps

2001-06-01 Thread John Leung
To switch to 3.5: 1. Adjust your project setting to use Palm OS 3.5 Support. 2. In your source code where you have #include pilot.h, change it to #include PalmOS.h #include PalmCompatibility.h I think that's all you need to do. At 09:28 AM 01/06/2001 -0500, S Santoso wrote:

Numeric keyboard as default

2001-06-01 Thread Bhaski
Hi When i invoke the keyboard i need the Numeric pad or the International key pad to be the default one. Currently only the english key pad appears as default. Is there a way to make these to be opened automatically as soon as i invoke the keyboard. Bye Bhaski

Re: Calling functions of some other application

2001-06-01 Thread Eric W. Sirko
Another way is to invoke the database app as a subroutine, using SysAppLaunch. One constraint this places on the database app is that it may not use global variables. (Somebody correct me if I'm wrong here...) Eric W. Sirko Softworks Solutions, LLC Viraj Chatterjee [EMAIL PROTECTED] wrote in

Dat file format

2001-06-01 Thread Bhaski
Hi I need to know the users.dat file format and memopad.dat file format. Where can i find the details on these, please help. Bye Bhaski _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com --

Re: Re:Re: Disabling hard and silk screen buttons

2001-06-01 Thread Eric W. Sirko
You may have to catch these key events in your main event loop before calling SysHandleEvent. I suspect that SysHandleEvent absorbs the key event (i.e. it returns true so that your form handler is never called), and places the appStopEvent on the queue. Eric W. Sirko Softworks Solutions, LLC

Re: Re:Re: Disabling hard and silk screen buttons

2001-06-01 Thread manikumar
Hi, I have tried handling Hard Buttons within AppEventLoop instead of FormEventHandler. Its working fine. Please try the following codes. --- static void AppEventLoop(void) { UInt16 error; EventType event; do { EvtGetEvent(event, evtWaitForever); if

Re: Charging Question

2001-06-01 Thread Jim Schram
At 9:19 AM -0400 2001/06/01, Richard.Johnstone wrote: Is there a function to detect whether a handheld is recieving power/charging SysBatteryInfo(...) Regards, Jim Schram Palm Incorporated Partner Engineering -- For information on using the Palm Developer Forums, or to unsubscribe, please

List with scrollbar -- fast scrolling problem

2001-06-01 Thread Tyler Akins
I'm new to the list, and just looking for one question to be answered. I searched the web, the list archives, any FAQs, all documentation, and even the Palm Programming (O'Reilly) book to no avail. I would appreciate replies CC'd to me, just because I am very frustrated with this problem and

Re: convert palmOS 3.0 to 3.5 apps

2001-06-01 Thread Sreenivas Reddy
To switch to 3.5: 1. Adjust your project setting to use Palm OS 3.5 Support. 2. In your source code where you have #include pilot.h, change it to #include PalmOS.h #include PalmCompatibility.h I think that's all you need to do. Hi Santoso, Apart from that I think you need

Re: Duplicate resource warning message

2001-06-01 Thread Jun-Kiat Lam
Like Ben says, this will happen if you hand-install the Palm OS 4.0 SDK into your CW Palm 7 installation and overwrite the newer 68K linker that comes with CW Palm 7 that fixes this problem. However, if you did install using the installer on the website, that would automatically plug only the

RE: Numeric keyboard as default

2001-06-01 Thread Vivek Magotra
Hi Bhaski, From Keyboard.h - extern void SysKeyboardDialog (KeyboardType kbd) SYS_TRAP(sysTrapSysKeyboardDialog); and typedef enum { kbdAlpha = 0, kbdNumbersAndPunc = 1, kbdAccent = 2, kbdDefault = 0xff // based on

RE: hiding palm apps

2001-06-01 Thread Richard Burmeister
From: Darren Chan Hi, Is there any way I can hide my palm app either programatically or while creating my prc file? I'm planning to call application A from application B so I prefer that A does not appear in the start up menu. prcs with type appl show up in the Launcher. Try using a

How important is FrmEraseForm?

2001-06-01 Thread Mike McCollister
Hi, I am wanting to switch forms and have a little bit of flicker as posbile. This is what I am doing: //FrmEraseForm(pForm); FrmDeleteForm(pForm); FrmPopupForm(formID_main); However, since the FrmEraseForm(pForm) is commented out, the flicker is gone but POSE 3.1 gives me this warning:

Re: Dat file format

2001-06-01 Thread Dave Lippincott
If you stick to the user management routines included with the CDK, you won't need to know the format of Users.dat (which may be subject to change). AFAIK, the desktop file formats are not officially published. - Original Message - From: Bhaski [EMAIL PROTECTED] To: Palm Developer Forum

Re: Dat file format

2001-06-01 Thread Sreenivas Reddy
Hi I need to know the users.dat file format and memopad.dat file format. Where can i find the details on these, please help. Bye Bhaski Hi Bhaski, I have the structures with me. But I have not tried them. Please check them out. Hope this helps. Thanks Sreenivas Reddy Developers' Nation DTS

Re: Dat file format

2001-06-01 Thread Sreenivas Reddy
Hi Bhaski, Please check the link which I have found which may be more clearer than the material I have posted before. http://ourworld.compuserve.com/homepages/nseessle/frames/pilot/dat_e.htm Sreenivas Reddy Developers' Nation DTS Engineer Developers' Nation provides Palm OS Technical Support

Re: hiding palm apps

2001-06-01 Thread Mark A. Peters
You can also do this (in CodeWarrior at least) by checking the Set hidden bit checkbox in the PalmRez Post Linker section of the prefs for your build target. Mark Peters in article 51368@palm-dev-forum, Richard Burmeister at [EMAIL PROTECTED] wrote on 6/1/01 9:04 AM: From: Darren Chan

Large project build error, CodeWarrior for Palm OS release 7

2001-06-01 Thread Geoffrey Bonser
I'm building a large project for the Palm OS, it's a multiple segment application with many static libs linked in. The project pane reports that there is 1.23M of code, and the total of the static data is 63K. Each of the segments is 64K. There is also a lot of resource files as well. I'm

RE: How important is FrmEraseForm?

2001-06-01 Thread David Tribble
I don't need to delete the form myself, so I use WinEraseRectangle - it doesn't seem to have any side effects. -Original Message- Hi, I am wanting to switch forms and have a little bit of flicker as posbile. This is what I am doing: //FrmEraseForm(pForm); FrmDeleteForm(pForm);

RE: How important is FrmEraseForm?

2001-06-01 Thread Mike McCollister
David, That is what I do as well. Mike McCollister --- David Tribble [EMAIL PROTECTED] wrote: I don't need to delete the form myself, so I use WinEraseRectangle - it doesn't seem to have any side effects. -Original Message- Hi, I am wanting to switch forms and have a little

4-byte integers an 11 segment application problem

2001-06-01 Thread Stringer
Subject: Re: 4-byte integers an 11 segment application problem From: Miron Ophir [EMAIL PROTECTED] Date: Thu, 31 May 2001 15:25:52 +0200 Robert McKenzie [EMAIL PROTECTED] the sizes reported in Codewarrior are the sizes of all functions compiled for that segment, not the sizes of all

Re: Calling functions of some other application

2001-06-01 Thread Tom Zerucha
On Fri, Jun 01, 2001 at 04:19:09PM +0530, Makheshwar Babu wrote: Hi I have an app which maintains tables and columns and data associated with it. I have written another+ app which renders the screen and fires the query to database to fetch the data. My question now is the

How to set form object properties BEFORE drawing the form

2001-06-01 Thread Stringer
ubject: How to set form object properties BEFORE drawing the form From: Jeremy Schwartzentruber [EMAIL PROTECTED] Date: Thu, 31 May 2001 15:54:00 -0700 Problem: I don't like having to call FrmDrawForm to draw a form, THEN set properties for form objects (such as checkbox state, etc), then call

Attention Manager Defecit - If I want to do different LED flash patterns?

2001-06-01 Thread Tom Zerucha
How do I do this? Even simple devices can do patterened flashes. I would like to do something as elaborate as Morse code (actually you could set the vibrator and LED as MIDI devices - NO, I am NOT kidding - midi is perfect for specifying this type of pattern/tempo, and you could assign some

Re: 4-byte integers an 11 segment application problem

2001-06-01 Thread George Aslanis
Hello, I have a multi-segmented C++ app using 2-byte int lib and Smart code model. After reading this thread, I was wondering if my app was paying a performance penalty because of my segmentation method. Why would a segment limited to a 64k boundary be more efficient by only using 32k? Would

Re: Why is my application in POSE named Untitled

2001-06-01 Thread Madina
Hi, I am sorry for not explaining, but i thought i was the most inexperienced with too basic and obvious questions. Anyway, i was using CW lite and following the Palm OS tutorials and it did not mention anything about naming the application MemoPad. When i ran the application it showed Untitled

RE: Saving and Restoring a Bitmap as DB

2001-06-01 Thread Scott Johnson (Bellevue)
From: manikumar [mailto:[EMAIL PROTECTED]] For storing Resources(Bitmap) you have to create the DB as Resource type. You have to give the ast parameter as True in the DmCreateDatabase (). Developers' Nation is the fastest, most reliable and affordable way to resolve your technical issues.

Debugging Woes

2001-06-01 Thread Alan hand
My app runs fine on the emulator (using a OS 3.3 Debug ROM)...once I test it out on an actual device (a PalmVx) I get a MemoryMgr NULL Handle Fatal error. The problem is that my app uses the NetLibs to communicate with a server and I must have the modem attached to be running. I can't debug

code in CW5 vs CW7

2001-06-01 Thread S Santoso
Hi all, I have a problem in converting my program written in CW5 (palmOS 3.0) to CW7 (palmOS 3.5). Listed below is my sample program in CW5 (which I could compile and run), but in CW7 creates error: (this procedure is fine) VoidPtr GetObjectPtr (Word objectID)

debugging Visor apps via USB

2001-06-01 Thread Sasha Avanesov
Hello! I am having problems trying to implement the CW7 debugging via USB feature. I get the application downloaded onto tie Visor, but when I run it, I get line exception error. any ideas? -- ** Sasha Avanesov Engineer Pacific

Re: How important is FrmEraseForm?

2001-06-01 Thread Jeremy Schwartzentruber
I also encountered this warning. Upon investigation I discovered that FrmEraseForm actually sends a frmUpdateEvent to ALL the forms underneath the form you are erasing. So for example, if you pop up three forms on top of one another, then call FrmEraseForm on the top form, it should redraw the

Are the Database functions in the source code

2001-06-01 Thread Ralph Krausse
I downloaded the 3.1 and 3.5 Palm source code and can't find DmCreateDatabase. Are the database functions not in the source? Just wondering... thanks Ralph Krausse -- For information on using the Palm Developer Forums, or to unsubscribe, please see

How does an application check previously installed version in Palm?

2001-06-01 Thread William
I am researching how an application checks previously installed version. The case is: I increased my application version from 1.0 to 2.0. When the new version app. is installed into a Palm device which has old 1.0 version installed. I find the app size is total of two version from info menu.

RE: code in CW5 vs CW7

2001-06-01 Thread Richard Burmeister
From: S Santoso CharPtr fldChar; fldChar = CtlGetLabel(GetObjectPtr(objectID)); The error is : illegal implicit conversion from 'const char *' to 'char *' However, fldChar = (CharPtr) CtlGetLabel(GetObjectPtr(objectID)); Then, the error is out. My question is : Why by adding type

RE: How does an application check previously installed versionin Palm?

2001-06-01 Thread Scott Johnson (Bellevue)
From: William [mailto:[EMAIL PROTECTED]] I increased my application version from 1.0 to 2.0. When the new version app. is installed into a Palm device which has old 1.0 version installed. I find the app size is total of two version from info menu. When delete the app., the two version apps.

Palm Registry Reference

2001-06-01 Thread Nick Hoggard
Where can I find out the Windows Registry keys and values used by Palm software such as the palm install app. Is it sufficient to look in the Registry? My version of the desktop manager (3.0.4) is in the Registry under U.S. Robotics. Other stuff is under Palm, Inc. Do these change or can I

Re: hiding palm apps

2001-06-01 Thread Darren Chan
Thanks for all replies. Actually application A is a java spotlet so I won't be able to do anything from a Codewarrior build environment while application B is done in Codewarrior for palm. I'll definitely try changing the type from something other than 'appl' when I get there but does anyone know

OT: My M505 won't sync anymore

2001-06-01 Thread Ronald Gouldner Jr
This is a little off topic since it is more of a palm support question but I know the developers are the ones who really know what's going on ;-) My M505 just stopped syncing on my DeskTop Computer running MS2000 and on my Notebook running Windows98. I was surprised when it failed on the one

Re: OT: My M505 won't sync anymore

2001-06-01 Thread David A. Desrosiers
Does anyone know of any debugging techniques I can use to identify the fault ? Perhaps turning off any relevant speedup hacks, such as Afterburner, and give it a quick reset-pin reset to reset the communications port/libs. That should do it, unless you think you just had one

RE: OT: My M505 won't sync anymore

2001-06-01 Thread Ronald Gouldner Jr
What is USBSnoopy ? I not only have no hack installed the device no longer works even after a hard reset. I decided to contact Palm Support and they told me that they are getting a very large number of reports regarding this problem. Unfortunately they don't know what is causing it yet. Ron

Re: Destructive interaction with other apps?

2001-06-01 Thread Brian Mathis
On Wed, 30 May 2001, Dan Peluso wrote: Hi, Thanks for the speedy response. Unfortunately, I do not have much more info than a Fatal exception message pops up that requires a soft reset. I usually test my apps on 3 different ROMS (different devices, different OSs ranging from OS 3.0 -

Re: Why is my application in POSE named Untitled

2001-06-01 Thread Brian Mathis
On Tue, 29 May 2001, Madina wrote: Hi again, I figured it out...Thanks anyway.. Madina If you're going to post a message like this, could you at least post what you figured out? This list is archived and your solution might help someone else who's having the same problem. -- Brian Mathis