Re: Finding FieldPtr's in a Table

2001-03-09 Thread Bradly J. Barton
> > Hi all.. I have a situation where I need to limit the fields in a table to > > accept numeric only values (and would also be nice to be able to make them > > single line)... is there a cleaner way to get the FieldPtr's rather than > > TblGrabFocus, TblGetCurrentField calls for each row/column?

RE: Bug Report: CodeWarrior 7 (Mac) Crash

2001-03-09 Thread Heather KML Tufts
> Create a taif with App Icons size 32x32, then create > corresponding PICTs > of size 32x32. Program compiles fine. Now change the PICTs to > 21x21, but > forget to change the size in the taif. Do a Make, CodeWarrior > will crash. This is a known issue. It's a problem with the PostLinker t

Re: Finding FieldPtr's in a Table

2001-03-09 Thread Ben Combee
"Bradly J. Barton" <[EMAIL PROTECTED]> wrote in message news:42043@palm-dev-forum... > > Hi all.. I have a situation where I need to limit the fields in a table to > accept numeric only values (and would also be nice to be able to make them > single line)... is there a cleaner way to get the Field

RE: hot synch question

2001-03-09 Thread Nesselhauf, John
Do a cold reboot and clear all information from the palm. -Original Message- From: Laor, Boaz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 12:55 PM To: Palm Developer Forum Subject: hot synch question my palm has a user name is the upper right hand corner when i try to hot s

Re: Is use of Palm emulator skins for marketing legal?

2001-03-09 Thread krollin
The answer I gave in: is still the best I have. -- Keith Rollin -- Palm OS Emulator engineer DIAMOND JEFF <[EMAIL PROTECTED]> on 03/09/2001 07:54:29 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: DIAMON

Is use of Palm emulator skins for marketing legal?

2001-03-09 Thread DIAMOND JEFF
This is not a developer question, but I didn't know where to best direct it. What I wanted to know was, if I want to show my application as an animated gif, but show it running on the screen of a Palm image (for advertising), can I legally appropriate one of Palm's official skins or do I have to

Re: Palm OS 4.0 dr5 posted in seeding area

2001-03-09 Thread DIAMOND JEFF
Don't worry, I have tried the 4.0 ROMS and I will continue, serious or not. ;) But this topic gives me a cue I'd like to aim squarely at Palm's marketing and developer relations department: (and not at the very kind and helpful Palm developers who read this forum, although maybe they could pass

Re: Palm OS 4.0 dr5 posted in seeding area

2001-03-09 Thread Ken Davidson
> The latest posting (dr5) of the 4.0 ROMs, SDK, etc. is now available > in the seeding area... Is there any way to know what the various builds in the ZIP file are targeted for? Most are obvious, but a few are pretty cryptic. Thanks. Ken Davidson [EMAIL PROTECTED] -- For information on

Finding FieldPtr's in a Table

2001-03-09 Thread Bradly J. Barton
Hi all.. I have a situation where I need to limit the fields in a table to accept numeric only values (and would also be nice to be able to make them single line)... is there a cleaner way to get the FieldPtr's rather than TblGrabFocus, TblGetCurrentField calls for each row/column? (I was doing th

RE: Grayscale question

2001-03-09 Thread Mike Davis
> > From: Michael S. Davis > > > > NOW, I want to create a grayscale image for the 2 bit and 4 bit > > images. Is it possible to change the 2 bit and 4 bit images to use > > grayscale and NOT require any new code AND have the grayscale image > > show up on grayscale devices and the b/w image on 1

Re: Best Development Tool???

2001-03-09 Thread Tim Waters
Look at AppForge. http://www.appforge.com/ - Original Message - From: "Jim Garozzo" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 07, 2001 10:07 AM Subject: Best Development Tool??? > Hi y'all! > > I'm in the process of evaluating Palm Develo

Re: Best Development Tool???

2001-03-09 Thread Ludovic Loudière
yes but NSBASIC doesn't work in color yet ?? - Original Message - From: "George Henne" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 10:55 AM Subject: Re: Best Development Tool??? > >I'm in the process of evaluating Palm Developing tools

