Symbol SPT1740 and Airport?

2000-03-04 Thread Neil Rhodes
Is it possible to connect a Symbol SPT1740 with an Apple Airport base station? They both use IEEE 802.11 with DSSS. If so, can you provide instructions? Thanks, Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED

Re: Multiple PRC targets?

2000-03-10 Thread Neil Rhodes
from > the same CW project. I'm using CW R6. Anybody have any ideas or > alternatives? -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums,

Re: Is my GCC environment setup incorrectly?

2000-03-15 Thread Neil Rhodes
f with a similar error. Open your app with Insider (or some other tool) and verify that you have a CODE 0 and CODE 1 resource. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information

Re: .RCP and .R files

2000-03-25 Thread Neil Rhodes
t; Chris Yourch > RIA Group > [EMAIL PROTECTED] > __ > Get Your Private, Free Email at http://www.hotmail.com > -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTE

PilRC for CodeWarrior [was: Re: Crossplatform development]

2000-04-03 Thread Neil Rhodes
ewarrior > environments and this was the missing piece. You can download a PilRC CodeWarrior plugin (alpha-quality, please report bugs) from <http://www.calliopeinc.com/devcorner.htm>. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995

Re: PilRC for CodeWarrior [was: Re: Crossplatform development]

2000-04-03 Thread Neil Rhodes
>>You can download a PilRC CodeWarrior plugin (alpha-quality, please report >>bugs) from <http://www.calliopeinc.com/devcorner.htm>. >> > > Well, I had some problems downloading it with IE5. I had to resort > to the command line FTP utility. > Should be

Re: Cleanup after modal dialog...

2000-04-03 Thread Neil Rhodes
e button to launch another app > > What is *supposed* to happen ? It seems that my app never > gets a chance to clean up. Is this supposed to be prevented, > so that the user cannot select another app until responding > to the modal dialog ? > -- Neil Rhodes Calliope Enterprises,

Re: Database Sorting Problem

2000-04-04 Thread Neil Rhodes
defined as Int, and therefore, when either of the indexes is more than 32767, there's a sign issue. Also, when the total is more than 64K, there'd be a truncation problem. -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTE

Application stack in OS 3.5?

2000-04-04 Thread Neil Rhodes
ws "N/A (see note)", while the 3.0 through 3.3 entry shows "4KB (default)". The 4KB makes lots of sense. What's going on with the N/A, though? I can't find the note its referring to. Is the app stack allocated in some different way in OS 3.5? Thanks, Neil -- Neil

Re: Crossplatform development

2000-04-04 Thread Neil Rhodes
between PilRC and Rez code? That would > be useful too. > Actually, that's how the PilRC plugin for CodeWarrior works: by converting PilRC to Rez input. > While we're wishing for things, Import/Export of PilRC & Rez code in > Constructor would be handy. :) Sure would!

Re: Calling SysAppLaunch to HotSync

2000-04-05 Thread Neil Rhodes
m trying to do is to force a hotsync in the middle of my application > (hopefully off screen), that is on one of my form, click a button, force a > hotsync, and goes to another form. -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PR

Re: Database name uniqueness

2000-04-05 Thread Neil Rhodes
ctlyhandle it, this is true not only for your record databases (ones your app creates at runtime), but also for your application's resource database. Thus, in CW PalmRez PostLinker, you'd need to explicitly set the application database name. -- Neil Rhodes Calliope Enterprises, Inc. 1328 C

Re: Frozen Handles? (was: Re: MemHandleNew() vs. MemPtrNew())

2000-04-08 Thread Neil Rhodes
er would change addresses. That's why the mem mgr stores local IDs for all intra-heap references. -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Develop

Re: Newbie Question - Using repeat buttons as incremental arrows

2000-04-10 Thread Neil Rhodes
> I can't seem to get them [repeating buttons] > to work. Everytime I click on the repeat button (or hold it down), it does > increment the field then it immediately returns to my default field value. Return false from your event handler. -- Neil Rhodes Calliope Enterprises, I

BUG: orphan chunks not freed on reset in OS 3.5

2000-04-10 Thread Neil Rhodes
S devices, the allocated memory is correctly freed after a reset. Workaround: None known. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer

Re: PalmRez Post Linker

