Re: Disabling hard keys permanently.

2002-07-29 Thread Aaron Ardiri
> > I would like to know if there is a way to "disable" the 4-hard keys on the > > device permanently. I do not know whether there is a direct approach for > > this. I tried to get some information from archives but to no avail. I could > > make the hard keys non-functional while my application is

Re: Clie Display Problem

2002-07-29 Thread Aaron Ardiri
> > This is in the AppStart() function: > > === > > static UInt32 depthsToTry[] = {16, 8, 4, 2, 1 }; > > > > if (romVersion >= sysMakeROMVersion(3,5,0,sysROMStageRelease,0)) { > > // save the current display state > > WinScreenMode(winScreenModeGet,NULL,NULL,

Re: Clie Display Problem

2002-07-29 Thread Aaron Ardiri
> I have an application that works fine with the exception of running > it in hi-res mode on a Sony Clie NR70. When the application is run, > the screen goes "wacky" - lines are everywhere etc. When the application > is exited from, the screen stays messed up in every other application. > >

Re: Event Queue Full

2002-07-29 Thread Ben Combee
In article <92421@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hello post, > > I have an intermitten problem whereby entering a form gives this error : -- > > called SysFatalAlert with the message: "Event.c, > Line:200, Event queue full". > > Now, if it were happening all the time I probabl

Re: Target Settings for Hack?

2002-07-29 Thread Ben Combee
In article <92371@palm-dev-forum>, [EMAIL PROTECTED] says... > I removed the resources from the .tmp (patch) targets, and added them to the > final hack target, and was able to get the Hack to compile and link, but > when it executes, I now get the following: > > Address (3.5) called SysFatalAler

Re: Problem with IDE..

2002-07-29 Thread Ben Combee
In article <92362@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi , > I have two problems with code warrior IDE one is with code warrior 7. > > 1. With Code Warrior 6 - >After debugging application , when I am trying to run the application it > is now allowing to run or to debug the app

RE: Relational DB developing

2002-07-29 Thread Ben Combee
In article <92374@palm-dev-forum>, [EMAIL PROTECTED] says... > I have two questions on upgrading to the Enterprise edition. How much > is the upgrade cost from CodeWarrior 8 for Palm OS to CodeWarrior > Enterprise? My second question is the cost on license fee(s) on > wireless connectivity and

Re: LstSetListChoices() crashes

2002-07-29 Thread Sridhar Venkataraman
Hi nisha When you add items to a list dynamically, you either pass the entire array of strings to the list and let the OS take care of allocation, dealloc and other things yourself or use a callback function to draw the list yourself. The latter approach is more flexible but the former is eas

LstSetListChoices() crashes

2002-07-29 Thread Akhil Bhandari
Hi, I am using list control in my GUI application in palm OS CodeWarrior. I am adding data in the list dynamically. I am using method LstSetListChoices() . It works fine. Now like this if a add no. of items more than the list visible item, a scroll bar appears and if i click it, program crashes

Form being called from External App

2002-07-29 Thread Abhijit Roy
Hi, I am working on an App that has a form which will be called from another external app. Now , I dont have any source code of the caller app but i know the calls that the caller app can make to my App. In one of such calls I have to display this form that would contain 3 b

Horizontal Scroll bar????????

2002-07-29 Thread Akhil Bhandari
Hello, I am using list control in my application. I am adding data dynamically using LstSetListChoices(). if i add a item text which is more than the width of list, a part of it is not seen.. how do i enable horizontal scroll in this case... rgds, Nisha. -- For information on using the Pal

Re: Disabling hard keys permanently.

2002-07-29 Thread Daniel Seifert
Am Mon, 2002-07-29 um 07.18 schrieb Vadiraj: Hi, > I would like to know if there is a way to "disable" the 4-hard keys on the > device permanently. I do not know whether there is a direct approach for > this. I tried to get some information from archives but to no avail. I could > make the hard

Re: question about lists

2002-07-29 Thread Craig Belson
--- Joe Malone <[EMAIL PROTECTED]> wrote: > --- Craig Belson <[EMAIL PROTECTED]> wrote: > > > > I want to see if I can figure out the code for how > to > > do this myself... When you have a 10 item list, > and 5 > > items visible, when you hit the down arrow, what > kind > > of event does it sen

Re: Clie Display Problem

2002-07-29 Thread Mark Wilden
From: "Edward P. Ross" <[EMAIL PROTECTED]> > > This is in the AppStart() function: > === > static UInt32 depthsToTry[] = {16, 8, 4, 2, 1 }; > > if (romVersion >= sysMakeROMVersion(3,5,0,sysROMStageRelease,0)) { > // save the current display state > WinScreenM

Re: Palm OS 5 SDK Simulator expansion card problem

2002-07-29 Thread ScottP
Ok the steps to get HostFS working for the simulator are 1) Install the HostFS_simulator.prc (available from PalmDev) onto the simulator. 2) Soft reset the simulator - this should have the effect of creating a 'POSESlot1' card in the categories list. Looks like you got this far, the thing to

