video help pleasee......

2006-03-08 Thread she
plese show me how to use the PlmOnePhotoAPI to capture video on my treo650 or can you show any other API which i can use. please, i've been posting this for six months now. thanks a lot!! sHe -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Luc Le Blanc
Ben Combee wrote: On 3/6/06, Luc Le Blanc [EMAIL PROTECTED] wrote: Thanks for the info. But is this documented in full details somewhere (resource layout, globals access, passing pref panel change, etc.) ? There was sample code for a pref panel back in the Palm OS 3.5 SDK. It got

Treo 600 serial hotsync cable woes

2006-03-08 Thread Benjamin Bloomfield
I'm not sure what the root of my problem is, but CodeWarrior recently stopped working connecting to my Treo 600 to debug. Hotsync-ing also no longer works on the serial cable, and I haven't tried it on the USB cable that came with the device because it's at someone else's house. Anyway, when I try

Re: Help! Can't connect to Treo 600 for USB debugging in CodeWarrior.

2006-03-08 Thread dvanderwel
Well... that certainly explains my problem :) Thanks. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How can I build a simple prc for weight calculations in the jet I fly?

2006-03-08 Thread Tam Hanna
Hi, what about SmallBASIC? Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: video help pleasee......

2006-03-08 Thread Jeremy Evans
I would suggest joining Palm's Plugged In program and downloading their SDK documentation as well as sample applications. In there there is a project called MiniMPEG4 that should show you how the video capture works with the codec manager. I'd suggest taking a look at what I've posted above

Re: Help! Can't connect to Treo 600 for USB debugging in CodeWarrior.

2006-03-08 Thread dvanderwel
Do you think a serial - usb converter would work as an alternative, or does it have to be an actual Treo 600 serial cable? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Treo 600 serial hotsync cable woes

2006-03-08 Thread babbu cathy
You can try anyone from the following if u suspect., 1. Try to uninstall and re-install palm desktop software. 2. See whether your hotsync cradle fit properly on your device side. 3. Try to sync in an another computer or with an another cradle(try to get an another cradle) and see whether you

RE: how to disable zire 22 center button's alert screen?

2006-03-08 Thread Robert Rhode
What happens if you return True upon vchrRockerHardCenter ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme C. Hazan Sent: Friday, February 24, 2006 2:29 PM To: Palm Developer Forum Subject: Re: how to disable zire 22 center button's alert

NetLibSocketConnect and Tungsten TX (WIFI)

