What Is The Good Debugging Setup?

2005-09-09 Thread Lance Drake
Hi Palm People, As a PalmOS developer newbie - I have an application built with the PalmOS SDK materials and am curious to hear what is the preferred configuration of tools to debug apps. The choice to be on a Mac or PC is not an issue as I use/have both. However, I don't have

Palmsource bought???

2005-09-09 Thread David Oldis
I just saw on Yahoo news that Palmsource was bought by a Japanese company called Access. What does this mean to the future of PalmSource and the Palm OS? Is this a bad thing or a positive thing? The link is: http://news.yahoo.com/s/ap/20050909/ap_on_hi_te/japan_palmsource Bode

Re: Palmsource bought???

2005-09-09 Thread Logan Shaw
David Oldis wrote: I just saw on Yahoo news that Palmsource was bought by a Japanese company called Access. What does this mean to the future of PalmSource and the Palm OS? Is this a bad thing or a positive thing? The link is: http://news.yahoo.com/s/ap/20050909/ap_on_hi_te/japan_palmsource

Re: mystery of control with id 11603

2005-09-09 Thread Michal Seliga
yes, i thought about it too, but so far everytime i found bug in palmos or emulator at the end i found it was caused by mistake in my code so i don't handle unknown ctlselect or ctlenter events in my code at all. i always use switch(eventP-eType) { case mycontrol1:

Date Book Preferences

2005-09-09 Thread Rajesh T Raghavakurup
Hi, I would like to get date book preferences in my application. I am using following (at the end of this mail) code. This code works fine in devices with Palm OS Version = 5.2. When I use a device with Palm OS Version = 5.4, PrefGetAppPreferences API always returns noPreferenceFound. What could

Application Code Size Increased: Urgent Help needed...

2005-09-09 Thread babbu cathy
Hi, I have one multisegment application. Source code are larger. A segment has: 55k Code size. B Segment has: 66K Code size. C Segment has: 28K Code size ,like wise.. Totally 10 segments are there. In the Target Settings, 68K code model set to Large model. I Compile my application for A

Re: output resource size is greater than 64K size limit

2005-09-09 Thread Henk Jonas
Brian wrote: I'm using Codewarrior 8.3 and getting this message. I usually just create/edit JPGs outside of CW, and then paste them into the Bitmap in the Constructor. In this case, the bitmap that is supposedly exceeding the 64K size limit was originally a JPG of only 8k, so how is this

Re: Table Free Handle Error

2005-09-09 Thread vamshi555
Hi, Even I faced similar kind of problem some time back. the solution to this is remove the focus from the tabel. write this in frmCloseEvent form = FrmGetActiveForm();FrmSetFocus( form, noFocus ); regards, Vamshi -Original Message-From: Dominic Diascro, III [EMAIL PROTECTED]To: Palm

How to select a number from the address book..

2005-09-09 Thread Rob
I couldn't believe this was so hard to figure out. PhoneNumberLookupCustom and PhoneNumberLookup are both pretty useless for letting users select a number from the address book on the Treo 600 and Treo 650 (do they work better in other devices?) The function below returns a handle to a

Re: Palmsource bought???

2005-09-09 Thread Tam Hanna
Hi People, I believe that we will see big cooperation effects. Access is not just Netfront, people, they do way more! I summarized my thoughts here, please forgive if posting that link violates Usenet rules: http://tamspalm.blogspot.com/2005/09/palmsource-aquired-by-access.html Best regards Tam

.ctors and .dtors in 68k code ?

2005-09-09 Thread Chris Apers
Hi, I'm trying to understand how .dtors and .ctors are handled in 68k code so that i can try to apply the process to ARM (which seems to not support global object construtors), but the MAP file don't contain them. so, how does it work ? Thanks Chris -- For information on using the PalmSource

Re: Palmsource bought???

2005-09-09 Thread Ben Combee
At 02:49 AM 9/9/2005, you wrote: The most important part, in my opinion, are the words, ACCESS is currently a software technology partner. Which I assume means that Palm wasn't taken by surprise and expects to have a positive relationship with ACCESS, meaning they don't expect to totally lose

Re: What Is The Good Debugging Setup?

2005-09-09 Thread Benoit Cerrina
Lance Drake wrote: Hi Palm People, As a PalmOS developer newbie - I have an application built with the PalmOS SDK materials and am curious to hear what is the preferred configuration of tools to debug apps. The choice to be on a Mac or PC is not an issue as I use/have both.

Re: .ctors and .dtors in 68k code ?

2005-09-09 Thread Ben Combee
At 08:59 AM 9/9/2005, you wrote: Hi, I'm trying to understand how .dtors and .ctors are handled in 68k code so that i can try to apply the process to ARM (which seems to not support global object construtors), but the MAP file don't contain them. In CW 68K files, 1) all of the constructors

Re: Palmsource bought???

2005-09-09 Thread Benoit Cerrina
David Oldis wrote: I just saw on Yahoo news that Palmsource was bought by a Japanese company called Access. What does this mean to the future of PalmSource and the Palm OS? Is this a bad thing or a positive thing? The link is: http://news.yahoo.com/s/ap/20050909/ap_on_hi_te

RE: .ctors and .dtors in 68k code ?