2000-04-11 Thread Neil Rhodes
by DevSupp. Under the theory that *some* standard was better than no standard, we specified the convention of appending a hyphen and creator ID in the book. Looking on the Knowledge Base today, I don't see any reference to how to name databases uniquely. I'd suggest, since there'

Re: MemPtrUnlock and MemHandleUnlock

2000-04-14 Thread Neil Rhodes
n all that, though, I, too, use MemHandleUnlock, since I find my code more readable that way. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, or t

Re: Small debugging problem: Scrollers

2000-04-14 Thread Neil Rhodes
and fieldHeight as Word, not as WordPtr. Then, when you call FldGetScrollValues with &scrollPos, you'll be passing the address of a Word, which is a WordPtr. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax

Re: Command Bar Not Handled?

2000-04-14 Thread Neil Rhodes
messgae from the emulator (using 3.5 debug ROM): > > "Program Name" 1.2 reports "MenuCommand, Line: 10002, now handled" > -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2

Re: Need to DmNewRecord() many times

2000-04-14 Thread Neil Rhodes
hat CreateDatabaseFromImage would be faster, since it just calls DmNewRecord for each record. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums,

Re: Installing a PDB file takes a lot of time

2000-04-21 Thread Neil Rhodes
re it'll be inserted, although all current devices install at the end. > > > --Bob > > > Bob Ebert, Consulting Engineer, Palm Computing Europe V: +33 4 9952.4354 > 77 rue Samuel Morse, 34935 Montpellier Cedex 9

Re: Scrolling a Multi-Line Field Question

2000-04-21 Thread Neil Rhodes
> I have no problems scrolling a list using a scrollbar control but how > does one scroll a multiline field. Pages 121-124 of Palm Programming: the Developer's Guide (the O'Reilly book) have code that shows how to scroll a multiline field. -- Neil Rhodes Calliope Enterprises,

Re: stack overflows

2000-04-21 Thread Neil Rhodes
ack for PalmOS 3.0 and later devices, and only > 2.5K for older versions of the OS. > Although that's what the docs say, it's not quite accurate, according to my testing (and reading of the 3.0 OS source). The 3.0 OS provides only 3.25K. The 3.5 OS ups that to 3.5K. -- Neil Rhodes C

Re: PilRC Plugin

2000-04-21 Thread Neil Rhodes
a bug in the Plugin or in PilRC? How can I > fix it without having to modify the .r file (which is not an option). > > thanks > > Sally-Anne. > Sally, Send me your .rcp file and I'll take a look at the problem (and will fix it!) Neil -- Neil Rhodes Calliope Enterprises, Inc

Re: My form memory bug solved!

2000-04-21 Thread Neil Rhodes
o, don't look at winEnterEvent/winExitEvent. Instead, as you've found, just go ahead and look for the frmCloseEvent, do your freeing, and then return false. Here's what my frmCloseEvent handling normally looks like: case frmCloseEvent: MyFormDeinit(FrmGetActiveForm()

Re: POSE TCP/IP problems with NT/Win2K but not with Win98

2000-04-22 Thread Neil Rhodes
> > To all: I'm trying to remember if there's a good reason for having NetLib > Redirection turned off. Does anyone have such a reason? Perhaps I should turn > this on all the time and remove the preference. > > -- Keith Rollin > -- Palm OS Emulator engineer > Occasionally, one might want to use

Re: WinDrawChars problem

2000-04-26 Thread Neil Rhodes
text *before* calling WinDrawChars. Figure out how many chars you can safely draw, and draw only that many. -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Fo

Re: Horizontal scrolling...ideas?

2000-05-04 Thread Neil Rhodes
> Does anyone have any ideas on how to implement horizontal scrolling in a > non-iontrusive and somewhat neat way? Ideally, I'd love a bar like the > vertical scroll bars, but that of course doesn't exist (w/o writing a > gadget anyway). Anyone handled this in a clever way? > Have you tried a scr

New version of PilRC plugin for CodeWarrior

2000-05-07 Thread Neil Rhodes
es and source, as well as a multi-platform sample project that compiles on Mac CW, Windows CW, as well as with PRC-Tools 2.0 on both Windows and Unix. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -

Re: Best beginner book

