Re: Debugging on USB

2005-09-17 Thread g3BEPA
10x a lot!! you saved my life :-) I owe you at least a beer ! :-) -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Images with a palm

2005-09-17 Thread Henk Jonas
[EMAIL PROTECTED] wrote: I'm currently using a Zire 21, however my application will also need to run on higher end handhelds. I have designed some graphical buttons that when tested on the Simulator, look terrible. Essently they are not crisp. I have developed these images in Photoshop and

Doxygen and PODS 1.2 !

2005-09-17 Thread Jürgen Wind
Hi folks, I've found a nice eclipse plugin that helps creating doxygen-style documentation from within PODS. It's not perfect, but it works. It's called eclox ( I use version 0.3.4 ). The links is http://home.gna.org/eclox Have a nice weekend, Jürgen -- For information on using the

Re: Need to set HotSync settings on device programmaticaly...

2005-09-17 Thread Stanislav Borisov
Hi, I was able to find the most importand for me HotSync settings where are saved in the Unsaved preferences DB: Primary PC Setup: PrimaryPCName- resource 'psys' 5 PrimaryPCAddress- resource 'psys' 8 PrimaryPCSubnet- resource 'psys' 9 It will be intresting and may usefull for me to knew where

RE: Treo Phone Power

2005-09-17 Thread g3BEPA
guys - the above links are expired i need info how to turn on and turn off treo phone (could not find how to use TelOpen and TelPowSetPhonePower , and actually i am not sure these functions will do what i need) thank you! -- For information on using the PalmSource Developer Forums, or to

Re: detecting that a memory handle is in the storage heap

2005-09-17 Thread Guilherme C. Hazan
Hi Logan, Many thanks. I just saw that all i have is the memptr (got with MemHandleLock). How can i get the memory handle from the pointer? Or maybe find directly from the memory pointer if it is in the storage heap. thx guich -- For information on using the PalmSource Developer Forums,

Re: detecting that a memory handle is in the storage heap

2005-09-17 Thread Guilherme C. Hazan
answering myself: using MemPtrHeapId. guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: detecting that a memory handle is in the storage heap

2005-09-17 Thread Guilherme C. Hazan
ah, there's also MemHandleDataStorage. :-) guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SMS problem on GSM devices

2005-09-17 Thread Frank Ableson
Hi Martin, thanks for your comments. I looked at the code vs. the post and realized that the code is correct.. I had to resubmit the post and wound up stepping on some '=' in the process, so the real code is correct; thank you. I will comment that I have made some progress, but am still

ExpCardInserted - any replacements?

2005-09-17 Thread Guilherme C. Hazan
Hi, I'm trying to find the most reliable way to discover if a device has a card inserted into the slot. I found that this function was removed from new versions. So, which is the safest way to discover that a device has a memory card inserted into a slot? I'm targetting Palm OS 3.5 and up. thx

RE: Treo Phone Power

2005-09-17 Thread jpa
Hi, you can't use the PalmSource Telephony Mgr for that but rather the PhnLibSetModulePower function of the Palm SDK. sample here: http://www.handheld-basic.com/forum/viewtopic.php?t=2471 JPA The HB++ team http://www.handheld-basic.com/ -- For information on using the PalmSource Developer

Raw access to memory card device

2005-09-17 Thread Andrew
I would like to be able to access the memory card on a palm device in a way that will give me the same functionality as if I did the following on a FreeBSD or some other *nix system: dosfs = open(/dev/fd0, O_RDWR, 0); /dev/fd0 is the device node representing the raw floppy device. My target is

Re: Raw access to memory card device

2005-09-17 Thread Ben Combee
At 11:47 AM 9/17/2005, you wrote: I would like to be able to access the memory card on a palm device in a way that will give me the same functionality as if I did the following on a FreeBSD or some other *nix system: dosfs = open(/dev/fd0, O_RDWR, 0); /dev/fd0 is the device node representing

Re: Raw access to memory card device

2005-09-17 Thread Andrew
Thank you very much for your reply. I think those functions will be very useful. In my quest for the answer, I did find that the card can be unmounted, which will prevent any problems you were concerned about. Thanks, Andrew -- For information on using the PalmSource Developer Forums, or to

Re: Problems with application launched via Launcher X

2005-09-17 Thread Steve Chaplin
I tried sending email to their support and they did not answer. Though the bug may be in Launcher X, I would rather get around it instead of leaving as is. Having problems like this just generates product returns. -- For information on using the PalmSource Developer Forums, or to unsubscribe,