Recording Video

2003-12-24 Thread Deepak TVS
Hi All, Are there any APIs to record video. I know that Palm Support Group have a set of APIs that can capture an image, but I need to record live video and the Capture video takes approximately one second to capture one image. So this is not helpful. Are there any APIs to do the needful. Than

BUS ERROR

2003-12-24 Thread Dhanashri
Hello All, This is very important and urgent. We have written a serial driver which sits on the Serial Manager for Palm OS 4.1 and 5.x. But we are getting this fatal error quite frequently --> "Bus Error - Connect to Palm Debugger". What are the conditions when this error is reproduced ? Please adv

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Aaron Ardiri
> You mean the country choice? Canada went metric almost 20 years ago, > yet my Clié offers me feet as a default. Maybe a good heuristic for > Palm would be metric everywhere except the US :) the UK still uses 'miles' :) and, a swedish mile (mil) is 10km. --- Aaron Ardiri [EMAIL PROTECTED] http:/

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Luc Le Blanc
Aaron Ardiri a écrit : > > You mean the country choice? Canada went metric almost 20 years ago, > > yet my Clié offers me feet as a default. Maybe a good heuristic for > > Palm would be metric everywhere except the US :) > > the UK still uses 'miles' :) and, a swedish mile (mil) is 10km. Indeed.

how do I know it's a Treo

2003-12-24 Thread Paul Nevai
Is there a feature number or such which tells me that I have a Treo (similar to _TRGVGAFeaturePresent())? Thanks, PaulN -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: how do I know it's a Treo

2003-12-24 Thread Shimon Shnitzer
Hi, Take a look here: http://www.mobilegeographics.com/dev/devices.php Shimon "Paul Nevai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a feature number or such which tells me that I have a Treo (similar > to _TRGVGAFeaturePresent())? Thanks, PaulN > -- For informat

Re: Recording Video

2003-12-24 Thread Dave Lippincott
The Palm OS (so far) does not directly support video. So find out who's camera you plan to use and download their SDK. My bet is that will get you the info you need. - Original Message - From: "Deepak TVS" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesda

Re: about demohack

2003-12-24 Thread Armada.li
I want to add a menu item to system menu(e.g: add "mail" item to Edit menu). I patch SysHandleEvent.It run well on palmos4,but don't run above palmos5. I want to do it on os5.please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:/

Re: how do I know it's a Treo

2003-12-24 Thread Paul Nevai
Thanks for the advice. QUESTION. How can I respond directly to a message if I read it via www.escribe.com? Is there any other depository which has more features? It was possible via http://groups.yahoo.com/group/palm-dev-forum/messages but that no longer is in operation. (I do get the daily combo

a Treo 600 Simulator mystery

2003-12-24 Thread Paul Nevai
This is the oddest thing I ever seen. I use the Treo 600 simulator and am running a somewhat elaborate function which works perfectly in every possible hardware, emulator, and simulator known to mankind [well, I didn't test all] except on the Treo 600 simulator just before I do an FrmDrawForm() jo

YASP (yet another segmentation problem)

2003-12-24 Thread Nahum Rosinsky
Hi there, I know this has been a highly discussed topic but the thing is this time i havent been able to get it resolved, soplz help! :) Im packaging a 20segments app using C++ and a good number of POL classes, after playing with classes and segments and setting smart linker mode, the app

vCalendar direct Upload/Import

2003-12-24 Thread Marc Castrechini
Does anyone know where I can start looking for a tool that will upload vCalendar files directly to the Palm and import them directly to the Address book. Essentially doing the same thing as one would with Palm Desktop but skipping that step. I'll program my own conduit if I must, but I'd rather u

Re: a Treo 600 Simulator mystery

2003-12-24 Thread Albert J. Franklin
Paul, In my experience, problems like this can be caused by writing to memory more bytes than allocated/expected. Adding the "junk" (including compiling for debug) seems to move the instruction/argument that gets stomped, so that your code, though modified, is not modified in a fatal manner.

YASP (yet another segmentation problem)

2003-12-24 Thread Nahum Rosinsky
Hi there, I know this has been a highly discussed topic but the thing is this time i havent been able to get it resolved, soplz help! :) Im packaging a 20segments app using CodeWarrior 9 , C++ and a good number of POL classes, after playing with classes and segments and setting smart linker m

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Ken Krugler
> >I see there is a prefMeasurementSystem system preference that seems to= be set >to unitsEnglish if the OS language is English, metric otherwise. But >is there a >system or pref dialog that changes it? > No. It gets initialized at hard reset time to match the measurement setting for the sy

Re: Key Q size

2003-12-24 Thread Ken Krugler
At 9:05am -0800 2003-12-24, Ken Krugler wrote: 1) What is the total size(in bytes) of the system Key Queue in Palm OS 4.1 and above ? Call EvtKeyQueueSize() to find out. 2) In what conditions do we get this error "Bus Error-Connect to Debugger" Got me. It's useful to provide more context when aski

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Luc Le Blanc
Ken Krugler a écrit : > > > >I see there is a prefMeasurementSystem system preference that seems to= > > be set > >> >to unitsEnglish if the OS language is English, metric otherwise. But > >> >is there a > >> >system or pref dialog that changes it? > >> > > > No. It gets initialized at hard

Re: how do I know it's a Treo

2003-12-24 Thread Regis St-Gelais
"Paul Nevai" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > QUESTION. How can I respond directly to a message if I read it via > www.escribe.com? Is there any other depository which has more features? It > was possible via http://groups.yahoo.com/group/palm-dev-forum/messag

Re: Gadget best option for list of read-only resizeable columns?

2003-12-24 Thread Luc Le Blanc
I get told though private e-mail that I'm better off with a gadget if horizontal scrolling is required. It thus means I have to handle row selection, writing white text on black background. How can this be done in pre-OS 3.5 when WinSetFore/BackColor did not exist? Actually, how did lists do that b

Re: Gadget best option for list of read-only resizeable columns?

2003-12-24 Thread Luc Le Blanc
Silly me, WinInvertRectangle does it. -- Luc Le Blanc I previously asked : > I get told though private e-mail that I'm better off with a gadget if horizontal > scrolling is required. It thus means I have to handle row selection, writing white > text on black background. How can this be done in

how to draw the slope text ?

2003-12-24 Thread KEN
hi, does anyone know how to draw text with different slope/angles (e.g. 30, 45, 90 degrees) ? thx! begin 666 slope.gif M1TE&.#EA3 !-`,0``/___W>&C)";IZJBRM<'(RMK>W_/T]/___P`` M`"'Y! $``!(`+ !,`$T```7_8"".9&F> M:*JN;.N^<"S/=&W?>*[O?.__P*!P2"P