Static Global

2001-03-09 Thread Wang Yan-FYA009
Hi, A basic question here: why in those palm sample code that most of global variables are declared as static? And also most of those function? Mean to be only accessable in one file? Yan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.c

Re: knoledgbase problem

2001-03-09 Thread Ben Combee
"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message news:42022@palm-dev-forum... > > > From: Laor, Boaz > > > > is the knoledge base down currently? > > > > This reminds me of "Urgent: what time is it?". The KB does appear to be > down at the moment I am writing this. They have had a seri

Re: Palm OS 4.0 dr5 posted in seeding area

2001-03-09 Thread Jim Cooper
> since devices using Palm OS 4.0 might now appear at essentially > any time. This being the week after next (according to CNet)??? Cheers, Jim Cooper _ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.uk TurboSync - Writing

RE: knoledgbase problem

2001-03-09 Thread Richard Burmeister
> From: Laor, Boaz > > is the knoledge base down currently? > This reminds me of "Urgent: what time is it?". The KB does appear to be down at the moment I am writing this. They have had a serious hardware problem at oasis.palm.com for a while. -- For information on using the Palm Developer F

Re: Resizing the appinfo block

2001-03-09 Thread Danny Epstein
"Marty Rice" <[EMAIL PROTECTED]> wrote in message news:41407@palm-dev-forum... > 1) get a locked pointer to the old appinfo block (MemLocalIDToLockedPtr) Or use MemLocalIDToGlobal to get a handle to the old app info block and then lock this to get a pointer. This is preferable since you'll need t

RE: FrmSetEventHandler Problem

2001-03-09 Thread Steve Strelzyk
Try this //--- In Starter.c #include "a.h" FormPtr pForm = FrmInitForm( NewForm ); FrmSetEventHandler( pForm, NewFormHandleEvent ); //--- In a.cpp #include "a.

oasis.palm.com

2001-03-09 Thread David Leland
Anyone have any idea when oasis.palm.com will be back up. As a newbie, I depend upon the KB for answers to a lot of my questions. Dave -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Question about mixing OS3.1 and OS3.5 calls....

2001-03-09 Thread Danny Epstein
"Richard M. Hartman" <[EMAIL PROTECTED]> wrote in message news:41938@palm-dev-forum... > IMO this is one of Palm's biggest failings. Old code should compile > properly unchanged. Once a symbol has been mapped to a trap, > it should STAY mapped to that trap. If you want to provide an enhanced >

Re: Helper Pack for Newbies.

2001-03-09 Thread Grounderyoyo22
> >Ok then.. How should we get started.. I suggest all ppl interested email me, > >and I'll put together a mailing list so we can all start communicating as a > >group.. I've set up a simple page for it, and if you'd like, I'd be happy to host this because it's a great idea. Check it out at

Re: FrmSetEventHandler Problem

2001-03-09 Thread Geoff Goldberg
In a.h, replace 'static' with 'extern'. In a.cpp, remove 'static' - geoff "Oscar" <[EMAIL PROTECTED]> wrote in message news:41979@palm-dev-forum... > > Dear All, > > I tried to set the form event handler which is written in a seperate C file > and its declaration is written in its corresponding

Re: Bug Report: CodeWarrior 7 (Mac) Crash

2001-03-09 Thread Steve
>Does it still crash if you use Constructor 1.6 and the new PalmRez >Postlinker plugin from the 4.0 SDK? Both of these components are maintained >by Palm, not Metrowerks now. Don't know. Steve Patt President, Stevens Creek Software http://www.stevenscreek.com/palm Best PQA ("ePQA"), PalmSou

Re: Palm OS 4.0 dr5 posted in seeding area

2001-03-09 Thread David Fedor
>If we already have a product that works fine in OS 3.5, and that product >is being run from the "RAM", or card 0, of an OS 4.0 device, and all the >files that program needs are also on the primary card, is there any reason >to expect compatibility problems? There are always ways to make a progra

