Pen Q out of Sync

2003-02-24 Thread Ram Prasad.J
Hi All., When testing my game in debug rom using gremlins, I got the following error message. "Pen Q out of sync" It pointed to the mySyshandleEventPatch. However, i have not created any patches in this application and there are no other hack related application running in the emulator. This

Re: Starting a hotsync inside an custom application

2003-02-24 Thread Oliver
> Thank you for the reply, but I was hoping you could > tell me if this is simply an API function call or > some other techique such as notifications etc. > I have covered the SDK docs several times over and > searched the internet, maybe I have been using the > wrong key words to search becau

Re: simulation of hardware button push

2003-02-24 Thread Dave Lippincott
But at least I didn't type it. ;-) - Original Message - From: "David Beers" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 7:28 PM Subject: Re: simulation of hardware button push > Dave Lippincott wrote: > > Simulate the button with Ev

Re: Starting a hotsync inside an custom application

2003-02-24 Thread Johnny
Thank you for the reply, but I was hoping you could tell me if this is simply an API function call or some other techique such as notifications etc. I have covered the SDK docs several times over and searched the internet, maybe I have been using the wrong key words to search because I have yet to

Re: simulation of hardware button push

2003-02-24 Thread David Beers
Dave Lippincott wrote: > Simulate the button with EvtEnqueueKey or EvtAddUniqueEventToQueue. > You just need to know the button event data to enqueue. (a little debugging > can reveal the necessary info if you already don't have it) Thanks Dave. Sorry, this was an RTFM question... just looking i

Re: Bitmapfamily and M105

2003-02-24 Thread Ben Combee
At 15:32 2003-2-24 -0800, you wrote: We have a bitmap family consisting of 1,2,4, and 8 bpp images. However whenever we run this app on a Palm M105 (2 bpp) the 1 bpp image always gets used. We are using the GCC tools and PilRC. Do we need to set the palette in the app? Should it select the corr

Bitmapfamily and M105

2003-02-24 Thread Brian Ku
Dear all, We have a bitmap family consisting of 1,2,4, and 8 bpp images. However whenever we run this app on a Palm M105 (2 bpp) the 1 bpp image always gets used. We are using the GCC tools and PilRC. Do we need to set the palette in the app? Should it select the correct image for bitmap famil

Re: Dynamically converting font types

2003-02-24 Thread John Marshall
On Mon, Feb 24, 2003 at 03:36:55PM -0700, Adam McDaniel wrote: > Before you ask why I would want to do anything of the sort, we're > actually using prc-tools for a development environment and don't have > the conveience of constructor to create the proper resource into the > prc itself. Just so th

Dynamically converting font types

2003-02-24 Thread Adam McDaniel
I'm curious if anyone has any experince in dynamically converting an existing FontType 'NFNT' into a FontTypeV2 'nfnt' resource? Before you ask why I would want to do anything of the sort, we're actually using prc-tools for a development environment and don't have the conveience of constructor to

Serial IR on the Zire model?

2003-02-24 Thread Ron Nicholson
Does anyone know if the errata regarding opening the serial port in IR mode under OS 4.1 was fixed on the Palm Zire model? If not, does anyone know which Dragonball port bit(s) controls the enable/disable of the IRDA transceiver hardware on this specific model? Thanks, Ron Nicholson HotPaw Produ

Invoke a prc?

2003-02-24 Thread Sean O'Reilly
Is it possible to invoke a prc like an executable with passed in arguments? I am trying to get around restructuring a piece of library code to confirm to the callers memory handling conventions. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculato

Re: installing programs on the desktop with instapp.exe

2003-02-24 Thread Ronnie van 't Westeinde
Hi, You'll definitely need to use the API functions for installing files. I tried using the instapp.exe too, and it worked. But then I distributed the application and one of the users complained that he couldn't install the files. It turned out he owns a Sony and the Sony instapp.exe is not in the

Openning a connection

2003-02-24 Thread Sergio . DelValle
Hi everyone, I'm trying to develop an app in which I want the user to be able to select the connection profile he/she wants to use to connect to the network, I already get the network profiles displayed on a list. How can I start the selected connection regardless on the currently selected prof

Re: Developer Certification ?

2003-02-24 Thread Jason Freund
> Roger Stringer: > Speaking for myself, I was always put off by the lack of sample exams > and a primer. The comment "just read all the manuals and you'll pass" > was never motivating. > I took the sample a while ago, so I don't remember exactly, but I think there wasn't much, if anything, from

Strange states on m500/m515/universal connector devices.

2003-02-24 Thread Kevin OKeefe
Just wanted to know if anyone has seen reports on m500/m515 (in particular), or universal connector devices (in general) getting into weird states. Here are the scenarios: 1.) Plugging vanilla device into universal connector cradle results in device getting stuck in the "off" state. Subsequent