Desktop Link Protocol

2002-07-29 Thread vinay badami
The Serial Link APIs documented in the PalmOS Companion and Ref guides talk about the desktop-link protocol, but do not elaborate on how one would write s/w running on a desktop that would communicate with the device over this protocol..is there any documentation about this..? I looked at the pil

Re: Event Queue Full

2002-07-29 Thread Keith Rollin
Please see my response over on the pilot.programmer.codewarrior group where you posted this earlier. -- Keith At 3:47 PM -0700 7/29/02, Hemon Dey wrote: >Hello post, > >I have an intermitten problem whereby entering a form gives this error : >-- > > called SysFatalAlert with the message: "Event

Event Queue Full

2002-07-29 Thread Hemon Dey
Hello post, I have an intermitten problem whereby entering a form gives this error : -- called SysFatalAlert with the message: "Event.c, Line:200, Event queue full". Now, if it were happening all the time I probably would be able to figure it out. However this is not the case ... it seems to o

Re: question about lists

2002-07-29 Thread Joe Malone
--- Craig Belson <[EMAIL PROTECTED]> wrote: > > I want to see if I can figure out the code for how to > do this myself... When you have a 10 item list, and 5 > items visible, when you hit the down arrow, what kind > of event does it send? I took a quick look through > the list section of the doc

Clie Display Problem

2002-07-29 Thread Edward P. Ross
I have an application that works fine with the exception of running it in hi-res mode on a Sony Clie NR70. When the application is run, the screen goes "wacky" - lines are everywhere etc. When the application is exited from, the screen stays messed up in every other application. I believe th

Re: Relational DB developing

2002-07-29 Thread Craig Belson
I'm about 80% sure there's an Access/ODBC compliant conduit for HanDBase... I'm not positive of the specifics about it, though - try www.ddhsoftware.com -C --- Barry Peet <[EMAIL PROTECTED]> wrote: > Perhaps this question is asked a million times, but > i can't seem to find to > answer I'm look

RE: Relational DB developing

2002-07-29 Thread Oliver
>I have two questions on upgrading to the > Enterprise edition. How much is the upgrade > cost from CodeWarrior 8 for Palm OS to > CodeWarrior Enterprise? My second question is > the cost on license fee(s) on wireless > connectivity and database(s) per user? Elizabeth, have you considered

RE: question about lists

2002-07-29 Thread Mike Shubeck
Check out the "events" section of the reference, Chars.h in the SDK, and LstScrollList. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Craig > Belson > Sent: Sunday, July 28, 2002 9:54 PM > To: Palm Developer Forum > Subject: question about lists >

question about lists

2002-07-29 Thread Craig Belson
I'm sure you've all heard the expression making something dance - well, if I can't have my visor ballroom dancing by the time I get back, I'd like to at least teach it the box step... :-) I want to see if I can figure out the code for how to do this myself... When you have a 10 item list, and 5 i

Re: Help !!

2002-07-29 Thread Marco Zhang
hi,does anyone know such kind of good NewsGroup for WinCE? - Original Message - From: "Dave Lippincott" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, July 27, 2002 4:30 AM Subject: Re: Help !! > Ask Appforge, they have their own newsgroup

Sound recording

