How to progress with progress bar

2001-01-03 Thread jagadeesh chandra prasad
Hi everybody, Can any body tell me how can i implement progress bar to my application and have any related applications where progress bar has been used. Thanxs, Jagadeesh. __ FREE voicemail, email, and fax...all in one place. Sign

Re: How to progress with progress bar

2001-01-03 Thread Brian Mathis
-BEGIN PGP SIGNED MESSAGE- jagadeesh chandra prasad wrote: Hi everybody, Can any body tell me how can i implement progress bar to my application and have any related applications where progress bar has been used. Thanxs, Jagadeesh. Have you looked at the Progress Manager?

Still have Color Bitmap problems (appear in black-and-white)

2001-01-03 Thread CBrindis
Hi all: I wrote in several weeks ago about color bitmaps and tried all the things mentioned, with no success. I installed the latest SDK and the Update1. I create a color bitmap (depth 8), size 160X160 to be drawn at 0,0. I didn't do bitmap families because I can't figure out how to create

RE: Debug Messaging...

2001-01-03 Thread Yu, Ken [IT]
Have you looked at the Palm Reporter?. It does exactly what you need. -- From: S KAR[SMTP:[EMAIL PROTECTED]] Reply To: Palm Developer Forum Sent: Wednesday, January 03, 2001 12:30 AM To: Palm Developer Forum Subject: Debug Messaging... Is there any

Books or source?

2001-01-03 Thread Mert ESZ
Hi, I'm new on Palm. I'm looking a good book and simple source code. If you have an adress or file or etc. pls write me. Good luck... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Sign with blood??

2001-01-03 Thread Christophe ANDRES
Hi, I know this is not the right place for that (so no need to get upset) but I'm getting desperate and I hope somebody from Palm can answer or at least forward this to whoever is concerned. I write programs for the Palm since a few month (over a year) now and am in need of more information

RE: Sign with blood??

2001-01-03 Thread Richard Anderson
Ive never had a response from devinfo, even after six months. I dont think they really give a dam. -Original Message- From: Christophe ANDRES [SMTP:[EMAIL PROTECTED]] Sent: 03 January 2001 15:12 To: Palm Developer Forum Subject: Sign with blood?? Hi, I know this is not

RE: Sign with blood??

2001-01-03 Thread Aaron Ardiri
Ive never had a response from devinfo, even after six months. I dont think they really give a dam. get hold of some direct phone numbers :) and make those phone calls i am sure if someone is forced to pick up the phone - they'll give you a response (dont expect it to be nice tho).. in

PalmPilot (Prof./Pers.) handbook as PDF ?

2001-01-03 Thread Collin R. Mulliner (list account)
Does any body have the PalmPilot (Prof./Pers.) handbook as PDF ? If yes, please mail it to me ! thanks ... Collin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Books or source?

2001-01-03 Thread Aaron Ardiri
Hi, I'm new on Palm. I'm looking a good book and simple source code. If you have an adress or file or etc. pls write me. http://www.ardiri.com/index.cfm?redir=palm Cube3D, Burning and Toggle.. all come with source // az [EMAIL PROTECTED] http://www.ardiri.com/--- free games! --

Separating resources from code

2001-01-03 Thread Alexander Tarasul
For version upgrades I want to separate frequently changed code from rarely changed form resources and minimize size of upgrade PRC. Is there any way to move unfrequently used form and other resources to another PRC file? Thanks Alexander -- For information on using the Palm Developer

Emulator Support for Prism

2001-01-03 Thread Bradly J. Barton
Hey all, sorry, I haven't been paying attention to the POSE threads and a search on Prism turned up too many hits... is there a version of POSE that supports the Prism ROMS now? -- Bradly J. Barton - [EMAIL PROTECTED] Jenies Technologies Incorporated (972) 602-1835 http://www.JTI.net

how to backup aplication

2001-01-03 Thread EMILIO MIRANDA ZARATE
hello How can I make a backup of one aplication that is in my palm to get it in my computer? The problem is that I lost the source code and I only have the aplication running in my palm so I want to save it. Thanks a lot!

RE: how to backup aplication