Re: PilRC and linking

2003-02-24 Thread Ben Combee
At 09:39 2003-2-24 +0100, you wrote: Hi again, my problems escalates Still trying to make a bitmap resource with my own palette. I'm using PilRC and I kept getting little-endian .bin-files. (The width and height in the beginning of the file was (40 01) instead of (01 40)? After a while, I found

Re: FrmUpdateForm Weirdness

2003-02-24 Thread Jim Garozzo
Ahh..sorry, the frmupdateform worked great, i had an error in my case statement which had a FrmGotoForm which caused my weird behavior. Once that was fixed, the command worked great! Jim -- ** James P. Garozzo - Connectivity Engineer White-Rodgers

Re: simulation of hardware button push

2003-02-24 Thread Dave Lippincott
Simulate the button with EvtEnqueueKey or EvtAddUniqueEventToQueue. You just need to know the button event data to enqueue. (a little debugging can reveal the necessary info if you already don't have it) - Original Message - From: "David Beers" <[EMAIL PROTECTED]> To: "Palm Developer For

Re: I have a problem with serLineErrorSWOverrun & with continuous dat a.

2003-02-24 Thread Dave Lippincott
Is flow control an option? Either hardware or software flow control would help. You can also increase the serial buffer size. If you can't flush the incoming buffer without loosing some of the necessary data, throw away the unwanted data yourself. (Hint: use the serial receive callback) -

Re: Starting a hotsync inside an custom application

2003-02-24 Thread Dave Lippincott
You can simulate the Hotsync button by posting the hotsync key to the event queue. Plenty of examples around, the functions are outlined in the SDK docs. - Original Message - From: "Johnny" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent:

Re: Searching files on a sd card

2003-02-24 Thread Markus Dresch
you can't use the Dm* functions to access data on a sd card. you need to use the VFS* functions. markus dresch (www.palmside.com) "Xue Qu" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hi all > > i wander how to find a specified pdb file from a sd card.My palmos version >

Re: installing programs on the desktop with instapp.exe

2003-02-24 Thread Dave Lippincott
Download CDK and read the docs, look over the examples. You can use the COM controls within your desktop app to get all the user info you need. There are also routines to properly install files to the hand held. Don't copy the files directly into the install directory. - Original Message ---

Re: Repost: Problems with FrmReturnToForm & OS 3.1

2003-02-24 Thread Markus Dresch
FrmPopupForm opens a new form without closing the current one. FrmReturnToForm is used to close the popup and return to the last form. your popup form receives the same events as a form opened with FrmGotoForm. markus dresch (www.palmside.com) "Richard Coutts" <[EMAIL PROTECTED]> schrieb im New

installing programs on the desktop with instapp.exe

2003-02-24 Thread Micholi Chaikin
Hi all, Since this question is purely regarding desktop development, this might not be the correct place to ask it - so if not, please direct me to the correct forum; I want to make my desktop application install a list of palm programs using the usual instapp.exe - so if I run: C:\Pro

Starting a hotsync inside an custom application

2003-02-24 Thread Johnny
Dear all, I was wondering if it was possible to start the hotsync directly from your application instead of pressing the hotsync button or exiting out of your application and hitting the onscreen hotsync icon. Any replies are very much appreciated. regards Johnny -- For information on using

PilRC and linking

2003-02-24 Thread Magnus Berg
Hi again, my problems escalates Still trying to make a bitmap resource with my own palette. I'm using PilRC and I kept getting little-endian .bin-files. (The width and height in the beginning of the file was (40 01) instead of (01 40)? After a while, I found the -PalmRez switch which made the .