Re: FrmCopyLabel

2000-08-09 Thread Chris Tutty
"Richard Anderson" <[EMAIL PROTECTED]> wrote > Better off using read only text fields if you do a lot of changing. > I'd agree with this except for one problem - my read-only fields are displaying text from database records and I'm getting record modification problems (to be explicit, the first ch

Re: Wireless communications

2000-08-09 Thread Brian Mathis
On Wed, 9 Aug 2000, Ben Hamby wrote: > Note, I'm not connecting to a URL, instead I'm trying to connect to port > 110 (pop3). > > At 03:38 PM 8/9/2000 -0500, you wrote: > >Hello, > > > >Whenever I try to do a connection on the Palm VII to another computer via > >the wireless communications, I'v

Re: adding a connection

2000-08-09 Thread Brian Mathis
On Wed, 9 Aug 2000, Rick Gadbois wrote: > The programs I write automatically back themselves up into flash so they can > be restored and start themselves again upon a hard reset. [...] This scares me. Are your apps for public consumption, or private use? I hope the people running the apps kno

Re: Palm devices memory bus width ?

2000-08-09 Thread Adam Wozniak
Aaron Ardiri wrote: > > My experience on the Mac has been that using movem.l is the fastest > > way to move big chunks of memory, and if you take advantage of all of > > the registers, you'll pretty much max out the bus. Something like: > > > > @0move.l (a0)+,d0-d6/a2-a6 // Suc

Ann: NS Basic/Palm Programming Contest winners

2000-08-09 Thread George Henne
NS Basic/Palm Contest Results! We're pleased to announce the results of the first NS Basic/Palm Programming Contest. It was our most popular contest ever, attracting the greatest number of entries we've seen. Some were done by professional programmers; others by people writing the first progr

Re: Mobile Internet Kit

2000-08-09 Thread Bradly J. Barton
> [EMAIL PROTECTED] wrote: > > Concerning the other questions/comments mentioned below, I am not at liberty to > > comment except to say that the Palm Mobile Internet Kit has been announced and > > will provide the potential for wireless Internet access for all of the flash > > upgradeable Palm de

RE: how can I find which app launched my app?

2000-08-09 Thread Borislav Kolev
If you need that *really* bad, you can hook SysAppLaunch, remember the currently running application and then continue with its normal execution; it would require some undocumented techniques, but it works. You would eventually want to get a list of these applications in the global chunk you'll ha

RE: Constructor munched resources, help!

2000-08-09 Thread Nesse, Rustin
If you've saved the resource project with all the out of date alerts and forms, then you probably will have to hand-enter all those resources again. I know how you feel, I've done this from time to time. =( >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: W

Re: BitmapSize() Bug....

2000-08-09 Thread Richard Hartman
Jason Davidson wrote in message <20321@palm-dev-forum>... >Unless I am really losing it, Does anyone know if there are any known bug with BitmapSize() >that causes it to return an incorrect value if the Bitmap is compressed. The documentation >says nothing about only working on uncompressed imag

Re: Forgotten Password

2000-08-09 Thread Richard Hartman
you probably did not forget the password -- this group did not require passwords until recently. the trick is that the password the news server wants is -not- your devzone password. it wants the eGroups password. you may not even have one. go to www.egroups.com and sign up for this group and s

Re: Future palm hardware considerations...

2000-08-09 Thread Richard Hartman
Does the equivilant of a "null modem" exist for the USB host/client duality issue? If so, then the palm could be configured as a "host". A direct cable could be used for peripheral devices and the "null modem" could be incorporated into the cradle... -- -Richard M. Hartman [EMAIL PROTECTED] 18

Re: New Palm Products!

2000-08-09 Thread Adam Wozniak
[EMAIL PROTECTED] wrote: > There are no plans for the immediate future to release the Palm m100 (TM) > NotePad application for general distribution from our web site. This is not to > say that it will never be available separate from the Palm m100 handheld, but > just that it will only be availa

Constructor munched resources, help!

2000-08-09 Thread Steven Lawson
Today I was doing some Cut/Paste of various alerts and forms from one project into another using 1.5b7. This has now led to a catch-22. Something got munched in the resources and one of the forms I pasted now has a bad format. I can't open the form, Constructor will no longer create the header f

Using Java KVM for access to iNetLib?

2000-08-09 Thread Steven Lawson
Is it possible to access iNetLib from the KVM? Is there a site with information on doing this? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Emulator vs. Device (I.E. Serial problems)

2000-08-09 Thread Richard Hartman
To help you make sense of things, I'll try an analogy w/o the RX/TX tech trivia. For two RS232 devices to talk to each other, one must be configured as DTE and the other must be configured as DCE. For now, don't bother with what the initials mean ... just consider them as similar to magnetic pol

Re: Wireless communications

2000-08-09 Thread Ben Hamby
Note, I'm not connecting to a URL, instead I'm trying to connect to port 110 (pop3). At 03:38 PM 8/9/2000 -0500, you wrote: >Hello, > >Whenever I try to do a connection on the Palm VII to another computer via >the wireless communications, I've been running into problemsnot >talking about P

Re: Wireless communications

2000-08-09 Thread Hari Warrier
> Note, I'm not connecting to a URL, instead I'm trying to connect to port > 110 (pop3). > Well, that's the point. You *must* write cgi wrappers that in turn do the 'real' work (pop3 or whatever). You don't have a choice. Using cgi doesn't necessarily mean 'html' - make it print pure text and tha

Re: Wireless communications

2000-08-09 Thread Hari Warrier
You can't use NetLib interface over the radio. You can use it only if you have another modem connected over the serial port. If you need to use the wireless connection for your non-wca app, you app needs to satisfy certain criteria:- 1. You app should run in a 'request-response' style ( ideally j

Re: how can I find which app launched my app?

2000-08-09 Thread David Fedor
>In my app, I would like to determine which other app launched mine. > >Clipper seems to be able to do this. Is there an API call I've missed that >would help me out? There isn't any supported way to find this info out. However, Clipper doesn't know either: all it does, when you hit the back ar

Changing of the guard...

2000-08-09 Thread Ryan Robertson
Hello Everyone, Today I am handing over all of my news.palmos.com admin responsibilities to a new admin within Palm. If you have any problems with the list, please be sure to email the owner of the list instead of me personally. :-) The owner's email address is: [EMAIL PROTECTED] (eg: [EMAIL P

Re: Hotsync signal capture in a virtual driver

2000-08-09 Thread Peter Easton
Craig, You app could handle the vchrHardCradle and vchrHardCradle2 keys to prevent the HotSync app from running. You can't do this from a virtual driver however. Regards, Peter Easton Palm Developer Support Craig Allan Jeffree wrote: > Peter Easton wrote: > > > Hi Craig, > > > > The HotSync

adding a connection

2000-08-09 Thread Rick Gadbois
The programs I write automatically back themselves up into flash so they can be restored and start themselves again upon a hard reset. The problem I am having is that I need to ADD a connection to the connection panel for an IR modem..it's not a defaulted connection...hopefully there is way to

RE: how can I find which app launched my app?

2000-08-09 Thread Marcelo Gorini
If the others apps are yours and you are using SysUIAppSwitch API (This is my case..) you can customize cmd (launch flag) parameter. For example: #define sysLaunchApp1 32768 #define sysLaunchApp2 32769 . . In the PilotMain function of your app: .

Wireless communications

2000-08-09 Thread Ben Hamby
Hello, Whenever I try to do a connection on the Palm VII to another computer via the wireless communications, I've been running into problemsnot talking about PQA, got those working fine and it works fine for the other PQAs that are built in, so I know it can connect, it just keeps giving

RE: A Question? on LARGE Applicatons & Multi Segment app etc....

2000-08-09 Thread Rick Gadbois
304k/4 = (4) 76K segments, not 60K. On the other hand my programs are multi-segment and I have also experienced similar problems. Also, appmain (equiv) has to be in the 1st segment. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000

Re: New products from Palm, Inc.

2000-08-09 Thread Brian Mathis
On Wed, 9 Aug 2000, Richard Hartman wrote: > Certainly they do. On the other hand, we keep getting mixed > messages from them. They say that want to support developers, > including early releases of new ROMs/hardware emulations so > that things can be ready when the product rolls out. They even

Re: Populating Table from DB

2000-08-09 Thread Brian Mathis
On Wed, 9 Aug 2000, Curtis Scoville wrote: > Where can I find "simple" instructions for displaying records in a 6 column > table? > > I am finding the code in the Datebook and ToDo apps difficult to follow (for > a new palm programmer), and the MemoPad tutorial is only 1 column. I have > searche

Re: Newbie Questions ? ROM image File

2000-08-09 Thread Brian Mathis
On Wed, 9 Aug 2000, Ricky Tam wrote: > I have do all things (submit the form, sign and mail the doc. to Palm) 3 > weeks ago but no reply from palm, what can i do ? > > Ricky Tam > [EMAIL PROTECTED] Keep waiting. I've had it take from 6-8 weeks to get some docs through, and I'm in the US. -- B

Re: New products from Palm, Inc.

2000-08-09 Thread Richard Hartman
Michael S. Davis wrote in message <20271@palm-dev-forum>... > >On Tue, 8 Aug 2000, Richard Hartman wrote: > >> >> Michael S. Davis wrote in message <20190@palm-dev-forum>... >> > >> ... >> >If palm gave out the advance information to everyone that claimed to be >> >a developer, I don't care how m

Re: palm projects

2000-08-09 Thread Andrew Lathrop
You may be able to find source code, but unless you ust rip that code and use that as your project, of course you are gonna have to code. But that wasn't your uestion now was it? The palmos site has some source code, and so does roadcoders.com. Andrew <[EMAIL PROTECTED]> wrote in message news:20

how can I find which app launched my app?

2000-08-09 Thread George Williams
In my app, I would like to determine which other app launched mine. Clipper seems to be able to do this. Is there an API call I've missed that would help me out? Thanx in advance. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/de

Re: Beaming instead of HotSyncing

2000-08-09 Thread Danny Epstein
In both cases the app is sublaunched with the sysAppLaunchCmdSyncNotify launch code. Depending on what you're trying to accomplish, this might work: You include a .pdb along with your .prc and tell users to install both. When the application is beamed, the .pdb won't go with it. -- Danny Epstein

RE: A Question? on LARGE Applicatons & Multi Segment app etc....

2000-08-09 Thread Randy Stone
check your segment sizes again, 4 X 64 = 256 > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 2:42 PM > To: Palm Developer Forum > Subject: A Question? on LARGE Applicatons & Multi Segment app etc > > Hi, > > I am writ

A Question? on LARGE Applicatons & Multi Segment app etc....

2000-08-09 Thread vishyk
Hi, I am writing this code which is around 304k and I came across this following observation about multiple segments:- I have four segments, all segments < 60K, segment 1 segment 2 segment 3 segment 4 a call from segment 2 to a function in segment 3 works but if I make a call from segment 2 to

Re: Beaming instead of HotSyncing

2000-08-09 Thread Tom Zerucha
On Wed, Aug 09, 2000 at 01:22:38PM -0400, Jason Davidson wrote: > Does anyone know of a nice neat way of detecting on startup whether > an application was installed via Beaming instead of Hot Syncing? Short answer: No. Hotsync will launch your app, so you can set a flag, but if that new prc is

Re: OS 3.3 vs OS 3.5

2000-08-09 Thread Timothy Astle
> How are you populating your tables? Are you using the method of storing the > record number in the table's Row ID and then letting your > CustomDrawProcedure query the database and displaying the row? If so, try > to figure out which record number your CustomDrawProcedure is processing by > u

Pen Q out of sync

2000-08-09 Thread Bob Whiteman
I'm having a Palm OS problem which results in the error "Pen Q out of sync". The repro isn't 100%, but basically it requires a pen down and a lot of dragging within my application. I've eyeballed the code involved but I don't know what is required to even generate this error, so I'm not sure what

Re: Serial and USB on device

2000-08-09 Thread Dave Lippincott
RTS or some control line asserted by the Palm would be a must have. RS232 control logic levels would not be required. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: OS 3.3 vs OS 3.5

2000-08-09 Thread Yu, Ken [IT]
How are you populating your tables? Are you using the method of storing the record number in the table's Row ID and then letting your CustomDrawProcedure query the database and displaying the row? If so, try to figure out which record number your CustomDrawProcedure is processing by using Palm

Re: Invalid Record?

2000-08-09 Thread Bob Ebert
At 8:40 PM +0200 08/9/00, Danny Epstein wrote: >DmWriteCheck will fatal if DmWrite would. It doesn't return an error code. That was true prior to OS 3.5. With 3.5, DmWriteCheck returns an error code, so it's actually good for something. But what is it good for? Turns out, not much. DmWriteC

Re: Serial and USB on device

2000-08-09 Thread Brian Hall
>Please, please, please consider retaining the serial port for legacy >products. (the Visor TTL serial port is a start but lacks the necessary >control lines). Don't put me out of business! As long as you can live without CTS/RTS, the other issues can be (and are, see http://www.markspace.com/d

Re: OS 3.3 vs OS 3.5

2000-08-09 Thread Timothy Astle
> I think the problem you are experiencing is that 3.5 refreshes a table more > often than earlier OS's. This causes your CustomDrawProcesure's to be > called when you do not expect it. They may be called at a time your record > is no longer available (eg after a delete) to refresh the table.

Re: Invalid Record?

2000-08-09 Thread Danny Epstein
> //create a new record > recHandle = DmNewRecord(dbRef, &maxIndex, 16); total = "8/9/001:00 pm"; recHandle = DmNewRecord(dbRef, &maxIndex, StrLen(total) + 1); > if (recHandle == 0) > { > error = DmGetLastErr(); > ErrAlert(error); > } > > total = "8/9/001:00 pm"; > > /check if the data

Re: Highlighting selected Table row?

2000-08-09 Thread Timothy Astle
> I would like to highlight a table row when any cell in the row is tapped. > The table has four columns, each contains a non-editable text field. I call > TblSetRowSelectable when I initialize the table. It is called for each row, > immediately after calling TblSetRowUsable. However, tapping a

Invalid Record?

2000-08-09 Thread Zach Austin
I keep getting an invalid record error with this code. Can anyone point anything out? //create a new record recHandle = DmNewRecord(dbRef, &maxIndex, 16); if (recHandle == 0) { error = DmGetLastErr(); ErrAlert(error); } total = "8/9/001:00 pm"; /check if the data will write successfu

Highlighting selected Table row?

2000-08-09 Thread Matthew Starensier
I would like to highlight a table row when any cell in the row is tapped. The table has four columns, each contains a non-editable text field. I call TblSetRowSelectable when I initialize the table. It is called for each row, immediately after calling TblSetRowUsable. However, tapping a row doe

RE: no appropriate debugger nub can be found

2000-08-09 Thread Heather Tufts
> I get the message "Can't debug this executable because no appropriate > debugger nub can be found". > I use CW6 and installed the debugger plugin from > ftp://palm:[EMAIL PROTECTED]/Archives/ In order to use the new debugger plugin, you need to have the new linkers, etc. available with the 3.5

Re: Rookie assembler question

2000-08-09 Thread Jun-Kiat Lam
How about: int dummyfunc () {} asm void foo () { lea dummyfunc, a0 move.l a0, d0 rts } Rgds, Jun-Kiat Lam Metrowerks Technical Support At 10:11 AM 8/9/2000 +0200, Petrus Wrangö wrote: >Phu, this Motorola assembler isn't anything like the x86. >I've been looking throu

RE: can I checksum by part or whole of my code?

2000-08-09 Thread Nesse, Rustin
>> >FINALLY, the last protection scheme that I would use is one >where the >> >full details of it's operation is published for the world to see >> >> I wouldn't mind a paper detailing the common methods of hacking Palm >> programs, though...knowledge of this would help to develop methods of

Re: Rookie assembler question

2000-08-09 Thread DIAMOND JEFF
Two quick points... In your example, "bogus" is the value of bogus, not the address. Keep in mind that such a concept has NOTHING TO DO WITH THE processor - it's simply a function of how metrowerks wrote the assembler syntax. I'm not honestly sure exactly how use of global variables translates

no appropriate debugger nub can be found

2000-08-09 Thread Rick Gadbois
I get the message "Can't debug this executable because no appropriate debugger nub can be found". I use CW6 and installed the debugger plugin from ftp://palm:[EMAIL PROTECTED]/Archives/ Anyone know the fix? Thank you, Rick Gadbois PHT Corporation Boston MA 617-973-1736 [EMAIL PROTECTED] --

Re: Rom images

2000-08-09 Thread DIAMOND JEFF
I didn't get an actual "reply" from Palm for about a month, but less than two weeks after I sent in my form, they had activated the link in Developer Pavillion to the ROM image area... -Jeff Ricky Tam wrote: > > How long you take to get the link to download the Debug ROM Image, i have > submit

RE: can I checksum by part or whole of my code?

2000-08-09 Thread Aaron Ardiri
> >FINALLY, the last protection scheme that I would use is one where the > >full details of it's operation is published for the world to see > > I wouldn't mind a paper detailing the common methods of hacking Palm > programs, though...knowledge of this would help to develop methods of > copy

Bus Error

2000-08-09 Thread Zach Austin
Does anyone know what could be causing a bus error in BOTH calls to DateToAscii and TimeToAscii? Specifically, I get: Bus error exception at 0x10c42a54 (StrNCopyWithNull) Thanks for any help. --Zach -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:/

RE: can I checksum by part or whole of my code?

2000-08-09 Thread Nesse, Rustin
>> > the paper can be used in two ways.. for good and for "bad" :) >> >> *YAWN* >> >> We've heard all this from security gurus before. >> >> Publish or stop talking about it. > >There is a sure fire way to protect software. If it is worth >it's salt, it will not need protection. That may

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Aaron Ardiri
> FINALLY, the last protection scheme that I would use is one where the > full details of it's operation is published for the world to see the PALMOS provides a great mechanism that helps the developer against cracking :)) most people just overlook it. i figured this one out when talkin

