Sound generator

2008-04-07 Thread Carmine Castiglia
Other than simple "beeps", I haven't worked with the Sound Manager functions before so I am hoping someone can provide some pointers. How would I go about creating a tone of specific frequency and amplitude (volume) and then "play" that tone to either the left or right stereo channel for a spec

Re: Creating hires forms

2007-12-01 Thread Carmine Castiglia
And, if you want to look good on all possible Windows Mobile devices when running your PalmOS app on the StyleTap Platform, you include 1-1/2 and triple density bitmaps as well. Check out http://styletap.helpserve.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=167&nav=0,33 -- For

re: Moving projects

2007-11-30 Thread Carmine Castiglia
What is your development environment? If PODS, I believe you have to "import" the project; look under the File menu for something along those lines. I don't have PODS installed on this PC so I can't look at it just now. Carmine Castiglia -- For information on using

Re: Any known bugs in TimGetSeconds() or TimSecondsToDateTime()?

2007-05-24 Thread Carmine Castiglia
I am sure you guys have thought of this but I'm going to ask anyway: 1) You are using the correct variable type(s) to hold the value(s) returned by the function, correct? 2) Does the function repeatedly return 0? In other words, would this eventually return a valid time?: (psuedocode follow

re: Cable for on-device debugging with Tungsten E2

2007-05-06 Thread Carmine Castiglia
> but how can I know its version? Browsing the binary, I can't find "6." (nor > "5.") Right-click the file, select Properties, and then the "Details" tab. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: SDK 5.3 install problem - why so hard?

2007-04-25 Thread Carmine Castiglia
>> Why so hard? It's a test to see if you've got what it takes to be a first-class developer? Sort of like Pre-Law / Pre-Med exams. :) -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Falta Alert only on Z22!

2007-04-25 Thread Carmine Castiglia
Which "other" devices? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

PODS - Vista compatability?

2007-03-18 Thread Carmine Castiglia
My PODS installation has ceased to function (compile fails) since I upgraded to Windows Vista. A complete PODS / Cygwin reinstall has not helped; in fact, the Cygwin install process seems to fail at multiple points during the "command window" phase of the installation. My impression is that th

RE: how to find out what got focus?

2007-01-18 Thread Carmine Castiglia
> don't want to i.e. compare IDs against any kind of "dictionary" > Regards, > -- > "Daddy, what "Formatting drive C:" means?"... Nevertheless, it is still a basic question, one which is at the heart of PalmOS programming. Check the reference guide

Re: palm os virtual phone, where to download ?

2006-12-20 Thread Carmine Castiglia
On a real device? You can check out Palm's loaner program at http://pluggedin.palm.com/regac/pluggedin/auth/page?Page_Name=LoanerProgram -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Treo 680 crashes while receiving phone call

2006-12-19 Thread Carmine Castiglia
velopers.palm.com/pe/forums/displaypost.jsp?sssdmh=dm13.124111&postID=10142841 Carmine Castiglia -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: HiRes Display

2006-11-11 Thread Carmine Castiglia
In the classic definition of a "capitalist economic system", this is the point where someone (perhaps you?) gets together with several PalmOS expert developers, creates a syllabus, and contacts local community colleges offering to provide instructors and materials for a full credit course in PalmO

Speaking of pluggedin.palm.com...

