Extract CodeWarrior .rsrc to PilRC without Java?

2001-08-02 Thread George Aslanis
Hello, I found several utilities on the web to extract .rsrc definitions to PilRC format. Prc2PilRC was one example. All the programs I found so far require Java which I do not have. Are these examples script files requiring a Java runtime engine or interpreter? Are there any utilities simila

RE: Create PDB File > 64K

2001-08-02 Thread Gavin Maxwell
Sounds like you have a single record in the db - records are limited to slightly less than 64k. So you need to create multiple records for your data on the PC. The process will be dependant on how you're creating the pdb in the first place. Regards, Gavin. -Original Message- From: lklee

RE: Codewarrior Custom Fonts

2001-08-02 Thread Heather KML Tufts
> can you use constructor resources and pilrc resources in the same app? Absolutely. Just be sure to keep the IDs unique for the different resource types. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/foru

RE: Codewarrior Custom Fonts

2001-08-02 Thread Phillip Streck
can you use constructor resources and pilrc resources in the same app? Philip Streck Akron General Medical Center Information Systems >>> "Richard Burmeister" <[EMAIL PROTECTED]> 08/02/01 11:53AM >>> > From: Phillip Streck > > Is there anyway to use custom fonts with codewarriors resource compil

A conduit problem have I

2001-08-02 Thread Jeremy Nuss
Hi guys, I'm terribly sorry to throw this question out, but the conduit forum is rather dead.. I can't get a response, and the documentation on building conduits is well, piss poor. If you guys could take a look at this and offer any assistance I would appreciate it vedy much. Some background:

Re: PalmSource 2001

2001-08-02 Thread Collin R. Mulliner (list account)
Hi Jens, actually I want to go (I'm from Frankfurt/Main) ... but I have to see if I have enough money at this time (the price is really bad ... for a student). ... Collin www.mulliner.org/palm At 18:58 02.08.01 +0200, you wrote: >Hi, > >First... >I am currently considering visiting the Palm

RE: Link_Warning_-_duplicate_resource

2001-08-02 Thread Chang . Elizabeth
Thanks for reminding me about my previous email. I am sorry for asking the same question. In my case, there is no solution but to upgrade to CW 7. I already checked that there is no duplicate resource ID in the two resource files and only one of them has Generate App Resource checkbox checked.

RE: brightness vs contrast

2001-08-02 Thread Peter Epstein
On grayscale Palm devices, the backlight is not adjustable, but the LCD itself can be adjusted. The term Contrast is used for this control. On color Palm devices with backlit screens, the backlight is adjustable, and the LCD itself is not. The term brightness is used for the backlight adjustment.

RE: Link_Warning_-_duplicate_resource

2001-08-02 Thread Richard Burmeister
> >>> From: Elizabeth Chang > >>> Can someone please give me a hint on what the following > >>> message is about? > >>> Link Warning : ignored duplicate resource '?MWC'(16400) > >> From: Keith Rollin > >> You only want a hint? OK. G > >> Go to www.google.com, enter "ignored duplicate > >> resou

Listening to serial port in EventLoop

2001-08-02 Thread Leonardo Gomes Holanda
I'm trying to make my application write some chars in screen when some data arrives at the serial port. I'm doing this way: static void AppEventLoop(void) { UInt16 error; EventType event; UInt32 bytesReceived; Char * Buffer[maxSerialBufferSize]; do { EvtGetEvent(&event, evtWaitForever);

RE: Something like Javadoc

2001-08-02 Thread John Wilson
Look at doxygen. Excellent tool. http://www.doxygen.org/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leonardo Gomes Holanda Sent: Thursday, August 02, 2001 2:44 PM To: Palm Developer Forum Subject: Something like Javadoc Is there somethin

RE: Where can I download Palm Debugger ?

2001-08-02 Thread Danny Epstein
There is a 905K downloadable archive that includes PalmDebugger available by following these steps: - go to http://www.palmos.com/dev/tech/tools/ - click on Palm OS SDKs - read and agree to the license - click on the Windows or Mac OS link next to Extra Tools I think it's also included in the 4.

Link_Warning_-_duplicate_resource

2001-08-02 Thread Stringer
>From: "Richard Burmeister" <[EMAIL PROTECTED]> >Date: Wed, 1 Aug 2001 19:20:47 -0500 > >>> From: [EMAIL PROTECTED] >>> >>> Can someone please give me a hint on what the following >>>message is about? >>> >> >Link Warning : ignored duplicate resource '=B5MWC'(16400) >> From: Keith Rollin >> >>

HOTSYNC PROBLEM

2001-08-02 Thread manish jaggi
Hello Friends, My applications seems working fine when i run it on emulator. But when i install it / hotsync it on the device it gives error like Null DBID passed or flatal errror reser , ot error in memory manager line I dont know what is wrong in my program . Can anyone Helo me Out. Manish

Re: Integrating Memo Pad into an application?

2001-08-02 Thread Madina
Hi, I have been trying to do somehow the same thing of using the Memo Pad and adding different categories and removing the privacy checkbox. The problem i am having is displaying the Edit form. I am getting a message that my application is reading from a memory location that is low in memory. W