Beaming instead of HotSyncing

2000-08-09 Thread Jason Davidson
Does anyone know of a nice neat way of detecting on startup whether an application was installed via Beaming instead of Hot Syncing? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Populating Table from DB

2000-08-09 Thread Brian Pearson
As far as I know, there isn't any way to hook a table into a database. Since you have to do all of the code yourself, you might as well consider this as two independent problems. Work on populating the table with dummy data first. Once you're confident with that, work on inserting, updating, and

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Aaron Ardiri
> *YAWN* > > We've heard all this from security gurus before. > Publish or stop talking about it. want to pay me to write it? :) these things take time you know, and anything "done for free" takes longer.. i have started it, yes.. but right now - it is not #1 priority.. money speaks in

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Michael S. Davis
On Wed, 9 Aug 2000, Adam Wozniak wrote: > > the paper can be used in two ways.. for good and for "bad" :) > > *YAWN* > > We've heard all this from security gurus before. > > Publish or stop talking about it. There is a sure fire way to protect software. If it is worth it's salt, it will no

RE: Using "hd 0"

2000-08-09 Thread Heather Tufts
> How does one use this mythical leak-finding command? Judging by > messages in the archives of this list (and confirmed by my own > experience), the debug console in CWR6 doesn't work. How can one > successfully execute this command? I've got CWR6 with all updates on > Win98 and prc-tools 0.5.

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Adam Wozniak
Aaron Ardiri wrote: > > Aaron Ardiri wrote: > > > > > :)) as i said.. it depends on how you do it :) > > > > You've been hinting at your mythical paper on how to deter crackers for > > several months. Please publish, or stop being smug. *grin* > > hehe.. download any of my programs.. "hoards"

