Testing telephony app using emulator + virtual phone

2004-02-17 Thread Ted Pederson
I found the same question as mine in the achives, but never saw the answer. My call Err err = SysLibFind(kTelMgrLibName, &refNum); fails to find the telephony library. I have virtual phone and the emulator, which is running palmOS 4.x. Is this library included within the rom image? Do I need

Re: Testing telephony app using emulator + virtual phone

2004-02-17 Thread Ted Pederson
[EMAIL PROTECTED] wrote: My call Err err = SysLibFind(kTelMgrLibName, &refNum); fails to find the telephony library. I have virtual phone and the emulator, which is running palmOS 4.x. Is this library included within the rom image? From memory there is more than one PalmOS 4 ROM available a

Re: Testing telephony app using emulator + virtual phone

2004-02-17 Thread Ted Pederson
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: My call Err err = SysLibFind(kTelMgrLibName, &refNum); fails to find the telephony library. I have virtual phone and the So on to the second possibility - this library probably isn't loaded automatically and SysLibFind only finds loaded libr

Using the bulit in address book

2004-02-18 Thread Ted Pederson
I am curious about using the custom fields of the address book to extend functionality of an application. DateMate comes to mind as an obvious example of this. My questions are... How to do this? Is there documentation describing this? Is it really a "kosher" thing to do? How would one avoid s

Newbie being shocked-trained by Constructor

2004-02-20 Thread Ted Pederson
I have become very wary about editing resources. Basically I have a number of problems if I delete or change certain types of resources. The easiest case to describe is this: delete some controls from a form with multiple buttons in it. Next time I run the program, one or more buttons now send

Bus Error calling CategorySelect

2004-02-20 Thread Ted Pederson
I have had these lines of code for a long time: name = (Char *)CtlGetLabel (GetObjectPtr (MainCategoryPopupPopTrigger)); CategorySelect(refNum, FrmGetActiveForm(), MainCategoryPopupPopTrigger, MainnCategoriesList, false, &gCurrCategory, name, 0, categoryDefaultEditCategoryString); They worked

Telephony API and virtual phone

2004-02-23 Thread Ted Pederson
Can virtual phone be used to simulate voice calls? Does a phone driver need to be loaded into the emulator? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

emulator, virtual phone, and the telephony api

2004-02-23 Thread Ted Pederson
Can virtual phone be used to simulate voice calls? Does a phone driver need to be loaded into the emulator? (sorry my first send of this was a reply to wrong thread) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

address book question

2004-02-23 Thread Ted Pederson
My app needs to have a list of contacts, just like the address book. I need to keep track of name, company, and the various phone numbers. Instead of keeping this info in my own database, is it possible to link up to the build in address book? -- For information on using the Palm Developer Forums

hooking up to address book

2004-03-03 Thread Ted Pederson
PhoneNumberLookupCustom is a nice routine for some level of integration with the address book. It returns the unique ID of the record, which is nice. However, it would be really nice if there was an easy way to use that id to retreive records in the future, without intimate knowledge of the add

CtlSetLabel

2004-03-04 Thread Ted Pederson
For labels, it seems safer to use FrmCopyLabel(), but you are still limited to changing the text to a string that is the same or less length than the original string in the resource. Is this correct? Is there any way around this? On pg. 249 of the Bible, there is the snippet that changes the la

Editing categories

2004-04-08 Thread Ted Pederson
When I call CategorySelect, the user can edit categories as expected. However, the changes he makes do not persist beyond the current execution of my application. I have googled this problem up, and searched the dev forum archives. I can see it happens to a lot of people, so I assume it's just