2000-05-07 Thread Neil Rhodes
>From: "Alex Simonetti" <[EMAIL PROTECTED]> > I am reading the free, online version of Palm Programming: The Developer's > Guide. > > I actually turned it in an HTMLHelp book, so it's easier to read (having the > table of contents on the left and the actual book on a separate pane makes > it easi

Re: multiple inheritance

2000-05-09 Thread Neil Rhodes
> Can you use multiple inheritance in a Palm C++ app? I searched the > archives, and people seem to avoid it, but it's not clear why. > > I'm aware that with launch codes that don't allow globals, virtual > functions and such must be avoided, and that's fine. But if it's doable, > I'd like to us

Re: Auto startup Application

2000-05-09 Thread Neil Rhodes
> Is there an way to get my application to start when the Palm resets? > This creates the image of a single application device. Easier to train > the limited use users this way? > Has anyone done this already? > > > > Jason Garrett Handle the reset launch command. You can't launch yourself in

Re: spt 1740's

2000-05-09 Thread Neil Rhodes
> i am wondering, when looking at the specs for these units on their site it > says 'running palm os 3.0', is it possible to upgrade the os to 3.2 or any > 3.x? > > Charles R I believe it already *is* running the 3.2 version of the OS. Neil -- Neil Rhodes Calliope Ent

Re: .RCP resources with CodeWarrior?

2000-06-14 Thread Neil Rhodes
>> That is for CWr6 ... is there anything I can do for CWr5?? The PilRC plugin *should* work with R5, although I haven't tested it. Give it a shot and let me know how it works. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995

Re: Problem reflashing Palm IIIxe

2000-06-14 Thread Neil Rhodes
> I have tried to reflash a Palm IIIxe ROM with the Upgrade_utility.exe > [which came with 3.3 upgrade] I use the Advanced button to select > the desired ROM image and put the Palm into debug mode [shortcut..1] > > It works just fine in upgrading Palm IIIx ROM to 3.5, but fails with > Palm IIIxe

Re: Sloooooow database access... Need advice

2000-06-14 Thread Neil Rhodes
> We are running and application that requires some twenty databases. Now > this works find until some of those databases start getting large. We > have three databases that grow to this size and the rest have the > potential to grow to that size. > > Of the three largest databases they are of s

Re: .RCP resources with CodeWarrior?

2000-06-14 Thread Neil Rhodes
>From: "Richard Hartman" <[EMAIL PROTECTED]> > Well ... it runs. It seems to generate a .r file ... but the errors it > generates are > for a .mcp file, which I can't find. > Can you provide the errors that are generated (copy/paste from the Error window)? Neil -- For information on using

Re: large freeze-dried databases

2000-06-14 Thread Neil Rhodes
27;' with ID 2000) with its contents. This assumes you've already set up the file mappings so that .r files are compiled by Rez. Make sure that "foo.prc" is not longer than 63.5K or you'll end up with an invalid database (since you'll have a record that's lon

Re: Arbitrary data resources in CW?

2000-06-14 Thread Neil Rhodes
This assumes you've already set up the file mappings so that .r files are compiled by Rez. Make sure that "foo.bin" is not longer than 63.5K or you'll end up with an invalid database (since you'll have a record that's longer than the maximum allowed). Neil -- Neil R

Re: RCP to r or rsrc

2000-06-15 Thread Neil Rhodes
z (on both Mac and Windows). See <http://www.calliopeinc.com/devcorner> for more details. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, o

Re: RCP to r or rsrc

2000-06-15 Thread Neil Rhodes
s again, a checkbox, and a string language field. Thanks! Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- >From: "Ben Combee" <[EMAIL PROTECTED]> >To: "Pa

Re: RCP to r or rsrc

2000-06-15 Thread Neil Rhodes
>> Does anybody have a .rcp to .r (PilRC to Rez) converter? >>> >> >>The PilRC plugin for CodeWarrior does exactly that: it translates .rcp > files >>to Rez (on both Mac and Windows). > > Oh, is -that- what that does? > > What are the odds of you releasing a command-line wrapper around that DL

Using IASQuery to find all IrDA classes

2000-06-16 Thread Neil Rhodes
In order to obtain information about the services a remote IrDA device provides, one uses the IrIAS_Query routine. As far as I can tell, the query is for a specific class and attribute. Is it possible to find out all the classes on a remote device? Similarly, for a given class, is it possible t

SerSetWakeupHandler/Prime are documented?

2000-06-19 Thread Neil Rhodes
r, looking at my '98 CD, I can't actually see the official announcement. So, just to be sure, can I document use of the SerSetWakeupHandler/SetPrimeWakeupHandler for use from OS 1.0 and on? I will, of course, recommend use of the new serial manager for those devices that have it. T

Re: IR Hotsync and Win2k

2000-06-20 Thread Neil Rhodes
lity a very tough problem. Connection establishment and release notifications are lost through the serial API, reducing a fully error-corrected IrDA stack to the level of an unreliable serial cable. -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995

Shortcut-tap-tap-s works?

2000-06-20 Thread Neil Rhodes
he same thing. Thanks, Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Problems with LstSetListChoices()

2000-06-22 Thread Neil Rhodes
u need to declare an array of character pointers: char *ItemsText[2] = {"String1", "String2"}; Then, LstSetListChoices will work. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-

Re: How does one execute a Total Memory Dump

2000-06-28 Thread Neil Rhodes
open and draining the battery. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Serial communications receiving problems

2000-06-29 Thread Neil Rhodes
t'd be nice to have a character, or range of characters which are reserved for application use [anyone able to help on this point?]. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For inform

re: NetLibIFSettingSet does not alter Net Prefs

2000-06-29 Thread Neil Rhodes
modified. > Have you tried actually making a network connection? What I've observed is that When you make changes using NetLibIFSettingsSet: a) It affects the connect (it'll use whatever settings you programmatically set) b) It doesn't show up in the Prefs panel Neil -- Ne