2002-07-29 Thread Manohar Chapalamadugu
Hi I am trying to record sound and then play it back using the Simulator. I couldnt get it to work. I would appreciate if any help is provided. Please point to voice memo source code for OS5 if available. I hear some noise while playing it back. Here is my code. // callback functions for re

Re: Basic Palm questions

2002-07-29 Thread Vo Le Phu Quy
You have to convert the .WAV file into the .PDB file. So you can use this .PDB file for your application. cheers! --- Alexander Galkin <[EMAIL PROTECTED]> wrote: > Palm OS 5 SDK has Waves sample that shows how to > play sound both from WAV > files and from resource. This example shows how to > r

Re: Target Settings for Hack?

2002-07-29 Thread Jaxo, Inc.
I'm not sure exactly what you're doing when you try to display your UI, or what your hack is meant to do, but you may have to manage the loading/display of these UI resources using the lowest-level Palm OS APIs you can, since you're probably executing in the context of the currently running app (i

Palm OS 5 SDK Simulator expansion card problem

2002-07-29 Thread Alexander Galkin
I have problems emulating storage card with Palm OS 5 SDK Simulator. I found in the documentation that OS 5 Simulator has built in card. I see that card 4MBRAMDISK. I also tried to install HostFS for OS 5 Simulator. After that another card POSESlot1 appeared. However I don't know to map these card

sound recording on OS 5.0

2002-07-29 Thread Manohar Chapalamadugu
Hi I am trying to record sound and then play it back using the Simulator. I couldnt get it to work. I would appreciate if any help is provided. Please point to voice memo source code for OS5 if available. I hear some/only noise while playing it back. Here is my code. // callback functions for

RE: Resident programs

2002-07-29 Thread Dave Mottorn
Thanks - that's a big help. regards, Dave Mottorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Ardiri Sent: Monday, July 29, 2002 1:18 PM To: Palm Developer Forum Subject: Re: Resident programs > I have a couple of reasons not to want the res

RE: REcord retrieval problem

2002-07-29 Thread Scott Johnson
From: Sridhar Venkataraman [mailto:[EMAIL PROTECTED]] > Whenever, i create and open a database and insert records > into it, everything is fine. I am able to read the records > and display them. But when i exit the application and again > run it, the records are not being read. The number of recor

Re: Resident programs

2002-07-29 Thread Aaron Ardiri
> I have a couple of reasons not to want the resident programs that come with > Palm OS devices, e.g., the address book, calculator, etc. Is there any way > to get rid of them or at least take their icons off the screen? easiest solution = create applications with the same creator ID and mark

RE: to the power function?

2002-07-29 Thread Regis Nicolas
x^y = exp(y * ln (x)). You then need MathLib. Cordially, Regis. Regis NICOLAS - Engineering Director, Montpellier Site Palm Computing Europe, a PalmSource, Inc. subsidiary When the finger points to the sky, the idiot look

Using the Serial Manager SrmOpen to Read from a GPS Unit

2002-07-29 Thread Chang . Elizabeth
We are developing an application to communicate the Magellan GPS unit with a Handspring device. We are not using the Cradle Port or HotSync Port. How can I configure the Port for SrmOPen()? Can you give me an example? -Elizabeth Chang -- For information on using the Palm Developer Forums,

RE: Relational DB developing

2002-07-29 Thread Chang . Elizabeth
I have two questions on upgrading to the Enterprise edition. How much is the upgrade cost from CodeWarrior 8 for Palm OS to CodeWarrior Enterprise? My second question is the cost on license fee(s) on wireless connectivity and database(s) per user? -Elizabeth Chang |-+

Re: Target Settings for Hack?

2002-07-29 Thread Geoff Thompson
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:92322@palm-dev-forum... > It is happening at the Rez level, not the linker level, which is why you > see an error, not a warning. I suggested that you not link your > Constructor resources into the project until the final Hack target -- > d

Help with bin to device... please!!!

2002-07-29 Thread Dominique Martel
Hi, I have to load a .bin file in a device, using a Palm. Here is what I did. First I created an app that build a pdb file. The pdb file contains a header, followed by the all the datas. Then, I transfered this pdb file in the Palm. And finally, I send the datas contained in the pdb to the device.