2006-11-02 Thread Carmine Castiglia
At home, I use IE6.x and can log onto and use pluggedin.palm.com without problems. At my office, I am using IE7.0.5730.11 and find that although I can log onto the site, the expanding menus do not function. Specifically, when on the main page, mousing over the menu bar on the left side ("devel

re: Multiplelines Fields and "\n"

2006-10-24 Thread Carmine Castiglia
I found this in another thread after doing a search for "multiline": --- You need to call FldRecalculateField after calling FldSetTextPtr with a multi-line field. I was caught by this gotcha a little while ago. The docs do say to do it... -David Fedor Palm, Inc.

Re: Control the LED blinking frequency and color?

2006-10-23 Thread Carmine Castiglia
Confusion, perhaps? As I read the docs, the first parameter is the number of times to blink (blink once, blink 10 times, blink forever, etc). This function is *not* used to set the blink frequency - that is, the number of blinks per unit of time. In the example given by you, requesting 300 bli

RE: Control the LED blinking frequency and color?

2006-10-19 Thread Carmine Castiglia
It is unlikely that it "doesn't work", more probable that you have not coded it correctly. Please show your code as well as any error messages you may be receiving. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tenchi Sent: Thursday, October 19, 2006

RE: imagesbitmap

2006-10-06 Thread Carmine Castiglia
This is just a shot in the dark especially as I don't know exactly what errors you are receiving. Do not forget that all of the major built-in apps were replaced along about OS5 - Address Book became Contacts, ToDo became Tasks, Memos - while retaining the basic application name - has a new databa

RE: Developer suite Link problem

2006-09-27 Thread Carmine Castiglia
Sorry - to go one step further, my C manual indicates that while "if" statements do not require an "endif", "#if" statements *do* require a "#endif". As I said, an un(der)educated guess. Carmine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bharathi

RE: Developer suite Link problem

2006-09-27 Thread Carmine Castiglia
An uneducated guess perhaps, but it seems to me the error message ("unterminated `#if' conditional") is telling you that you have an "if" without an "endif" or, in this case, "#if" without "#endif". Carmine Castiglia -Original Messag

RE: Fatal Alert: Line1594, Index out of range

2006-09-15 Thread Carmine Castiglia
My educated guess: you are trying to access a non-existent array member. In other words, you have an array with 10 members and you are trying to access member #11 or a negative number. It'll definitely be something along those lines. That's what "index out of range" means. Carmine -Origin

RE: Resource ID for system alert icons?

2006-09-04 Thread Carmine Castiglia
I am far from expert on these matters but I think the drill is to create your own bitmap (perhaps a 1 x 1 pixel transparent?) and assign to it the same resource ID as the system icon you want to override. During the time that your app is active, your resource 10004, for example, will take the plac

RE: HotSync hosed -- reflash T|T3 ROMs?

2006-08-29 Thread Carmine Castiglia
The single most important test is does it work properly immediately after a hard reset and before hotsyncing? Can you do all the normal things you should be able to do with a T3 without encountering a failure? If not, then it is probably a hardware issue. On the other hand, if the problems do no

re: HotSync hosed -- reflash T|T3 ROMs?

2006-08-29 Thread Carmine Castiglia
Hotsync? Are you certain it's the T3 and not the PC? What have you done on the PC side to rule out that possibility? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Device ID for Palm Zire 22

2006-08-13 Thread Carmine Castiglia
13, 2006 6:01 AM To: Palm Developer Forum Subject: Re: Device ID for Palm Zire 22 Carmine Castiglia wrote: > Check out the list at http://www.mobilegeographics.com/dev/devices.php > > I believe it is generally considered the most complete and accurate > list of its type. I had

RE: Device ID for Palm Zire 22

2006-08-13 Thread Carmine Castiglia
Luc, Check out the list at http://www.mobilegeographics.com/dev/devices.php I believe it is generally considered the most complete and accurate list of its type. Carmine Castiglia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Le Blanc Sent

RE: PalmDB structure

2006-08-07 Thread Carmine Castiglia
I am far from being an expert, but here is what I understand to be true: 1) Palm database records are stored as simply a string of bytes. It is relatively simple to separate the database into individual records. 2) Palm databases *do not* embed any information as to record structure. It is impos

RE: PalmSource registration fails

2006-08-06 Thread Carmine Castiglia
>> but still have not received the email that was "sent". << Spam-blocker, perhaps? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Sent: Sunday, August 06, 2006 3:24 PM To: Palm Developer Forum Subject: Re: PalmSource registration fails I have b

re: Resource ID for system alert icons?

2006-08-06 Thread Carmine Castiglia
John, 10004 = "Info" icon 10005 = "Question Mark" icon 10006 = "Exclamation Mark" icon 10007 = "X" error icon -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Flash OS