2001-01-03 Thread Rick Gadbois
Use db_explorer to set the backup bit on the program, then do a hotsync. search for db_explorer.prc -Original Message- From: EMILIO MIRANDA ZARATE [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 12:57 PM To: Palm Developer Forum Subject: how to backup aplication hello How

Database Tools?

2001-01-03 Thread Jeff Blakley
I would like to change the attributes of a database that has already been created. Is it possible to change the backup bit? Are the tools available? Thanks! Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Dragon Ball Processor

2001-01-03 Thread Ralph Krausse
I found some code on the Internet that I need some explanation for. I understand that these variables point to some place in memory but where is this documented. I take it that you could directly do things with the processor but what? Can any one help. This just looks very interesting and would

RE: Database Tools?

2001-01-03 Thread Fergal Moran
DBExplorer - developers best friend... -Original Message- From: Jeff Blakley [mailto:[EMAIL PROTECTED]] Sent: 03 January 2001 18:30 To: Palm Developer Forum Subject: Database Tools? I would like to change the attributes of a database that has already been created. Is it

RE: Japanese StrPrintF

2001-01-03 Thread Ken Krugler
Hi Rick, scenario:I have a string that says something like "1 out of 5" but in Japanese where the "1" is an index%i, the rest used to be %s when it was english. I tried the %C sprintf'ing each part of the Japanese string in pieces but they come out unrecognizeable, not a Japanese character.

Re: Fatal Error using WinDrawTruncChars() ???

2001-01-03 Thread Ken Krugler
Has anybody successfully used the WinDrawTruncChars() function? Yes, it's used extensively by the PIM apps. Any time that I try to use it, I get a Fatal Error. What fatal error, on which ROM/OS version? I've tried using the WinGlueDrawTruncChars() function from the PalmOSGlue library,

Re: Collating sequence for StrCaselessCompare

2001-01-03 Thread Ken Krugler
Hi Roger, I understand that the StrCaselessCompare() function doesn't necessarily give the same result in comparing two strings on the Palm OS as the strcmpi() function does on a PC. Correct. So far I haven't seen any difference between these functions but I'm aware there may be potential

PrefGetAppPreferences Question...

2001-01-03 Thread Sam Trimble
I have a question... does PrefGetAppPreferences work the way it is suppose to? I've started doing some things with this and it's counterpart PrefSetAppPreferences to save some preferences in my app and everything works great... until I exit the program. When I come back in all of my Char

Re: PrefGetAppPreferences Question...

2001-01-03 Thread Sam Trimble
My code goes somthing like this #define AppFileCreator'test' #define PreferenceID0x00 #define Version1 Charsomechar[25] = ""; static void SavePrefs() { DBStructprefs; StrCopy(somechar, "SomePreferenceText"); prefs.charpref = somechar;

Re: Dragon Ball Processor

2001-01-03 Thread Aaron Ardiri
I found some code on the Internet that I need some explanation for. I understand that these variables point to some place in memory but where is this documented. I take it that you could directly do things with the processor but what? Can any one help. This just looks very interesting and

Alerting user during callback routine

2001-01-03 Thread Dave Haupert
Hi, I have the need to alert the user if a value is not within the range required when the focus leaves that item in the table. I tried doing this via the callback function set via: TblSetSaveDataProcedure(table, 1, FieldSaveData); But get fatal errors, most likely due to the fact that

Re: PrefGetAppPreferences Question...

2001-01-03 Thread Philip Sheard
My code goes somthing like this #define AppFileCreator'test' #define PreferenceID0x00 #define Version1 Charsomechar[25] = ""; static void SavePrefs() { DBStructprefs; StrCopy(somechar, "SomePreferenceText"); prefs.charpref = somechar;

Re: PrefGetAppPreferences Question...

2001-01-03 Thread Dave Carrigan
"Sam Trimble" [EMAIL PROTECTED] writes: My code goes somthing like this #define AppFileCreator'test' #define PreferenceID0x00 #define Version1 Charsomechar[25] = ""; static void SavePrefs() { DBStructprefs; StrCopy(somechar, "SomePreferenceText");

__wswtch__ is undefined

2001-01-03 Thread Clark Dorman
Greetings, I have a switch statement in a function, but on my 4th case statement (plus a default), I get the link error in the subject line. I looked in the archives and saw that Danny Epstein said (11 Oct 2000) that __wswtch__ is "the Word (ie. 16 bit) switch function in the startup

NULL Window error with ScrDisplayMode

2001-01-03 Thread Steve Achelis
I'm getting error messages on roms = 3.0 and 3.5 when I Debug|Kill the app from CW after calling ScrDisplayMode (the errors don't happen until I Kill, even though the app is already terminated). Here is my entire (tiny) app: DWord PilotMain(Word cmd, Ptr cmdPBP, Word launchFlags) { DWord

Fatal Exception Errors

2001-01-03 Thread deGuzman, Noel
I'm working with Sat Forms 3.1 and have two extentions in the program (PPrint and Symbol Integrated Scanner). The fatal exception errors occur on the forms that use the Symbol Integrated Scanner, but don't occur on a consistent basis. Does any one have any ideas on troubleshooting the

Palm VII Rom

2001-01-03 Thread Jason L. Grace
Could someone please mail me a zipped Palm VII Rom, since the palm doesn't let me into the seeding place? I need one for testing a project for my company. Thanks. Jason -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Fatal Error using WinDrawTruncChars() ???

2001-01-03 Thread esanborn
I think that the 1500 has the 3.0 ROM (although its flashable...) Such that your problem may be that WinDrawTruncChars is not in the OS yet. Try using the PalmOS glue version as Ken mentioned. WinGlueDrawTruncChars I just took a quick look and hte docs don't seem to cover this one (only the

Re: Books or source?

2001-01-03 Thread esanborn
There are a number of good books out there at the moment, and you can search them down at Amazon.com or go to http://www.palmos.com/dev/tech/docs/ From my perspective (and everyone has individual tast when it comes to books), the best out there right now is "Palm OS Programming Bible" by

What happens AFTER Beam?

2001-01-03 Thread Matt Mason
I have finally got most of my beaming code working, but I have a funny problem of a fatal error after I am done handling the sysAppLaunchCmdExgReceiveData in PilotMain. I am fairly sure that my code is called again, somewhere. Anyone know what is called after the Recieve? Is it the

Re: What happens AFTER Beam?

2001-01-03 Thread Danny Epstein
"Matt Mason" [EMAIL PROTECTED] wrote in message news:34599@palm-dev-forum... Anyone know what is called after the Recieve? Is it the sysAppLaunchCmdGoTo? Yes, but only if you set the socket's goToCreator field to your app's creator ID (and the various fields in the goToParams sub-struct). --

pdQ/QCP 6035 as TV remote - I wish

2001-01-03 Thread Akil Fahd
Hi All, I know that this may sound crazy, yet this could be possible if the irda transceiver included on these phones were strong enough to be useful - maybe the ir in the upcoming QCP 6035 be more powerful than the one in the pdQ. Has anyone used OmniRemote or PalmRemote with the pdQ? BTW,

Re: Still have Color Bitmap problems (appear in black-and-white)

2001-01-03 Thread Richard Burmeister
From: [EMAIL PROTECTED] I create a color bitmap (depth 8), size 160X160 to be drawn at 0,0. I didn't do bitmap families because I can't figure out how to create them, other than specifying size. You must use a bitmap family if you want to display a color bitmap. In Constructor, highlight

Re: __wswtch__ is undefined

2001-01-03 Thread Ben Combee
"Clark Dorman" [EMAIL PROTECTED] wrote in message news:34588@palm-dev-forum... Greetings, I have a switch statement in a function, but on my 4th case statement (plus a default), I get the link error in the subject line. I looked in the archives and saw that Danny Epstein said (11 Oct 2000)

RE: __wswtch__ is undefined

2001-01-03 Thread Fitzpatrick, Joe
FWIW, the reason that the problem appears only after the switch statement has a certain number of members is that the compiler tries to be somewhat intelligent about switch statements. Different implementations are used depending upon number of cases, etc. -jjf -Original Message- From:

Re: constructor 8-bit bitmap fuzzness?

2001-01-03 Thread Todd Walk
Alan Ingleby [EMAIL PROTECTED] wrote in message news:34491@palm-dev-forum... AFAIK there is a simple system command to modify each of the 256 colour indexes to be a different 12 bit colour. Only problem is getting the bitmap data into your app in that case, which is probably what you've

Re: Database Tools?

2001-01-03 Thread Ben Combee
"Fergal Moran" [EMAIL PROTECTED] wrote in message news:34566@palm-dev-forum... DBExplorer - developers best friend... Along with Onboard RsrcEdit, the developer's new spouse. GRIN -- Ben Combee Veriprise Wireless http://www.veriprise.com -- For information on using the Palm Developer

Re: Emulator Support for Prism

2001-01-03 Thread krollin
Yes, Handspring has one. -- Keith Rollin -- Palm OS Emulator engineer "Bradly J. Barton" [EMAIL PROTECTED] on 01/03/2001 08:21:15 AM Please respond to "Palm Developer Forum" [EMAIL PROTECTED] Sent by: "Bradly J. Barton" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL

Getting ROMs?

2001-01-03 Thread Kristian Adrup
Hi all! I'd like to get my hands on some debugging ROMs, from what I read it takes a while to get approved for the seeding program. I sent my application about a month ago, and no answer yet. The alternative seems to be the 'ROM Image Clickwrap Area'. Under the link it says 'Currently USA

Which Forum? (was: Getting ROMs?)

2001-01-03 Thread krollin
BTW which forum is prefered palm-dev-forum or pilot.programmer*? I guess cross-posting won't be appreciated. Cross-posting does occur, and there's nothing wrong with it. I personally don't like to see it, but I understand that that's my problem and not necessarily anyone else's. As for

RE: how to backup aplication

2001-01-03 Thread Arun Agrawal
But you will get back only the executable prc, but not the source code. -- Arun Agrawal [EMAIL PROTECTED] - email (909) 978-2380 x3508 - voicemail/fax Rick Gadbois [EMAIL PROTECTED] wrote: Use db_explorer to set the backup bit on the program, then do a hotsync. search for

Re: Books or source?

2001-01-03 Thread Arun Agrawal
You can go to palmpilot.oreilly.com where you find Palm Developers Guide, Click on sample chapters, you will find entire book in html format. You can also download codewarrior lite from palmos site, there is a good tutorial available with it. -- Arun Agrawal [EMAIL PROTECTED] - email (909)

Re: Transfer Images to Palm

2001-01-03 Thread Anuradha J
yeah.. its probably time to go back to the drawing board and sit down and figure out exactly what you want to do before you start coding it :) am on the job i would also do some research into what other people have already done.. thanx for it i dont have the time to write the code for