RE: Relational DB developing

2002-07-29 Thread Vinu Raj
> -Original Message- > From: Barry Peet > > Perhaps this question is asked a million times, but i can't > seem to find to > answer I'm looking for... > > I'm developing a Palm application, that also has a desktop > part. On the > desktop I have a relational (Access) database. > > On

RE: Problem with IDE..

2002-07-29 Thread Vinu Raj
> -Original Message- > From: Vinay Vinay > > Hi , > I have two problems with code warrior IDE one is with code > warrior 7. > > 1. With Code Warrior 6 - >After debugging application , when I am trying to run the > application it > is now allowing to run or to debug the applica

Resident programs

2002-07-29 Thread Dave Mottorn
I have a couple of reasons not to want the resident programs that come with Palm OS devices, e.g., the address book, calculator, etc. Is there any way to get rid of them or at least take their icons off the screen? regards, Dave Mottorn -- For information on using the Palm Developer

RE: Conduits

2002-07-29 Thread Mike Shubeck
You have two options: 1) You could write a conduit that sends data to a PC during a HotSync. Once the PC has the data it would forward it on to the server. For this you need the Palm Conduit Development Kit (CDK) get it from Palm's site. Remember to ask any questions that are specifically about

Problem with IDE..

2002-07-29 Thread Vinay Vinay
Hi , I have two problems with code warrior IDE one is with code warrior 7. 1. With Code Warrior 6 - After debugging application , when I am trying to run the application it is now allowing to run or to debug the application second time. For that I have to colse the IDE and I have to open i

Relational DB developing

2002-07-29 Thread Barry Peet
Perhaps this question is asked a million times, but i can't seem to find to answer I'm looking for... I'm developing a Palm application, that also has a desktop part. On the desktop I have a relational (Access) database. On the Palm, I want to be able to use a subset of this db, also relational.

Re: Using MathLib.h ?

2002-07-29 Thread Vinay Vinay
Hi Ben, Thanks for your reply, my problem has been solved. >From: Ben Combee <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: Re: Using MathLib.h ? >Date: Mon, 29 Jul 2002 08:52:22 -0500 > >In article <92330@pa

Disabling hard keys permanently

2002-07-29 Thread Stringer
>Subject: Disabling hard keys permanently. >From: "Vadiraj" <[EMAIL PROTECTED]> >Date: Mon, 29 Jul 2002 10:48:02 +0530 > >I would like to know if there is a way to "disable" the 4-hard keys on the >device permanently. When you start your application, set the creator ID for each of the hard keys

Re: Printing with Irda - Fatal Error on PalmOS 4.1 after LMP callback

2002-07-29 Thread Markus Dresch
my infrared printing library works fine on a m515 (palmos 4.1). check out www.palmside.com markus -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Using MathLib.h ?

2002-07-29 Thread Ben Combee
In article <92330@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > I am using codewarrior 6. And I want to use the MathLib.h , but I am not > able use that. I want to access some Trignometric function and mainly Pow() > function. I have added the MathLib.h, and MathLib.c into my project b

Conduits

2002-07-29 Thread narender reddy
hello sir The problem here is to send the data from the HandSpring (PALM) to he server via desktop and receive data on to Handspring(PALM) via Desktop in a single click(Instance).Here we should not use INet or Net libraries,or ThirdParty tools. if any one has any idea or code Please Pass

Re: to the power function?

2002-07-29 Thread Holger Klawitter
Am Montag, 29. Juli 2002 08:50 schrieben Sie: > Hi, > Thanks for your reply, what if I want to raise the power by fractions, > say for exapmle Pow(2, 0.5), it will return 1 all the times, if you have > any solution the plese tell me. > Thanks Use Mathlib. It has "pow" right at hand. With kind

Re: Porting c language based UI in c++

2002-07-29 Thread Markus Dresch
there are some ui classes you can use in c++, but afaik c++ understands you c code, so you should be able to just copy your existing code. "Amit Namjoshi" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:92333@palm-dev-forum... > > Hi Folks, > I have developed a UI in C. Now i want toport this C