Re: BmpCreate

2000-08-09 Thread Aaron Ardiri
> Hi, > > How can I use BmpCreate() to display a Bitmap i have stored in a PDB ? > I use WinDrawPixel() to display the bitmap but it is very slow :-(( > > Thank's for your help try this. make sure your bitmap in the .PDB file is in the palmos bitmap format (check out pilrc sources to see

BmpCreate

2000-08-09 Thread Mailley Jerome
Hi, How can I use BmpCreate() to display a Bitmap i have stored in a PDB ? I use WinDrawPixel() to display the bitmap but it is very slow :-(( Thank's for your help Jérôme MAILLEY -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.c

Using "hd 0"

2000-08-09 Thread Ben Darnell
How does one use this mythical leak-finding command? Judging by messages in the archives of this list (and confirmed by my own experience), the debug console in CWR6 doesn't work. How can one successfully execute this command? I've got CWR6 with all updates on Win98 and prc-tools 0.5.0 on Linux

Populating Table from DB

2000-08-09 Thread Curtis Scoville
Where can I find "simple" instructions for displaying records in a 6 column table? I am finding the code in the Datebook and ToDo apps difficult to follow (for a new palm programmer), and the MemoPad tutorial is only 1 column. I have searched the KB with little success. Palm Programming by Rhod

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Aaron Ardiri
> Aaron Ardiri wrote: > > > :)) as i said.. it depends on how you do it :) > > You've been hinting at your mythical paper on how to deter crackers for > several months. Please publish, or stop being smug. *grin* hehe.. download any of my programs.. "hoards" is the latest program it has t

RE: OS 3.3 vs OS 3.5

2000-08-09 Thread Yu, Ken [IT]
Tim, I think the problem you are experiencing is that 3.5 refreshes a table more often than earlier OS's. This causes your CustomDrawProcesure's to be called when you do not expect it. They may be called at a time your record is no longer available (eg after a delete) to refresh the table. Wh

RE: PRC-Tools and Mount Points

2000-08-09 Thread McCollister, Mike
Thanks Aaron. That is exactly what I needed. BTW, I love to get the latest version of software. My motto is "if it ain't broken, then I can probably fix it anyway". Mike > -Original Message- > From: Aaron Ardiri [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 11:43 AM >

Re: can I checksum by part or whole of my code?

2000-08-09 Thread Adam Wozniak
Aaron Ardiri wrote: > :)) as i said.. it depends on how you do it :) You've been hinting at your mythical paper on how to deter crackers for several months. Please publish, or stop being smug. *grin* -- Adam Wozniak Senior Software Design Engineer