2005-09-09 Thread Chris Apers
Hi, I'm trying to understand how .dtors and .ctors are handled in 68k code so that i can try to apply the process to ARM (which seems to not support global object construtors), but the MAP file don't contain them. In CW 68K files, 1) all of the constructors from a source file are called from a

Re: Inserting into ListBox some values from database?

2005-09-09 Thread Jeetu
hi Logan, I think so i got the Problem,the Problem is with Memory Leaks It Displays me the error when i come out my application. i have tried Freeing the memory in AppStop() event but seems its not working. How do i resolve it?. -- For information on using the PalmSource Developer Forums, or to

MemHeapFreeBytes() not changing after FtrPtrNew() ?

2005-09-09 Thread ll
Hi, I am using FtrPtrNew() to allocate a lot of storage memory, but the result of MemHeapFreeBytes() on the storage heap does not change. Could anyone tell me what am I failing to understand ? My code is something like this: MemHeapFreeBytes(MemHeapID(0,1),lFreeMem1,lMaxMem1);

libMad segment problem

2005-09-09 Thread meffee
i have a question for the segments in 68k program. i have a program including 4 segments, and for supporting mp3 play, i choose the libMad to make it work. now the question is, if i put the libMad into the project, the numerous static constant variables in the library will cost all space in .text.

Re: Enumerating the home directory of a card

2005-09-09 Thread Tam Hanna
Ho Logan, thanks for the help. The dialog works lovely now. I only wonder why there was no problem in the simulator firstplace... . There must be some way to single-step a PalmOS PDA-I got to look that up finally. Best regards Tam Hanna http://www.tamoggemon.com -- For information on using the

pnojpeglib: using not as a lib

2005-09-09 Thread Erico Franco
Hi, Is possible to use pnojpeglib not as a lib but integrate it into a single .prc file together with my application? I am using pnojpeglib as a lib with my application and delivering it in two files: - myApplication.prc - pnojpeglib.prc I have the pnojpeglib 2.11 source and the .mcp file

image filters

2005-09-09 Thread Erico Franco
Hi, Is there some kind of lib that I can use for image (bitmap) filters during runtime? I just want to use some basic image filters like *emboss* or *blur*. I know that exist some free filters for C/C++ anyone succeed in using this in CW 9.3 for Palm development? any thoughts? thanks

Fossil/Abacus WatchPDA Support

2005-09-09 Thread John Powers
Is there a forum or any other support for Fossil/Abacus WatchPDA development? I get a stack overflow when I run their example Watch program on their special version of the Palm OS Emulator. I'm using CW9 and increased the minimum stack size to 8192, but still get the error. --john -- For

T5 Control Bar Events

2005-09-09 Thread Jim McGowen
Is there an event mask or something I could use to determine if the user tapped on the control bar on the T5? Reason I ask is because I want to throw away all control bar events. - Jim -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: MemHeapFreeBytes() not changing after FtrPtrNew() ?

2005-09-09 Thread Miguel Angel Sotomayor Hernandez
FtrPtrHeap allocates memory in the storage heap and I think that MemHeapFreeBytes returns the free bytes in the dynamic heap. That should be the reason the function returns the same value before and after calling FtrPtrNew. Miguel ll wrote: Hi, I am using FtrPtrNew() to allocate a lot of

Re: MemHeapFreeBytes() not changing after FtrPtrNew() ?

2005-09-09 Thread Miguel Angel Sotomayor Hernandez
Miguel Angel Sotomayor Hernandez wrote: FtrPtrHeap allocates... Sorry, I mean FtrPtrNew allocates... Miguel -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

reset message on Treo650 simulator, how to run simulator again?

2005-09-09 Thread ThuNguyet Nguyen
Hello all, I am using Treo 650 Sprint CDMA (build 6025) debug simulator on Win XP Pro. One time the simulator crashes, so I close it.When I open it again, I got the empty message screen with the buton Reset on it. I tab the reset button, nothing happens. I close the simulator and now,

RE: reset message on Treo650 simulator, how to run simulator again?

2005-09-09 Thread Aaron Hansen
You need to look for a folder called PALM in your root directory. Inside is a file called SimSlotDriverVolume, which is essentially the NVFS volume. Delete this file and you will be ok. Also note that if you use the T5 simulator it uses the same file and is NOT compatible. So if you are running

RE: reset message on Treo650 simulator, how to run simulator again?

2005-09-09 Thread ThuNguyet Nguyen
Hello Aaron, I delete Palm\SimSlotDriverVolume and the simulator is working again. Thank you so so much. Somehow I managed to make the simulator not working on either my laptop and desktop and I was stuck. Thanks again. tnn -- For information on using the PalmSource Developer Forums, or to

VFS file system.

2005-09-09 Thread Pat Flaherty
Hi, How do I determine (looking through, say, either FileZ or SyncWizard) which file contains the VFS file system (T|T3)? Or is VFS somehow 'otherwise' contained? pat -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: VFS file system.

2005-09-09 Thread Logan Shaw
Pat Flaherty wrote: How do I determine (looking through, say, either FileZ or SyncWizard) which file contains the VFS file system (T|T3)? Or is VFS somehow 'otherwise' contained? It's not stored in a database. VFS filesystems (and there can be more than one on a device) are usually