2006-08-04 Thread Carmine Castiglia
Title: Message To purposely enter Debug mode on any PalmOS device, you hold the hardware "Down" button, initiate a reset, and continue holding the Down button for several more seconds.   Have you considered the possibility that your Down button is stuck?    -Original Message-

RE: sound storage and playback in my first app

2006-08-03 Thread Carmine Castiglia
Others will have to address most of your questions, but be aware that Treo-specific simulators can be downloaded at http://pluggedin.palm.com/ Sign in (create a free membership if you haven't already) and then click the "develop" link on the left edge of the screen. -Original Message- F

RE: OS5 = Garnet?

2006-07-25 Thread Carmine Castiglia
Title: Message Oscar,     OS5.x = Garnet   OS6.x = Cobalt   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oscar De León R.Sent: Monday, July 24, 2006 10:51 PMTo: Palm Developer ForumSubject: OS5 = Garnet? Hi, I have a Palm

RE: Creator ID to use for a tutorial...

2006-07-24 Thread Carmine Castiglia
I'd like to jump in on this, speaking as an occasional developer of PalmOS apps and a long-time user of Palm hardware. What is the primary function of Creator ID's? When all else is put aside, the most important thing that a Creator ID does is to pull together the files belonging to an app into a

RE: How to unsubscribe?

2006-07-01 Thread Carmine Castiglia
It's at the bottom of every message, including this one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Reger Sent: Saturday, July 01, 2006 3:48 PM To: Palm Developer Forum Subject: How to unsubscribe? __

Re: fnav quirks

2006-06-22 Thread Carmine Castiglia
I can give in regards to labels. But, NSBasic allows one to attach code blocks to labels which will run if the label object is tapped and I have used this capability to good effect on a number of projects. Also, the Palm Developer's Guide is unclear on this entire subject, to wit: --

fnav quirks

2006-06-22 Thread Carmine Castiglia
I have noticed two issues in regards to fnav which I would like some input on - confirmation, explanation, whatever anyone can offer. I should point out that these examples are from test apps written with NSBasic using an fnav.bin resource file which was created with PilRc. The tests were

RE: Palm PIM SDK question - how to use it?

2006-06-18 Thread Carmine Castiglia
I'm not 100% on this, but I think the SDK's downloadable from pluggedin.palm.com provide the tools necessary specifically for devices such as Treo smartphones. For everything else, grab the "Core PalmOS SDK" from here: http://www.palmos.com/dev/dl/dl_sdks/ Feel free to shoot me (paintballs only,

RE: Newbie Questions

2006-06-14 Thread Carmine Castiglia
Don, You might want to consider a product like NSBasic (http://www.nsbasic.com) as a development tool. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don I Sent: Wednesday, June 14, 2006 7:20 PM To: Palm Developer Forum Subject: Newbie Questions H

Preferences documented for developer use?

2006-06-14 Thread Carmine Castiglia
Are the saved/unsaved preferences used by the Palm OS and built-in apps documented and available for developer use? With few exceptions, it seems the only way to get at this information is through multiple trials, examining the preferences databases for changes after adjusting an item - power s

Treo adjust ringer volume/parameters programmatically?

2006-06-11 Thread Carmine Castiglia
Is it possible to adjust the ringer volume and associated parameters programmatically on recent Treo models? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Header file directory structure

2006-06-10 Thread Carmine Castiglia
This is the way I got it to work: 1) Copy everything from the Treo sdk 5.2 "Inc" folder (68K folder, common folder, and palmOne_68K.h file) to C:\Program Files\PalmSource\Palm OS Developer Suite\sdk-5r4\include (assuming the default install paths). 2) Run C:\PalmOSCygwin\Bin\palmdev-prep.exe o

PhnLibGetRoamPrefMode difficulty

2006-06-09 Thread Carmine Castiglia
I am having a heck of a time getting PhnLibGetRoamPrefMode to work correctly in a shared lib. Part of the problem may be that the sdk 5.2 headers have not been fully updated to reflect changes (apparently) made for the Treo 700p. HsPhoneNetwork.h contains: /** * @brief (TBD) * * @param re