Re: TimGetSeconds problem

2000-06-30 Thread Neil Rhodes
playing incorrect amount of hours > elapsed. Does anybody know what's going on? I bet you're using POSE. POSE does some funny stuff with the day and time that doesn't quite match what happens on the actual handheld (I think POSE relies on the desktop OS for the time). Neil -- Ne

re: FrmDrawForm before form access

2000-07-03 Thread Neil Rhodes
All that you *can't* do is *draw* any element before the form is drawn. Then, when you call FrmDrawForm, everything appears as it should, without any flicker. Is there something you want to do that I'm missing? Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redland

ANN: pilrc plugin v2.5c

2000-07-09 Thread Neil Rhodes
s, so there's no more guessing which version you have (thanks, patrick Philippot for the Windows .rc version sample). Download from <http://www.calliopeinc.com/devcorner.htm> Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PRO

Re: Launching HotSync

2000-11-29 Thread Neil Rhodes
What I do is, before launching HotSync, set an alarm for 1 minute. Alarms aren't (currently) dispatched during the middle of a HotSync, so it'll be dispatched after the HotSync is complete, at which point my alarm code relaunches my app. Of course, this is for a turnkey application that takes o

Re: [W] Copying Projects

2000-11-30 Thread Neil Rhodes
On Thursday, November 30, 2000, at 08:53 AM, Steve Stover wrote: > My question for the Palm Gurus is: what is the easiest way to copy an > existing CodeWarrior project to another directory to use as a basis for a > new project? Seems as if the act of copying a resource file deletes all the >

INetLib and and changes in URL-encoding from production to pre-release servers

2000-12-03 Thread Neil Rhodes
u used for encoding. What's a compatible application to do? Testing done with POSE 3.0a7, Test, INetLow, and the very handy URL <http://207.175.161.68/scripts/posttext.dll> that displays the received POSTed data. Thanks, Neil Rhodes [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: INetLibOpen and MemHandle

2000-12-09 Thread Neil Rhodes
gIndex, kFlags, kCacheDatabase, kCacheSize, &gINetHandle); return err; } Neil Rhodes -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Static functions

2000-12-22 Thread Neil Rhodes
s needed. The upshot is that CW is performing a valuable check, but it's an unusual one, and the idiom to avoid compiler warnings is to put in the static (adding an extra declaration at the top of the file is another idiom, but one I like less). Neil Rhodes [EMAIL PROTECTED] -- For informa

Re: beaming multiple DB's

2001-02-12 Thread Neil Rhodes
on 2/12/01 5:32 PM, Danny Epstein at [EMAIL PROTECTED] wrote: > "Chad Harrison" <[EMAIL PROTECTED]> wrote in message > news:39360@palm-dev-forum... >> any pointers on creating this "self-extracting" archive? I still need to >> support < 3.5. > > It's an idea that's been floating around for a whi

