Re: Turning the screen off

2004-01-14 Thread Tony Yat-Tung Cheung
Horst Borscht wrote: Tony Yat-Tung Cheung [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] pcles wrote: palmOne have a set of header files specific for palmOne units to do this; you can get it within the plugged in website if you are a member. Actually, I downloaded the file you

unable to write to PDB Record!

2004-01-14 Thread Atif Rasheed
hello every one! I am writing a structure as a Record to a PDB, the writing call is successful but when I reopen the PDB after closing it, the record is not there... this is the structure which I am trying to write typedef struct { char bmArray[totalBms][bmLength]; UInt16 bmLineArray[totalBms];

Re: unable to write to PDB Record!

2004-01-14 Thread Craig Likes
Did you execute an Attachment; i.e., DmAttachRecord? Craig. --- Atif Rasheed [EMAIL PROTECTED] wrote: hello every one! I am writing a structure as a Record to a PDB, the writing call is successful but when I reopen the PDB after closing it, the record is not there... this is the

Re: Sound bug?

2004-01-14 Thread Robert Scott
On Tue, 13 Jan 2004 14:47:13 -0800, Ron Nicholson [EMAIL PROTECTED] wrote: Is the problem you are seeing model dependant? IIRC, the T|T and T|T3 have sampled sound behaviors that the T2 does not have. I only have one OS5 model right now. If you have a different one, could you please try the

RE: Sharing preferences

2004-01-14 Thread Roger Stringer
Subject: Sharing preferences From: Richard Coutts [EMAIL PROTECTED] Date: Tue, 13 Jan 2004 20:12:10 -0500 X-Message-Number: 24 I'm about to release a few products that share the same Preferences. So, the applications do not share the same Creator ID as the Preferences. Rather, they each have

Re: Sharing preferences

2004-01-14 Thread Richard Coutts
Do what I do. I have a bunch of different pedits and they come with an additional peditFixer application whose job is to delete any of the pedits and/or their prefs and/or any other auxiliary file. Then the user can decide what and how to delete. /PaulN I'm not familiar with pedits -- what

Re: PalmOS Device and SSL

2004-01-14 Thread Philippe Fischer
Hello, you can find some posts about ssl in the archive of this mailing list. A few month ago I've also posted some sample code. Regards Philippe - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, January 12, 2004 5:07 PM

Re: Sharing preferences

2004-01-14 Thread Richard Coutts
If your programs are variations on the same thing, based on increasing levels of functionality for, presumably, more money, then perhaps they should all have the same CRID. Which would also effectively prevent more than one being installed on the same unit. The PDB's could have the same

Follow pendown X and Y

2004-01-14 Thread Giorgos Sarris
Hi, I get the penDown X and Y from: case penDownEvent: but the problem is that it does not keep getting events, it just take one event until I press the pen again. What should I do to get events all the time, while the user has the pen on the screen? Is there an API example for that? Thanks

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 8:16 AM Subject: Re: PalmOS Device and SSL Hello, you can find some posts about ssl in the archive of this mailing list. A few month ago I've

Help w/ Multiple record lists in pdb file built on desktop

2004-01-14 Thread steven pautz
We are looking for an example on how to create a pdb on a desktop using multiple record lists. We have looked at pdbc and it lists this feature in its Not Implemented section. Has anyone successfully done this? Steven -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Making multi-segment shared library

2004-01-14 Thread Flex
Look a few posts above about multisegment shared lib - there is a template. I've built mine and working splendid. palm os wrote: Hi, Ben Combee Thanks for your reply. It's OK now. Now, I am going to make shared library size over 64KB. I have read your article Making multiple-segment shared

printing from a Palm app

2004-01-14 Thread Eric Potter
I'm looking into some printing options for my palm app. For bluetooth printing, I am thinking about using PrintBoy. Are there any good alternatives? I am also looking at useing a PP-50 thermal printer. Is there any reason I should think about using something else? Does anybody have any good

Re: Follow pendown X and Y

2004-01-14 Thread Luc Le Blanc
Giorgos Sarris a écrit : I get the penDown X and Y from: case penDownEvent: but the problem is that it does not keep getting events, it just take one event until I press the pen again. What should I do to get events all the time, while the user has the pen on the screen? Is there an API

RE: 40k in one record

2004-01-14 Thread Mike Shubeck
Unless its the Tapwave version of Hotsync, right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee Sent: Monday, January 12, 2004 10:35 PM To: Palm Developer Forum Subject: Re: 40k in one record At 07:40 PM 1/12/2004, Douglas Handy wrote: Ben,

Re: PalmOS Device and SSL

2004-01-14 Thread Philippe Fischer
Hi Vu, I've got the same problem! But importing certs is not the only problem, I think that the cert manager doesn't work at all. Even on valid Verisign certs he reports errors. I've tested it with the internet browser on a T3 Simulator (you can dowload the browser on PalmOne). I afraid that the

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:44 AM Subject: Re: PalmOS Device and SSL Hi Vu, I've got the same problem! But importing certs is not the only problem, I think that the cert

Re: PalmOS Device and SSL

2004-01-14 Thread Philippe Fischer
Yes, it seems to work for the server you tested it with. I've tried to load the Verysign homepage via HTTPS and got some not valid before or not valid after error messages but the cert was parsed from any other browser without errors. Impatiently waiting for PalmOS 6 Philippe -- For

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:15 AM Subject: Re: PalmOS Device and SSL Yes, it seems to work for the server you tested it with. I've tried to load the Verysign homepage via

RE: 40k in one record

2004-01-14 Thread David A. Desrosiers
Unless its the Tapwave version of Hotsync, right? So now that makes 5 separate implementations of HotSync out there in the wild. This makes our jobs, as conduit and compatibility authors so much easier. Thanks! /sarcasm Now if any one of these could at least document the

RE: 40k in one record

2004-01-14 Thread Ben Combee
At 10:43 AM 1/14/2004, David A. Desrosiers wrote: Unless its the Tapwave version of Hotsync, right? So now that makes 5 separate implementations of HotSync out there in the wild. This makes our jobs, as conduit and compatibility authors so much easier. Thanks! /sarcasm Now if

Re: Follow pendown X and Y

2004-01-14 Thread Matt Graham
Giorgos Sarris wrote: I get the penDown X and Y from: case penDownEvent: but the problem is that it does not keep getting events, it just take one event until I press the pen again. What should I do to get events all the time, while the user has the pen on the screen? Is there an API example

RE: 40k in one record

2004-01-14 Thread David A. Desrosiers
HotSync for OS 6 devices, although I expect that OS 6's HotSync will have even more extensions to support the new schema database format that David Fedor mentioned in his talk at the PalmSource European Forum. Anyone happen to have notes or slides from this talk, for those of us in

Re: pointer problem

2004-01-14 Thread John Lai
Thanks Matt Graham and Aaron Ardiri, Problem solved. Here is a useful tutorial for pointers and arrays in C http://pw1.netcom.com/~tjensen/ptr/pointers.htm Regards, John _ Linguaphone : Learning English? Get Japanese lessons for

CInPlacePopupTrigger in CW 9.2

2004-01-14 Thread kjs
I have built and run CustomGridTest that is Object Library Example for CW9.0 But I could not chosen the item of CInPlacePopupTrigger. How to use this control? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

renew / reuse object

2004-01-14 Thread John Lai
Hi, There are 3 forms named start.c, edit1.c and edit2.c click new button in start.c will go to edit1.c, then edit2.c. After saving a record of the object, it returns to start.c. click new button again, can't save...no fatal error. my problems are: 1. how to initialize a struct type object.

which devices can send sms messages?

2004-01-14 Thread Eric Potter
Is there a list somewhere of the devices that have the ablilty to send sms messages? If I had to guess I would say all of the treos, the kyeocra 7100, and the bluetooth devices, but I don't know. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: which devices can send sms messages?

2004-01-14 Thread SLO Revo News
If I had to guess I would say all of the treos, the kyeocra 7100, and the bluetooth devices, but I don't know. The Kyocera 6035 can send them. None of the Sprint Treos can currently send them. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: renew / reuse object

2004-01-14 Thread Jeffrey Peacock
A common way of initializing structs is to use (void) memset (obj, 0, sizeof (obj)); Otherwise, you need to write a function which individually sets each member variable. obj.variable_1 = 0; obj.varibale_2 = NULL; obj.variable_3 = true; etc. John Lai wrote: Hi,

Patch Detection code

2004-01-14 Thread James Zatorski
Aaron, I was just reading through (again) you Software Portection paper and I am concerned that there is an error in the code you supplied for Patch Detection. Reading through the assembly code it appears that at the end of the loop you branch back to L01, which is AFTER the word read and the

Re: which devices can send sms messages?

2004-01-14 Thread Roman Brandl
Eric Potter wrote: Is there a list somewhere of the devices that have the ablilty to send sms messages? If I had to guess I would say all of the treos, the kyeocra 7100, and the bluetooth devices, but I don't know. if you count all bluetooth devices, you should as well consider all

Re: Patch Detection code

2004-01-14 Thread Aaron Ardiri
I was just reading through (again) you Software Portection paper and I am concerned that there is an error in the code you supplied for Patch Detection. :) Reading through the assembly code it appears that at the end of the loop you branch back to L01, which is AFTER the word read and the