INetLibSockHTTPReqSend & unlocked memory chunk

2001-03-09 Thread Rao, Bohini
Hi, I too have a problem similar to this.My application runs fine on the device but gives me the following error when I run it on the emulator" " .. 1.0 has read directly from an unlocked memory chunk." Whethe HTTP or HTTPS it runs fine on the device but it doesn work on the POSE. I was able t

HotSync "Direct to modem" can't find custom serial library

2001-03-09 Thread Jean-Francois Mercier
> Hi, > > I developed a serial library for Palm0S 3.1. I use this library to > control a modem. To do so I replace the standard library with this > library. This works fine for all applications but one. When I try to do > a HotSync with a modem, in "Direct to modem" mode, HotSync ends up givi

Re: tables

2001-03-09 Thread S Santoso
You can use TblSetCustomDrawProcedure function. Then, to make the columns display, we have to mark them usable: for (i = 0; i < kNumColumns; i++) TblSetColumnUsable(tableP, i, true); I hope this helps. S. Santoso <[EMAIL PROTECTED]> wrote in message news:41964@palm-dev-forum... > > hi

Bar code reading and printing

2001-03-09 Thread Stringer
>Subject: Bar code reading and printing >From: Corobori <[EMAIL PROTECTED]> >Date: Tue, 6 Mar 2001 09:42:27 -0400 >I am looking for information on bar code reading and printing from a >Palm. Any references on what I need as far as software and hardware >are concerned, The best barcode reading so

SetFonts of controls... (OS 4.0)

2001-03-09 Thread Stringer
Note: This e-mail contains recommendation for OS 4.0 >Steve Mann wrote: > >>You might be able to use something like this (I never tried it): >> >>oldFont = FntSetFont ( bldFont ); >>CtlSetLabel ( controlPointer, labelPointer ); >>FntSetFont ( oldFont ); >I'm virtually positive this doesn't work

Re: Palm OS 4.0 dr5 posted in seeding area

2001-03-09 Thread DIAMOND JEFF
I may well get flamed for asking such a general and basic question, but I will anyway and suffer the consequences. If we already have a product that works fine in OS 3.5, and that product is being run from the "RAM", or card 0, of an OS 4.0 device, and all the files that program needs are also

Re: Is is possible to hook a RESET beforehand?

2001-03-09 Thread DIAMOND JEFF
Thanks - at least I know I can't catch it before hand. At least I can catch when someone is tearing out the batteries or pulling my card out of their slot. :) [EMAIL PROTECTED] wrote: > > My goal is to have my App get its databases into a safe state before the > > reset occurs and the current

Re: sysAppLaunchCmdInitDatabase

2001-03-09 Thread DIAMOND JEFF
COOL! And this was exactly what I was looking for before I knew to look for it, so thanks to you both! David Leland wrote: > Thanks. That's exactly what I was looking for. > > Dave > > Peter Epstein <[EMAIL PROTECTED]> wrote in message > news:41903@palm-dev-forum... > > > > I think the sync n

Re: Helper Pack for Newbies.

2001-03-09 Thread Ritesh
Alan wrote: >Ok then.. How should we get started.. I suggest all ppl interested email me, >and I'll put together a mailing list so we can all start communicating as a >group.. well for that , i guess we need to know your email Id. the mails i sent you are not getting delivered.. ___

Re: how to ping IP address using Palm programming

2001-03-09 Thread Ritesh
hi. 1. You can check the example given with Codewarrior ( if you are using CW .. that is) at the following location Metrowerks\CW for Palm OS R6\Palm OS Examples\Palm OS 3.1 (English)\NetSample 2. To use berkeley sockets programming please also check following chapter in Palm Os reference.pdf -

Re: HotSync problem - possible cradle problem - need opinon

2001-03-09 Thread Timothy Astle
> 1. If you right-click the HotSync icon on the taskbar (Windows)... > which is checked: "Local USB", "Local Serial", "Modem", or "Network"? Local (serial) > > 2. If you right-click the HotSync icon on the taskbar (Windows), then select > "Setup" and click the "Local" tab... > is COM1 selected f