Re: Trigger label changes bombing

2001-02-19 Thread Neil Rhodes
does that, though, you're turning around and deallocating it. Remove the call to MemPtrFree and your error will go away (at some point, however, you'll need an appopriate place to free it). -- Neil Rhodes -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Focus problem with FrmDoDialog

2001-02-22 Thread Neil Rhodes
on 2/21/01 4:08 AM, Thomas Hagen Johansen at [EMAIL PROTECTED] wrote: > How is it possible to FrmSetFocus() on a specific fom object when doing a > FrmDoDialog() ? > > I want to let a specific form field have the focus after the form is > displayed. > > Right now i am doing: > > FrmSetFocus( ..

ANN: PilRC plugin 2.7b

2001-03-11 Thread Neil Rhodes
files they should generate). Download from <http://www.calliopeinc.com/devcorner.htm> Neil Rhodes -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Issues with large PDB files

2001-03-26 Thread Neil Rhodes
Richard, I'm guessing that not only do you have a large pdb file, but, more importantly, that there are many records in it (I'd guess 5,000-10,000). You can download a 4 MB pdb file in about 10 minutes, as long as there aren't too many records (200 records of 20 KB each would be about 10 minutes

Re: Codewarrior & resource.frk when moving to mac

2001-03-28 Thread Neil Rhodes
Actually, DropRsr works (running on a Mac) to convert from Mac to PC, or from PC to Mac. If you drop a Mac resource file on it, it creates a data file. If you drop a data file on it, it first asks for the offset of the resource fork (enter 0), and then creates a Mac resource file. on 3/28/01 1:2

Re: Modal Display Issues

2001-04-05 Thread Neil Rhodes
rm(frmP); > > I've resigned myself to the fact that I cant set the focus, but only just > because that form is rarely used. -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Documentation bug: lineNumber in sysAppLaunchCmdFind documented incorrectly

2001-04-05 Thread Neil Rhodes
That's not quite correct. Although FindDrawHeader does increment this field, FindSaveMatch doesn't. The application must increment it manually. Neil -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's

Where to report bugs in the future?

2001-04-06 Thread Neil Rhodes
Since [EMAIL PROTECTED] has gone away, where do developers report bugs in code and documentation? Neil -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on usin

TxtGlue.h bug in 4.0 SDK

2001-05-02 Thread Neil Rhodes
ion: Change TxtGlue.h to add charAttr before each of the uses of the _XX constants. Workaround: My need was for TxtGlueCharIsDigit. I'm going to go ahead and use: TxtGlueCharIsAlNum(ch) && !TxtGlueCharIsAlpha(ch) Neil P.S. Was there a palmos.com page at which to report bugs? If so, where

Re: How do I use a .r file in CodeWarrior

2001-05-03 Thread Neil Rhodes
Make sure in your file mappings you've got all the flags turned off (there's a Flags popup menu: turn off all checkmarks in there). Neil on 5/3/01 11:08 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > I'd like to maintain just my menus in MyProgMenus.r and the rest of the > resources in MyP

Re: Custom dialogs...

2001-05-05 Thread Neil Rhodes
Hmm. I still think FrmDoDialog will work for you. You can set your own event handler by calling FrmSetEventHandler before calling FrmDoDialog. Then, do your custom stuff within your event handler. Neil on 5/5/01 12:16 PM, Francisca Sepulveda at [EMAIL PROTECTED] wrote: > > I want to create a c

Re: Character Widths (Kerning?) StrPrintF

2001-05-05 Thread Neil Rhodes
In your list drawing routine, to draw a row, make multiple calls to WinDrawChars, starting each one at the appropriate column offset. That way, they'll line up, regardless of the widths of the characters. Neil on 5/5/01 4:01 PM, Dan Samber at [EMAIL PROTECTED] wrote: > I have a need to display

DATA type and the backup conduit [was: Question about DBs]

2001-05-23 Thread Neil Rhodes
If: a database has the type DATA and the backup bit is set and a conduit with the matching creator hasn't run then, the backup conduit will back up the database. For all other types, the backup conduit will back it up based solely on the state of the backup bit. The backup conduit d

