serial send/receive

2001-11-01 Thread Venkata Tumati
Hi, Anybody have a serial send receive function that works on codewarrior 7. i mean a serial send/receive function that uses the new serial manager program. -Venkata -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/foru

RE: Imessenger Help

2001-11-01 Thread Venkata Tumati
actually i got it to work, had to apply a hack program and then call the antenna raised function in keydown event. -Venkata -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Venkata Tumati Sent: Thursday, November 01, 2001 1:11 PM To: Palm Developer Forum S

Re: network preferences

2001-11-01 Thread Nag Malluru
Hi, you use this function call wherever you want to invoke the n/w prefs. void OpenNetworkPanel() { UInt cardNo; LocalID dbID; DmSearchStateType searchState; // Find panel's database header ID and card number. DmGetNextDatabaseByTypeCreator( true, &

[ANN] WorldFAQ(tm) Currencies for Developers

2001-11-01 Thread Steve Mann
Creative Digital Publishing, Inc. recently released WorldFAQ Currencies, a comprehensive, easy-to-use currency converter for Palm OS devices. It contains detailed information on 184 currencies and precious metals, and lets users easily convert between currencies and control various display asp

network preferences

2001-11-01 Thread geeta more
Hi all , can anybody explain me how to invoke system preferences throught the application? Thanx , Geeta Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the new all media adventure before November 3rd. -- F

Invoke n/w preferences

2001-11-01 Thread geeta more
Hi all , can anybody explain me how to invoke system network preferences throught the application . anybody experienced in this field? please help me out. Thanx , in advanced Geeta Nokia Game is on again. Go to http://uk.yahoo.co

Re: Icon name for application

2001-11-01 Thread A Lurker
--- Edward VanVliet wrote: > I have an application that I wrote. It looks > good except that the icon name continues to > be Starter despite anything that I have done The icon name is a resource. Therefore, open your project in CodeWarrior, double-click the .rsrc file to open Constructor, then

MO-SMS with Kyocera 3035 phone

2001-11-01 Thread Chih-Kao Liao
Is anyone making Kyocera 3035 phone to send a mobile originating SMS via serial data interface? Thanks. Chih-Kao -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: password prompt on reset,

2001-11-01 Thread Shaikh Khurram Saghir
I think you should contact the author of OnlyMe. May be he'll be able to help you. Khurram+ - Original Message - From: "Yuva Kumar" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 6:15 PM Subject: Re: password prompt on reset, > Than

uniqueID in Record List

2001-11-01 Thread Max Bian
Hello- My application requires a unique id for each record. The item "uniqueID" in the record list seems ok for my purpose. However I need to confirm that the uniqueID is really unique. What I mean is like this: For example, if I delete one record, I need to be sure that the uniqueID associate

Icon name for application

2001-11-01 Thread Edward VanVliet
I have an application that I wrote. It looks good except that the icon name continues to be Starter despite anything that I have done to call it its real name. I used Palm OS 3.5 stationary and Palm OS C app to create the project. the name I am going for is eReport. I created a new icon in Const

RE: Odd frmUpdate behavior

2001-11-01 Thread Peter Epstein
Oops. I sure botched that up! I meant to say I'd use FrmDoDialog, instead of FrmPopupFrom. The former is a blocking API that has it's own event loop (to which you can add your own bit of code), while the latter is non-blocking, returning immediately. The advantage of a blocking API is that you can

RE: Odd frmUpdate behavior

2001-11-01 Thread Peter Epstein
If possible, I'd use FrmPopupForm to present the dialog and wait for it to be closed. That should give you plenty of control. For example, you should be able to wait until the dialog is closed before updating the fields. If you want to stick with non-blocking APIs, don't update the fields yoursel

RE: Odd frmUpdate behavior

2001-11-01 Thread Danny Epstein
> I've just come across an odd problem using POSE with the m505 ROMs (debug > and normal). Okay - so this is Palm OS 4.0. Have you tried other versions? AFAICT, the behavior should be the same all the way back to 1.0. > I have a small dialog (100 pixels high) that pops up over a > form using Frm

Re: need Help-satya

2001-11-01 Thread Steve Sabram
KalyaniSatyam wrote: > Hi, > In CodeWarrior can use WAP No. > WML No. > and advanced technologies. No. > pl give idea and can you eloborate design point of view. Software development for the Palm is more like embedded systems. A big mistake a lot of people have when first writing for t

RE: Adding a Category in the launcher

2001-11-01 Thread Danny Epstein
There is no supported way to add categories to the Launcher. However, there is a way to make your application automatically get put into a category when it's installed, creating one if necessary. See http://www.escribe.com/computing/pcpqa/m48593.html for details. -- Danny @ Palm -- For informati

Odd frmUpdate behavior

2001-11-01 Thread Avilla, Dane
Greetings all, I've just come across an odd problem using POSE with the m505 ROMs (debug and normal). I have a small dialog (100 pixels high) that pops up over a form using FrmPopupForm. In the dialog, the user enters data into a few fields and then hits "ok" to return to the previous form (Frm

Adding a Category in the launcher

2001-11-01 Thread Kunal Taneja
HI All when we are on the Launcher Page we can see a number of categories present in which the applications are classified which are All, Games, Main, System, Utilities, Unfiled, to this the user can add his own category using the edit categories option. I want to add a category to this list thro

RE: TCP/IP file download

2001-11-01 Thread Danny Epstein
> I would like to download a PDB file directly onto my PDA via the internet. I don't know anything about the downloading part, but converting the downloaded PDB file (or data stream) into a database on the Palm isn't too hard: use ExgDBRead. There is an example in the Knowledge Base of sending a

RE: need Help-satya

2001-11-01 Thread KalyaniSatyam
Hi, In CodeWarrior can use WAP,WML and advanced technologies.pl give idea and can you eloborate design point of view. Thanks, satya --- "Avilla, Dane" <[EMAIL PROTECTED]> wrote: > Don't use J2ME. It's not mature enough, and it > won't be fast enough since > it runs on a Virtual Machine. Use Code

RE: need Help-satya

2001-11-01 Thread Avilla, Dane
Don't use J2ME. It's not mature enough, and it won't be fast enough since it runs on a Virtual Machine. Use CodeWarrior. In my experience, it's the best solution for writing large applications. Cheers, -DGA > Hi, > I gone thru palm.com but there lot of areas.But > basically I want to use J2M

RE: need Help-satya

2001-11-01 Thread KalyaniSatyam
Hi, I gone thru palm.com but there lot of areas.But basically I want to use J2ME .is it right selection to develop big applications.I would like to develop Application Service Provider(ASP).For that I am planning very big application.Can you guide me in designing part also.I apprecite your help Th

RE: need Help-satya

2001-11-01 Thread Avilla, Dane
Go to www.palm.com/dev/tech/tools. You can use VisualAge for Java from IBM to do Java coding. Use AppForge for VisualBasic coding. Use CodeWarrior or the PRC-Tools for C/C++ coding. If you application is complicated, you should use C/C++. Take a look at the link for more info. Happy hunting,

need Help-satya

2001-11-01 Thread KalyaniSatyam
Hi Everybudy, I am Satya ,I want to develop one palm based application .That application will have some screens and updations on retrived data.Those updations has to to be done at central server .That means syncronization has to be done with central database server online.can any one give idea in

TCP/IP file download

2001-11-01 Thread Ted Corpus
I would like to download a PDB file directly onto my PDA via the internet. Is this a trivial task for someone with little experience (e.g. hello world) in Palm Development? Or can/should I find some other software to take care of it for me? The PDB file will be for some third party software l

RE: Remote Field Navigation - vchrNextField and vchrPrevField

2001-11-01 Thread Danny Epstein
> As part of the application I'm writing to remotely navigate between fields > on the Palm I attempted to use the vchrNextField and vchrPrevField keycodes. > However, for some reason nothing seems to happen. > ... > (Note: It's NOT a question of my supporting these codes as part of my > forms - I

RE: HotSync/ScoutSync pdb files

2001-11-01 Thread Danny Epstein
> I've tried to use POSE/Par/pdbmake to create pdb files & load it into PDA. > With HotSync, all can be done. > But with ScoutSync, only pdb with record(s) is ok, pdb without record failed. I have a guess. ScoutSync is probably using ExgDBRead to convert the pdb file into a record database. There

Imessenger Help

2001-11-01 Thread Venkata Tumati
Hi, I have posted couple of times on how to send a message, without pressing check and send, in Messenger, when the message is added to the outbox. I still don't know how to do it, Can I get other suggestions on how to send mail from PalmVIIx without pressing Check and Send. I was wondering if the

RE: Multiple Form using the same Formbitmap

2001-11-01 Thread Avilla, Dane
A FormBitmap holds the ID of the BitmapFamily that will "live" in the FormBitmap. The BitmapFamily in turn holds the actual bitmaps, one for each supported color depth. In PilRC you create a BitmapFamily that has a particular ID which gets turned into a PalmOS BitmapFamily resource with the reso

Re: Multiple Form using the same Formbitmap

2001-11-01 Thread Jim Garozzo
Thanks!! Although, I'm using FalchNet IDE, I think I might be able to do the same thing about the Bitmap Family. Are you saying that making a BitMapFam will generate a unique resource id? Thanks for the help, i'll try to see if that true! Jim "Avilla, Dane" <[EMAIL PROTECTED]> wrote in mess

Contact with someone from Palm.

2001-11-01 Thread ieG
I need to contact to someone at Palm Inc. that created or somehow has some knowledge about the compatibility lists that are available at http://www.palm.com/software/mik/phone.html for discussing some technical issues. Thanks, Leonardo Holanda. -- For information on using the Palm Developer Fo

RE: Multiple Form using the same Formbitmap

2001-11-01 Thread Avilla, Dane
Hi Jim, I'd suggest using the PilRC plugin for CodeWarrior (it sounds like you are using Constructor :). Look in the archives, I posted to the list something about using bitmap families using PilRC. Basically, add a Form Bitmap in Constructor, and set it's ID to some value you determine, then g

Re: Default Event Handler and Memory Leaks

2001-11-01 Thread Steve Mann
>Yes. You have to get rid of things you explicitly allocate. Let me restate that (hopefully) a little more clearly: FrmCloseEvent will get rid of all the memory automatically allocated by the OS relating for forms and other things. You are only responsible for getting rid of things that you ex

Re: Default Event Handler and Memory Leaks

2001-11-01 Thread Steve Mann
>Am I right in thinking that if I let the default event handler >FrmHandleEvent() process a FrmCloseEvent for me that in addition to >erasing the form it will also free the memory allocated to any object on >the form like fields and table entries? Yes. You have to get rid of things you explicitly

Re: Ordering CodeWarrior 7, vice 8

2001-11-01 Thread Ben Combee
> We are presently doing development under Code Warrior 7, and have it > installed in a number of places. We'd like to buy some more copies of it. > So, a couple of questions: > > o Has anybody tried a mixed environment, where some development is > done using CW 8 and some using CW 7? Our grea

Multiple Form using the same Formbitmap

2001-11-01 Thread Jim Garozzo
Ok..I'm using a bitmap as connection status to tell the user he is connected. I want to use the same bitmap for multiple forms to be displayed. However, the bitmap resource is given an ID that conflicts with the resource ID from the other forms. Is there anyway, that I can specify a unique ID t

Remote Field Navigation - vchrNextField and vchrPrevField

2001-11-01 Thread Eli Mandel
As part of the application I'm writing to remotely navigate between fields on the Palm I attempted to use the vchrNextField and vchrPrevField keycodes. However, for some reason nothing seems to happen. Does anyone have experience with what I'm trying to do ? Is there a different way to do this ? (

RE: Date, date , date and date problem

2001-11-01 Thread William F. Weiher
Actually SyncHHToHostWord and SyncHostToHHWord are identical (they either swap the bytes or do not depending on the host). But as a matter of good programming form the appropriate call should be used. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris

Re: Problems with prc-tools 2.0.91

2001-11-01 Thread Bernd Abel
Bernd Abel wrote: > After moving from prc-tools 2.0 to prc-tools 2.0.91 (on my Linux > platform, gcc 2.91.66 = egcs 1.1.2), I have been experiencing some very > strange behaviour of my recompiled PalmOS applications... John (Marshall) contacted me and in the meantime the problem could be solved:

RE: Palm m500's serial connection

2001-11-01 Thread Avilla, Dane
You need a null modem adapter. I had the same problem. You need a null modem adapter to flip a couple pins in the cable. Instead of: PC with POSE serial cable-serial device use m505 ---serial cable NULL_MODEM_ADAPTER --serial cable--serial

Ordering CodeWarrior 7, vice 8

2001-11-01 Thread Clark Dorman
We are presently doing development under Code Warrior 7, and have it installed in a number of places. We'd like to buy some more copies of it. So, a couple of questions: o Has anybody tried a mixed environment, where some development is done using CW 8 and some using CW 7? Our greatest conc

Default Event Handler and Memory Leaks

2001-11-01 Thread Casy Clewell
Hi. Am I right in thinking that if I let the default event handler FrmHandleEvent() process a FrmCloseEvent for me that in addition to erasing the form it will also free the memory allocated to any object on the form like fields and table entries? I think this is right but the reference document

HotSync/ScoutSync pdb files

2001-11-01 Thread Ada Lau/ICIL
Hi I've tried to use POSE/Par/pdbmake to create pdb files & load it into PDA. With HotSync, all can be done. But with ScoutSync, only pdb with record(s) is ok, pdb without record failed. Anyone knows why? & any idea how to solve this problem? Thanks ada -- For information on using the Palm

PPP-Connection with User, PW and(!) domain

2001-11-01 Thread Thomas Werner
Is it posible to build an PPP-Connection between palm and WinNT with User, pasword AND domain? In the network panel there is no domain-field, but in the netserviceapilib (from the KnowledgeBase) is a domain-field. I've tried to use it, but i can't get a connection (every time i call NetLibOpen i

shortcut texts in ShortCut Panel

2001-11-01 Thread Yuva Kumar
Hi All, I am creating a localized application of Shortcut Panel application. Can anyone help me out as to how to access the SHORTCUT texts stored in the Shortcut Panel. Also regarding where are they stored? Thanks and regards, Yuva -- For information on using the Palm Developer Forums, or to

Re: password prompt on reset,

2001-11-01 Thread Yuva Kumar
Thanks Khurram for your reply. But can you pl eloborate on this. Thanks and regards, Yuva - Yes, there is but you need to do very serious kind of patching of the OS so that even the no notify reset fails to kick

Re: Please help me out. I have to get this done today

2001-11-01 Thread Chris Tutty
"Stringer" <[EMAIL PROTECTED]> wrote > >From: "Chris Tutty" <[EMAIL PROTECTED]> > >sites. Many, many apps are quoted at three to five thousand > >dollars to full delivery. A manager that turns this into hours by > >dividing by the rate they pay for Palm programming (say US$30 > >to US$50 and hou

Re: password prompt on reset

2001-11-01 Thread Shaikh Khurram Saghir
Yes, there is but you need to do very serious kind of patching of the OS so that even the no notify reset fails to kick you off. I have seen the method being used by OnlyMe applcation author. Khurram+ - Original Message - From: "Yuva Kumar" <[EMAIL PROTECTED]> To: "Palm Developer Forum

password prompt on reset

2001-11-01 Thread Yuva Kumar
Hi all Is there any way to display a different password prompt display on device RESET, instead of the default system supplied password prompt. The case is, the device is locked the password is available ie (PwdExists() is true); the device is RESET. Thanks in Advance. Regards, U