RE: PRC-Tools and Mount Points

2000-08-09 Thread Aaron Ardiri
> Aaron, > > Actually, I am using Cygiwn 1.0 net release, which is newer than your b20.1 > release. hehe.. newer version? :) oh well.. this one works for me.. no need to update what aint broken :) > If you could do me a favor and type "mount" in a DOS box and send me the > text I'd greatl

RE: PRC-Tools and Mount Points

2000-08-09 Thread McCollister, Mike
Aaron, Actually, I am using Cygiwn 1.0 net release, which is newer than your = b20.1 release. If you could do me a favor and type "mount" in a DOS box and send me = the text I'd greatly appreciate it. I can use that information and = manually do the mounts and that should solve my problem. Tha

RE: palm-dev-forum digest: August 03, 2000

2000-08-09 Thread Richard Anderson
I dont think they do. > -Original Message- > From: Thomas Ward [SMTP:[EMAIL PROTECTED]] > Sent: 09 August 2000 16:17 > To: Palm Developer Forum > Subject: RE: palm-dev-forum digest: August 03, 2000 > > John Marshall <[EMAIL PROTECTED]> wrote: > > Feel free to send email to devsupp

OS 3.3 vs OS 3.5

2000-08-09 Thread Timothy Astle
I just ran into an OS difference problem, and I'm not certain as to why. I was using OS 3.3 in most of my development, and I just recently did a test on a 3.5 Rom. The problem I'm getting is that whenever I use a DmRemoveRecord or DmDeleteRecord on the last record listed in my table, I get the f