Re: Howto create Editable rightaligned fields

2001-05-29 Thread Neil Rhodes
Make sure they are single-line. Neil on 5/29/01 8:42 AM, George Aslanis at [EMAIL PROTECTED] wrote: > Hello, > > I have several editable rightaligned fields defined using CW7. PalmOs 3.1 > seems to handle them as leftaligned. Is there a work around. Have found > several archive postings, bu

Re: scroll event for list control

2001-06-20 Thread Neil Rhodes
#x27;t like what's happening, you can set the hasScrollBar attribute of the list to true, and then it won't do its scroll arrow thing. You're then responsible for scrolling, which you can do with a scrollbar. Neil -- Neil Rhodes [EMAIL PROTECTED]Available for contract p

Re: Dynamic List Content?

2001-06-21 Thread Neil Rhodes
do i catch those > scroll events so that i can redrwa the list appropriately ? > Your draw routine will be called for any newly-visible rows whenever the user scrolls. The upshot is: provide a drawing routine, and all will be well. Neil -- Neil Rhodes [EMAIL PROTECTED]

Re: lack of dynamic memory

2001-06-24 Thread Neil Rhodes
There's a difference between the storage heap and the dynamic heap. That 1Mb of memory is used not only by the running app, but also by the OS, and also for all the user's stored data and applications. On a 1Mb device, the dynamic heap is only (as far as I remember) 64Kb, which is shared by the c

Re: Metrowerks Visual SourceSafe for Macinosh

2001-07-04 Thread Neil Rhodes
Although I've never used it myself, I've heard plenty of complaints about Visual SourceSafe. I (and almost everyone I know) like Perforce. A 2-user server is free (www.perforce.com), although you can't host the server on Mac OS 9 (you need Mac OS X, Unix, or NT). Neil on 7/4/01 8:10 AM, Paul

Re: Does new POSE work on a Mac with serial comms?

2001-07-05 Thread Neil Rhodes
I've used Pose 2.1 with a Socket serial card without problems. Neil on 7/5/01 11:51 AM, pjmitchell at [EMAIL PROTECTED] wrote: > Has anyone successfully used POSE 3.1 or 3.2 on a Mac using serial > communications through either a serial I/O card or USB adapter for an > application written for

Re: invalid char 0xff "possibly present"?

2001-07-11 Thread Neil Rhodes
I'm guessing it's the ... sequence. PilRC turns that into the elllipsis character (in the Palm character set). The plugin must turn that back into the Mac character encoding, which is then converted by PalmRez PostLinker back to the Mac encoding. I know the plugin had a problem at one point in g

ANN: PilRC Plugin 2.8p6

2001-07-17 Thread Neil Rhodes
<http://www.calliopeinc.com/pilrcplugin.html> -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:

ANN: PilRC Plugin 2.8p6b

2001-07-17 Thread Neil Rhodes
to all who reported the bug. I'll try to limit myself to one release per day from now on:) -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on using the Palm De

Re: PilRC plugin

2001-07-21 Thread Neil Rhodes
veloper/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./Documen tation/MPW_Reference/Building_Progs_In_MPW.sit.hqx> which is a PDF containing information on Rez format. -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's

ANN: PilRC Plugin 2.8p6c

2001-07-22 Thread Neil Rhodes
x27;t know how to deal with. Available free at <http://www.calliopeinc.com/pilrcplugin.html> -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on using the Pa

Ann: PilRC Plugin 2.8p6d

2001-08-01 Thread Neil Rhodes
tly specify a default button ID for alerts with exactly one button. For the sake of compatibility, the plugin currently shares this behavior with the command line. -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer'

Ann: PilRC Plugin 2.8p6e

2001-08-01 Thread Neil Rhodes
et the default button ID to 1, rather than the correct 0. This has been reported to Aaron, and should be fixed in the next version. I thought there was a workaround, but it doesn't work:). For the sake of utility, the plugin will now only accept a default button ID of 0 if there is one button.

Re: Fields on a modal form

2001-08-07 Thread Neil Rhodes
unctions to do it. Should I just > call FrmSetActiveForm() and then FrmDrawForm() instead of just > FrmDoDialog()? > After you call FrmInitForm, you can get the field object and set the text of it before calling FrmDoDialog. Post the code you're using that's giving you problems. -