2006-03-08 Thread Robert
Hello! I want to download a database (pdb) from my webserver to the handheld. Everything looks fine except that it don't run on my Tungsten TX with wlan. At this position the program stops: NetLibSocketConnect(...) The error is 1204 (netErrParamErr). I'm wondering because everything works fine,

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Ben Combee
On 3/8/06, Luc Le Blanc [EMAIL PROTECTED] wrote: But can I call this panel from within my app too? I try to sublaunch it with SysAppLaunch and a sysAppLaunchCmdPanelCalledFromApp launch code but POSE reports a fatal error telling me I cannot use globals, which my panel does (like PalmOS'

Re: Help! Can't connect to Treo 600 for USB debugging in CodeWarrior.

2006-03-08 Thread Ben Combee
On 3/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Do you think a serial - usb converter would work as an alternative, or does it have to be an actual Treo 600 serial cable? You need the actual Treo 600 serial cable. The problem is on the device and the way its USB support is hooked up to

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Luc Le Blanc
Ben Combee wrote: On 3/8/06, Luc Le Blanc [EMAIL PROTECTED] wrote: But can I call this panel from within my app too? I try to sublaunch it with SysAppLaunch and a sAppLaunchCmdPanelCalledFromApp launch code but POSE reports a fatal error telling me I cannot use globals, which my

re: NetLibSocketConnect and Tungsten TX (WIFI)

2006-03-08 Thread Jeremy Evans
That error generally occurs when it fails to make a socket connection. If it's working properly on the simulator, have you confirmed that the device is set up properly and there's no network security/firewall restrictions that would prevent it from making a connection to the server? -- For

re: How can I build a simple prc for weight calculations in the jet I fly?

2006-03-08 Thread ThuNguyet Nguyen
check out this http://anpeco.com/WinAPIS.html HTH tnn -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Can gSOAP be compiled for PalmOS without the WITH_LEAN directive?

2006-03-08 Thread dvanderwel
I have a working gSOAP application that runs under Palm OS. All this time I have not realized that the WITH_LEAN proprocessor directive was enabled, meaning I am missing access to things like I/O timeouts, HTTP keep-alives, HTTP authentication and send/recv timeouts. The stdsoap2.h header files

SMS receiving

2006-03-08 Thread StingRay
Hello everyone! I have got some questions concerning SMS sending/receiving on the Treo 650. For our application, I need to be able to intercept incoming SMS messages w/o the user noticing anything. This is part of the registration process. It goes like this: user enters registration code

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Ben Combee
One last question: my panel DB is called Auriga_panl; is it normal the OS created another 84-byte DB named Auriga_panl_AURI_panl ? That sounds like the standard a68K database that PACE creates to shadow your database with ARM-native converted resources while the panel is running. It's

RE: Quicktime for Palm

2006-03-08 Thread Robert Rhode
1. Clean-room reverse-engineer an implementation of QuickTime so that your copy implements the API in the same way as the original but fits into the memory of a Palm OS device. 2. Sell your implementation for $10 million and let the buyer defend the lawsuit from Apple. 3. Enjoy your wealth!

calling sharedlib in ARM code

2006-03-08 Thread PalmDev
is it possible to open a shared library in PNO? i'm trying to open the library and CW said SysLibFind undefined. thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: NetLibSocketConnect and Tungsten TX (WIFI)

2006-03-08 Thread Robert
It works for two times on the device, but I tried about 50 times. So, I couldn't explain the error. I also thought about router settings but it works two times, so I couldn't figure out why it runs. When router settings were wrong it don't run one time. -- For information on using the

New memory- new problem (lost the data)

2006-03-08 Thread boss
Never seen the next problem using old Palms which don't have flash RAM. At the first time we have been doing something whith (DmOpenRef) records, reading/writting a data from/in the records Next I do something wrong in code that makes an exeption or a fatal error and obviosly Palm needs the

Re: New memory- new problem (lost the data)

2006-03-08 Thread Ben Combee
To force a write of the data, you need to use the DmSyncDatabase API that was added on the devices using NVFS. Details are in the Palm Developer Guide from pluggedin.palm.com. On 3/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Never seen the next problem using old Palms which don't have

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Luc Le Blanc
Ben Combee wrote: On 3/8/06, Luc Le Blanc [EMAIL PROTECTED] wrote: But can I call this panel from within my app too? I try to sublaunch it with SysAppLaunch and a sysAppLaunchCmdPanelCalledFromApp launch code but POSE reports a fatal error telling me I cannot use globals, which my panel does

Re: Application-specific Prefs panel; how?

2006-03-08 Thread Ben Combee
On 3/8/06, Luc Le Blanc [EMAIL PROTECTED] wrote: Panels are only called by SysUIAppSwitch. You'll have to save your state, switch to the app, and handle the switch back when the panel exits. Interesting: I was under the impression the built-in Prefs app was actually sublaunching panels,

re: Sony SDK and simulator - where can I find them?

2006-03-08 Thread vcamm
Take a look here: http://www.palm.projekt-base.de/wiki/cgi-bin/wiki.cgi?ClieDeveloper/Optain_Development_Tools -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Hello World Template

2006-03-08 Thread behrouzb
Hi, I just created the simple template that displays Hello, World! and installed it on my PDA. Now, I'm trying to find in the project template where Hello, World! is actually located. There is no PilotMain file and I was NOT able to find the Hello World anywhere in the project Thanks

RE: Sony SDK and simulator - where can I find them?

2006-03-08 Thread G. Kalyana Sundaram
Hello, Thanks - but that SDK does not have the Sound Functions. Is there an API call in Sony SDK for recording etc, and what is the format for input data? Let me give more details on my problem - we have developed an application called mobiVoIP (http://www.mobivoip.net) which is a VoIP solution

re: Hello World Template

2006-03-08 Thread behrouzb
There is actually a PilotMain function in AppMain.c, but I was still not able to find the Hello, World! instance! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Hello World Template

2006-03-08 Thread Jay Ts
Bruce ([EMAIL PROTECTED]) wrote: I just created the simple template that displays Hello, World! and installed it on my PDA. Congratulations! Now, I'm trying to find in the project template where Hello, World! is actually located. There is no PilotMain file and I was NOT able to find the

Re: Hello World Template

2006-03-08 Thread Jay Ts
[EMAIL PROTECTED] wrote: There is actually a PilotMain function in AppMain.c, but I was still not able to find the Hello, World! instance! Find the code in AppMain.c that opens the Main form. That is your clue as to how Hello, world! (which is just text that has been placed on the main form)