RE: PRC-Tools and Mount Points

2000-08-09 Thread Aaron Ardiri
> Aaron, > > What version of Cygwin did you install previous? i use the version i got ages ago.. dont know if it is different now :) cygwin-b20.1-full.exe 14247216 bytes if you want it, i can put it somewhere for you :) cheers -- Aaron Ardiri Java Certified Programmer

RE: List Trouble

2000-08-09 Thread Anderson, Thomas
There were some server changes awhile back... see http://www.egroups.com/message/palm-dev-forum/35677 they might be the ones giveing you problems. - Thomas -Original Message- From: Rick Gadbois [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 7:07 AM To: Palm Developer Forum Su

RE: palm-dev-forum digest: August 03, 2000

2000-08-09 Thread Thomas Ward
John Marshall <[EMAIL PROTECTED]> wrote: > Feel free to send email to devsupp asking why the SDK Update 1 only > includes an update to the CodeWarrior version of PalmOSGlue. :-( I did that, over a week ago, with a very descriptive subject line as was suggested in this forum. I've gotten no respo

RE: PRC-Tools and Mount Points

2000-08-09 Thread McCollister, Mike
Aaron, What version of Cygwin did you install previous? Thanks, Mike > -Original Message- > From: Aaron Ardiri [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 10:57 AM > To: Palm Developer Forum > Subject: Re: PRC-Tools and Mount Points >=20 >=20 > > Hi, > >=20 > > I just

RE: POSE as selling support mechanism

2000-08-09 Thread Nesse, Rustin
I just have a copy of the emulator set up on my testing station, so when customers come in, I can show the unit off to them. I was just commenting that it would be nice to also have skins for the m100, if you're going to make it more marketable. A customer will be much more impressed if they can

RE: Palm OS 3.5: FldNewField changes text on button

2000-08-09 Thread William F. Weiher III
My vote would be for a shared library, especially if it were possible for the library to actuall patch the traps so that it would not be necessary to change every call. I originally found this bug on a FrmAlert with multiple buttons (button returning incorrect ID) so this would be an important one

Help about DmFindRecordByID ....

2000-08-09 Thread Wen Zhiyong
HI All: My application need to access Address's data and I must search record through ID,but when I use DmFindRecordByID, ofter I will get a fatal error. I am sure that 0http://school.163.com ÍøÒ×ÐÂÎÅƵµÀ£¬²»µ«Ð£¬¸üÒªupdateÄúµÄÅжÏÁ¦£¡ http://news.163.com -- For information on

RE: Moving "lost" windows in Metrowerks...

2000-08-09 Thread William F. Weiher III
Just F.Y.I things also seeom to work fine with the taskbar on the left (no I don't want to start a thread about the best place for the taskbar) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Combee Sent: Tuesday, August 08, 2000 17:11 To: Palm Develo

Re: PRC-Tools and Mount Points

2000-08-09 Thread Ed Lineberry
Are you sure the install is failing? It's been a while, but I remember this as a generic warning. I don't know that the installer is actually checking for anything here. Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] To: "Palm Developer Forum" <[

RE: FrmCopyLabel

2000-08-09 Thread Richard Anderson
You right, I realised this after Id sent the mail, sorry > -Original Message- > From: JB Parrett [SMTP:[EMAIL PROTECTED]] > Sent: 09 August 2000 15:46 > To: Palm Developer Forum > Subject: Re: FrmCopyLabel > > on 8/9/00 6:27 AM, Richard Anderson at [EMAIL PROTECTED] > wrote: > >

Re: PRC-Tools and Mount Points

2000-08-09 Thread Aaron Ardiri
> Hi, > > I just got a new computer which required me to reinstall all of my Palm > development stuff. I first installed the latest version of cygwin (net > version) and that works just fine. When I installed PRC-Tools I get a > message stating that "the tool chain installed by this setup requi

Re: FrmCopyLabel

2000-08-09 Thread JB Parrett
on 8/9/00 6:27 AM, Richard Anderson at [EMAIL PROTECTED] wrote: > Two things you need to know about FrmCopyLabel: > > 1. The new text must not be longer than the old text In this case, the 'old text' is the text you provided when you created the label resource in Constructor (or Rez or PilRC).

Re: Emulator vs. Device (I.E. Serial problems)

2000-08-09 Thread Andrew Lathrop
One more tidbit. I tried taking the hotsync cable, connecting it to a gender changer, and then connecting that the the serial cable. That didn't work either. Help?? Andrew Lathrop <[EMAIL PROTECTED]> wrote in message news:20387@palm-dev-forum... > > Ok. Trying to make sense of what everyone sa

Re: Emulator vs. Device (I.E. Serial problems)

2000-08-09 Thread Andrew Lathrop
Ok. Trying to make sense of what everyone said. I went to a few websites and tried to figure this out. From http://www.massena.com/darrin/pilot/luiz/item4.htm, i found out about the cradles connections. It said that (Arrows show direction of data, numbers are pins, RX - receiving, TX - trasmitt

Re: FrmCopyLabel

2000-08-09 Thread JB Parrett
on 8/9/00 6:19 AM, Zach Austin at [EMAIL PROTECTED] wrote: > Once I use this function to assign a new label, I cannot use it again > without getting an error. I get "object not in form" or something to that > effect. Is there something I am doing wrong? The ID number for the object > doesn't

RE: Forgotten Password

2000-08-09 Thread Rick Gadbois
did that...retrieved my password, it wasn't the problem, I hadn't "forgotten" it afterall. I simply cannot see the newsgroup from Outlook anymore. I've looked for online help with the Outlook settings, but have not found it. Any tips/advice is appreciated. Thanks for the response. Rick Gadbois

Re: Forgotten Password

2000-08-09 Thread Dave Lippincott
I'd start by reading the help page (the link is at the bottom of posted messages) > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, ple

List Trouble

2000-08-09 Thread Rick Gadbois
Strange...I have never gotten a response from anyone on this list. Hopefully my account is working and hopefully someone will respond to this message. My Outlook is now unable to see the newsgroup and I would really appreciate some help. It WAS working and I hadn't changed any settings, but all

TCP "connect"

2000-08-09 Thread rdelprete
Hi, I try tu use the barkley API unix calls for the TCP connection call when I tried to call "connect" (even if I substitute it with NetLibSocketConnect) I have Timeout Error, even if my AppNetTimeout is at 6000( i.e. systicks *60). I recieve this error when not yet a second is passed, how can I s

Re: Palm Bitmap format (signature example)

2000-08-09 Thread chongwm
You mean the signature file from the Knowledge Base? http://oasis.palm.com/dev/kb/samples/docs/1159/Signature-1.zip I can't seem to find it, get error 404 when I tried to access the above. Can you mail me a copy of it? Thanks!! Lee H S wrote: > > I studied the signature example & have the foll

Forgotten Password

2000-08-09 Thread Rick Gadbois
How do i retrieve my forgotten password for the forum? I am suddenly getting this message from Outlook newsreader Header download for the 'palm-dev-forum' folder did not complete. Account: 'news.palmos.com', Server: 'news.palmos.com', Protocol: NNTP, Server Response: '480 This group is only av

Re: FrmCopyLabel

2000-08-09 Thread Zach Austin
Thanks! I knew about the new text not being able to be longer than the old text but i didn't know about the pointer to the new text. Thanks again. --Zach "Richard Anderson" <[EMAIL PROTECTED]> wrote in message news:20376@palm-dev-forum... > > Hi, > > Two things you need to know about FrmCopyLa

RE: FrmCopyLabel

2000-08-09 Thread Richard Anderson
Hi, Two things you need to know about FrmCopyLabel: 1. The new text must not be longer than the old text 2. The pointer to the new text must remain vaild for the entire time the label is displayed. Better off using read only text fields if you do a lot of changing. Rik > -Original Message

FrmCopyLabel

2000-08-09 Thread Zach Austin
Once I use this function to assign a new label, I cannot use it again without getting an error. I get "object not in form" or something to that effect. Is there something I am doing wrong? The ID number for the object doesn't change somehow, does it? Thanks for any help. --Zachary Austin

PRC-Tools and Mount Points

2000-08-09 Thread McCollister, Mike
Hi, I just got a new computer which required me to reinstall all of my Palm development stuff. I first installed the latest version of cygwin (net version) and that works just fine. When I installed PRC-Tools I get a message stating that "the tool chain installed by this setup requires Cygwin,

Sample Code

2000-08-09 Thread Ben Liu
Hi everyone, Could anybody give me some sample codes on using ExgDBRead() and DmCreateDatabaseFromImage. I don't have ideal how to use those functions to read a .pdb file. Thanks, Ben -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/de

  1   2   >