Re: Custom Fonts with Pilrc codewarrior plugin

2001-08-08 Thread Neil Rhodes
call FntDefineFont? That is, is the only difference between a working -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm Programming: the Developer's Guide (O'Reilly) -- For information on using the Palm Developer Forums, or to

Re: Mocha PPP + NetLib + server socket

2001-08-08 Thread Neil Rhodes
' fails. The port 1234 > doesn't seem to be open on my PC. > > What's going on? How can I get mochaPPP to work for this case? You can't use MochaPPP to work with a server application on the handheld. A Windows RAS server, or a linux pppd should handle this case. --

ANN: Palm OS Programming: the Developer's Guide, 2nd edition now shipping

2001-10-25 Thread Neil Rhodes
rom O'Reilly and receive a third free book through October 29. See <http://www.oreilly.com/news/buy2get1free_1001.html> for more details. -- Neil Rhodes [EMAIL PROTECTED]Available for contract programming Coauthor: Palm OS Programming: the Developer's Guide, 2

ANN: PilRC CodeWarrior Plugin 2.8p7b

2001-10-29 Thread Neil Rhodes
alling CWReleaseText after calling CWGetMainFileText, which was a no-no). The bug showed up intermittenly as compiles sometimes not working (complaining of garbage characters), or of crashing the IDE (Windows only). Neil -- Neil Rhodes [EMAIL PROTECTED]Available for contract progr

re: nesting conditional preprocessor directives error?

2000-07-12 Thread Neil Rhodes
y Palm OS types. Of course, it would be nice if Palm updated IrLib.h to use their standard Boolean type, rather than this IRLib-only BOOL type. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 --

Re: bus error when drawing?

2000-07-13 Thread Neil Rhodes
> case frmOpenEvent: > /* do custom drawing */ >frmP = FrmGetActiveForm(); > > /* Draw the lines between the arrows*/ >WinDrawLine(13,15,13,121); >WinDrawLine(10,15,10,124); >WinDrawLine(13,121,160,121); >WinDrawLine(10,124,160,124); > FrmDrawForm (frmP); >handled

re: Repeating Button

2000-07-13 Thread Neil Rhodes
Also, you want the frame off. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

BUG: Generic conduit: private doesn't affect slowsync [addendum]

2000-07-19 Thread Neil Rhodes
I forgot to show *where* to add the new enumeration constant. In CPalmRecord.h, add a new enumeration constant, ePrivate: enum eRecCompare {eEqual = 0, eSize, eData, eCategory, ePrivate}; Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995

Re: Disabled button

2000-07-19 Thread Neil Rhodes
know I've seen a Details button around; where did it go". By keeping it there, but telling them why it doesn't work in the current situation, the interface to the app appears more stable. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-

Re: Palm OS(R) software v3.5.2 Update

2000-07-22 Thread Neil Rhodes
with Menu/Delete). > > Someone mentioned to me that they had observed that 64K memory chunks > where being left behind that could only be removed by a cold-reboot but I > almost dismissed it. Your comment above made me wonder if in fact this > could be the cause of our problems? I don

Re: Programmatically perform a HotSync

2000-07-29 Thread Neil Rhodes
Launch HotSync app telling it to sync (in ways that others have already discussed. During the sync, no alarms will be processed, but after the sync finishes, alarms will be sent. Handle the alarm by relaunching your app It's a little ugly, but is the best approach I've found

Re: newbee field object blues

2000-07-30 Thread Neil Rhodes
ing to 0 (I think the syntax is MAXCHARS #). The only other odd thing is the dynamic size declaration. You don't want that (that's only for a field whose bounds change dynamically as more is typed; that requires additional code). Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Av

Re: Related to making an application compatible with palm os 3.5(Direct bits not supported link error)

2000-07-31 Thread Neil Rhodes
ee whether that's the case, remove your .rsrc files from your project and verify you can build. If that fixes it, take a good look at the bitmaps in constructor. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax:

Re: Converting RSRC files to RCP

2000-08-02 Thread Neil Rhodes
I think that handspring's PalmRC (part of their developer toolkit) will take a .prc file and spit out .rcp output. Neil -- Neil Rhodes Calliope Enterprises, Inc. 1328 Clock Avenue Redlands, CA 92374 (909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545 -- For information on

  1   2   >