Treo 600 5-Way Navigation

2004-01-14 Thread Scott D . Schmitz
I have implemented 5-way navigation as per the PalmNavigator.h api. It works great on Tungsten E etc., but this fails on Handspring 600. I took a look at the HsNavSample from Handspring and it looks like the char codes are different for this device, They use Handspring Way:

Re: Treo 600 5-Way Navigation

2004-01-14 Thread Vu Pham
- Original Message - From: Scott D. Schmitz [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 2:02 PM Subject: Treo 600 5-Way Navigation I have implemented 5-way navigation as per the PalmNavigator.h api. It works great on Tungsten E

Deployed Palm devices

2004-01-14 Thread John Oliva
Does anyone have information on the number of the various Palm models that have been deployed? This information would really be helpful in my application planning. For example - how many OS5+ devices are out there? How much memory does the average device have? Etc. Thanks, John -- For

Pilrc question

2004-01-14 Thread Brad Figler
All, I have multiple form resources. I want to include bitmaps for buttons that are common to all of the forms. Is there a way for me to share the bitmaps across all of the resources without having to add the same bitmaps to each? Thanks, Brad -- For information on using the Palm Developer

Re: Pilrc question

2004-01-14 Thread Ben Combee
At 02:34 PM 1/14/2004, Brad Figler wrote: All, I have multiple form resources. I want to include bitmaps for buttons that are common to all of the forms. Is there a way for me to share the bitmaps across all of the resources without having to add the same bitmaps to each? On each form, you have

Re: Treo 600 5-Way Navigation

2004-01-14 Thread Jan Slodicka
Yes - and not only for Handspring. If you define device-independent navigation codes, then you can proceed e.g. this way: #ifdef PALM_NAVIGATOR if( bHas5wayEvtKeydownIsVirtual( eventP) ) { if( keyCode navBitLeft ) key = Control_Left ; if( keyCode navBitRight ) key =

Re: Sound bug?

2004-01-14 Thread Ron Nicholson
On Wed, 14 Jan 2004 04:05:52 , Robert Scott writes: I have seen no example of how to designate an ARM sound callback. Do you have one? The last parameter in SndStreamCreate() is a boolean which designates that the callback pointer points to an ARM sound callback routine. If I run your callback

Re: Pilrc question

2004-01-14 Thread Alan Ingleby
Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On each form, you have FORMBITMAP resources, but those don't make a copy of the bitmap, they just are a reference to the bitmap's resource ID. There is no limit on the number of different FORMBITMAP form objects that can use

Re: printing from a Palm app

2004-01-14 Thread Alan Ingleby
Eric Potter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am also looking at useing a PP-50 thermal printer. Is there any reason I should think about using something else? If the PP50 will suit your job, go for it. It's a brilliant printer, and has excellent software support from

After I register my codewarrior9 on http://www.metrowerks.com

2004-01-14 Thread armada.li
I purchase codewarrior9.0 for palm two months ago,and I registered my codewarrior9 on http://www.metrowerks.com yesterday.It tell me I registered successfully. What can I get? Please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

add a record to Date Book / To Do List

2004-01-14 Thread John Lai
Has anyone added a record to the default applications like Date Book and To Do List in your OWN program? Is it difficult? Is it necessary to study the source code of these applications? Any sample code? Thanks. _ Get 10Mb extra

Interacting with previous program's field

2004-01-14 Thread York Kie Tan
Hi, I've seen programs that are activated by hard-buttons that has no GUI but able to affect the form of the application that was running before it. After performing its task, it returns control to the previous running program. How is this done? For example, let's say I'm using a memo pad and

Re: add a record to Date Book / To Do List

2004-01-14 Thread SLO Revo News
Has anyone added a record to the default applications like Date Book and To Do List in your OWN program? Yes. Is it difficult? Not very if you know how to write Palm applications. Do the ToDo list first, it's easier. Use the Exchange manager for the DateBook on OS 4.0 or later (I've never done

link error?

2004-01-14 Thread palm os
When I link Debug_Segment1, there appears 'MultiSegDispatchTable' has illegal single segment 32-bit reference to 'MultiSegOpen'. All Code_Segment link OK. What's the reason? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Locking a code resource?

2004-01-14 Thread Dhanashri
Hello All, I want to know to lock my application's code into non movable memory chunk. How can I do that? Should I use MemHandleLock. How can I get the memory handle to my application? Please help me out asap, Thanks in advance, Dhanashri. -- For information on using the Palm Developer Forums,

Re: After I register my codewarrior9 on http://www.metrowerks.com

2004-01-14 Thread Ben Combee
At 09:52 PM 1/14/2004, armada.li wrote: I purchase codewarrior9.0 for palm two months ago,and I registered my codewarrior9 on http://www.metrowerks.com yesterday.It tell me I registered successfully. What can I get? Registering your copy of CodeWarrior entitles you to installation-time technical