Dev environment: Linux as good as NT?

2001-01-03 Thread Billy Cole
I would prefer to do my development in Linux, so I'm wondering if all the tools are supported in Linux. I think PRC-tools is ok, and the SDK most likely will be ok. How about POSE and the debugger? The only thing that sucks is the palm desktop isn't in Linux. I know I don't need that for

RE: Palm VII Rom

2001-01-03 Thread Scott Johnson (Bellevue)
From: Jason L. Grace [mailto:[EMAIL PROTECTED]] Could someone please mail me a zipped Palm VII Rom Here you go: http://wozniak.dnsalias.org/~adam/PalmFAQ.html#Q1.3 -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Database Tools?

2001-01-03 Thread Robert Cohen
I use Insider. I have set the backup bit and veiwed databases with it. Great program. I found it on Palmgear.com Rob Cohen -Original Message- From: Fergal Moran [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 11:42 AM To: Palm Developer Forum Subject:RE:

what is Launch code after load Hotsynch

2001-01-03 Thread Matt Mason
Does anyone know what launch code is loaded AFTER hotsynch on a new app? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: what is Launch code after load Hotsynch

2001-01-03 Thread herry
sysAppLaunchCmdSyncNotify - Original Message - From: "Matt Mason" [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: "Palm Developer Forum" [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:52 AM Subject: what is Launch code after load Hotsynch Does anyone know what launch code is

Re: Dev environment: Linux as good as NT?

2001-01-03 Thread Derek Kite
On Wednesday 03 January 2001 20:38, you wrote: I would prefer to do my development in Linux, so I'm wondering if all the tools are supported in Linux. I think PRC-tools is ok, and the SDK most likely will be ok. How about POSE and the debugger? The only thing that sucks is the palm desktop

Re: Dev environment: Linux as good as NT?

2001-01-03 Thread Dave Carrigan
Billy Cole [EMAIL PROTECTED] writes: I would prefer to do my development in Linux, so I'm wondering if all the tools are supported in Linux. I've developed 4 or 5 apps so far, using Linux pretty much exclusively (both C and C++). Pose, GDB (plus ddd!) work great. Last time I was writing a

Beaming to POSE

2001-01-03 Thread Matt Mason
Is it possible to beam to POSE? I have a problem beaming when the app is not running, so loopback is not allowing me to test appropriately. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Beaming to POSE

2001-01-03 Thread Scott Maxwell
Make a second copy of your app with a different creator ID. Then beam between them. It's a pain but it works. Scott Maxwell Quik Sense Software "Matt Mason" [EMAIL PROTECTED] wrote in message news:34643@palm-dev-forum... Is it possible to beam to POSE? I have a problem beaming when the app