RE: hot synch question

2001-03-09 Thread Richard Burmeister
> From: Laor, Boaz > > my palm has a user name is the upper right hand corner when i try to hot > synch it. how would i change that user name on the palm? > At PalmGear, you should be able to find an app called PalmName that can change your HotSync user name. Or, you could remove the batteries

Re: Grayscale question

2001-03-09 Thread Daniel Morais
Jeudi 8 Mars 2001 20:24, Michael S. Davis a écrit: > I use prc-tools and use the BITMAPFAMILIES but use only two colors in > the other non-color bitmaps. > > NOW, I want to create a grayscale image for the 2 bit and 4 bit images. > Is it possible to change the 2 bit and 4 bit images to use gra

Re: Bug Report: CodeWarrior 7 (Mac) Crash

2001-03-09 Thread Ben Combee
"Steve" <[EMAIL PROTECTED]> wrote in message news:41977@palm-dev-forum... > > Create a taif with App Icons size 32x32, then create corresponding PICTs > of size 32x32. Program compiles fine. Now change the PICTs to 21x21, but > forget to change the size in the taif. Do a Make, CodeWarrior will cra

Field control response too late problem

2001-03-09 Thread Torihana Arukas
Hi all First of all, thanks for all the people who've been replying to my previous questions. now, I am using NetLibSelect to check both communication and System Event. currently code looks simliar to this... EvtGetEvent(&event,0); if (event.eType == nilEvent) { ... ... nNumFDs = NetLibSelect

FrmSetEventHandler Problem

2001-03-09 Thread Oscar
Dear All, I tried to set the form event handler which is written in a seperate C file and its declaration is written in its corresponding H file. The H fle has already been included in the C file which call the Form Event Handler. Everjthing seems alright. But I still got a error message "Link Er

Bug Report: CodeWarrior 7 (Mac) Crash

2001-03-09 Thread Steve
Create a taif with App Icons size 32x32, then create corresponding PICTs of size 32x32. Program compiles fine. Now change the PICTs to 21x21, but forget to change the size in the taif. Do a Make, CodeWarrior will crash. Steve Patt President, Stevens Creek Software http://www.stevenscreek.com/

RE: Displaying Multiple Forms When Handling An Alarm

2001-03-09 Thread Yu, Ken [IT]
Have you considered just using ONE form and update it as necessary when calling up the next record? -Ken > -- > From: Thomas Ward[SMTP:[EMAIL PROTECTED]] > Reply To: Palm Developer Forum > Sent: Thursday, March 08, 2001 10:06 AM > To: Palm Developer Forum > Subject

INetLib: Positioning the Wireless Indicator

2001-03-09 Thread Steve
This was a question posed by Carl Lippitt on Feb 3, 2000: >Seems like no matter what x and y parameter values I pass to the >INetLibWiCmd to set the location of the signal strength indicator, it ALWAYS >shows up in the upper left corner of the display! According to the archives this has never be

hot synch question

2001-03-09 Thread Laor, Boaz
my palm has a user name is the upper right hand corner when i try to hot synch it. how would i change that user name on the palm? boaz -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

knoledgbase problem

2001-03-09 Thread Laor, Boaz
is the knoledge base down currently? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Best Development Tool???

2001-03-09 Thread George Henne
>I'm in the process of evaluating Palm Developing tools >and was curious what >others who have worked with them thought was the very >best tool to aid in >development. > >I've looked at CodeWarrior, DB2, CASL, etc and still >haven't come up with a >good idea of which one is the best. > >My applica

Re: Moving resource files between Mac and Windows

2001-03-09 Thread Brian Hall
>I'm wondering if anyone has done this in practice and could help? Ideally, >I'd like some way to generate the "flattened" resource file on the Mac. The >article makes reference to resource flattener utilities, but I've spent quite >some time searching the Palm site, shareware archives, and RoadCo