Re: multiple resource files?

2002-03-22 Thread Chris Tutty
From: "Todd Walk" <[EMAIL PROTECTED]> > Can you use multiple resource files with codewarrior? > Yes. Constructor sometimes gets a bit confused (locks up) when opening multiple resources files and cutting and pasting between them but aside from that multiple resource files can be a good way t

Re: multiple resource files?

2002-03-22 Thread Ben Combee
"Todd Walk" <[EMAIL PROTECTED]> wrote in message news:81098@palm-dev-forum... > > Can you use multiple resource files with codewarrior? Yes. Just add multiple .rsrc files to your application, and make sure only one of the files has the application preferences turned on. > Can you mix using cons

Re: Debugging on device

2002-03-22 Thread Ben Combee
"Matt Disher (TiBook)" <[EMAIL PROTECTED]> wrote in message news:81099@palm-dev-forum... > > I'm looking for verification that it's possible to debug on device under > these circumstances. > > With Mac(Ti-Book) OS 9.2.2 over USB to a Palm505 Using CW8 and the debugger > nub that ships with it. (

Conduit Question: List of Users

2002-03-22 Thread Bradly J. Barton
(Sorry, I know this belongs on the Conduit Forum, but for some reason, the Conduit Forum doesn't think I am a member and even though it says it is sending me the "confirm this message to subscribe" message, I am not getting in...) Greetings.. I am trying to use this code snippet to get a list of

Debugging on device

2002-03-22 Thread Matt Disher (TiBook)
I'm looking for verification that it's possible to debug on device under these circumstances. With Mac(Ti-Book) OS 9.2.2 over USB to a Palm505 Using CW8 and the debugger nub that ships with it. (though I might have an update). I've read that to do on-device debugging with the Sony that you had

multiple resource files?

2002-03-22 Thread Todd Walk
Can you use multiple resource files with codewarrior? Can you mix using constructor and pilrc? -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to launch application using hard button

2002-03-22 Thread Joe
--- Guanghe Pan <[EMAIL PROTECTED]> wrote: > Does anyone know how to launch application by using > hard button combination. For example, press DateBook > button and then Address button to launch an > application. You do realize that those buttons are programmable by the user, don't you? (tap Bu

Re: CW 8.1 Command Line Compiler/Linker?

2002-03-22 Thread Ben Combee
> I think what'll I'll end up doing then is to use multiple sub-projects. > One question I have about this, which isn't really clear from the docs; is > which targets are built when using sub-projects? Does it just build every > target in the sub-project, or does it build say, the identical targe

Re: Building static libraries

2002-03-22 Thread Ben Combee
"Young S. Cho" <[EMAIL PROTECTED]> wrote in message news:81044@palm-dev-forum... > > I'm trying to group code to build as static and shared libraries. I am > doing this by creating two different targets from my project. > > I figured that using the Code Warrior wizard to build the shared library

How to launch application using hard button

2002-03-22 Thread Guanghe Pan
Does anyone know how to launch application by using hard button combination. For example, press DateBook button and then Address button to launch an application. Thanks in advance. -Rocky __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Ac

Re: sysNotifyEvtGotEvent

2002-03-22 Thread Mark Lussier
in 4.1 sdk, looks like there may be something comparable? sysNotifyEventDequeuedEvent? or is that one not supported either? if the answer is to look at OS5.0 that's fine too, I will take a look never wrote a hack, nor have I done a system trap before and I will be fine if I live a life in whic

Re: Power off/on detection

2002-03-22 Thread Mark Lussier
anything different with regard to sysNotifyEvtGotEvent ? I've had no trouble (OS4.0) being notified of power on and off, as well as even things like media being mounted or not... however, having trouble as my app is not notified for sysNotifyEvtGotEvent "Jim Schram" <[EMAIL PROTECTED]> wrote in m

Re: Getting the Stack Pointer

2002-03-22 Thread Keith Rollin
FYI, Poser keeps track of the low-water mark for each stack that it identifies. There's currently no way to extract that information (that is, there's no UI to report it and it's not logged anywhere when the application quits), but you could add that if you wanted. In the function SysHeadpatc

Re: window ras connection

2002-03-22 Thread Xean
Thanks ... But , It is instruction for win NT platform. I need RAS for win200 professional, please. Thanks in advance. "Tamilkumaran Thangamani" <[EMAIL PROTECTED]> wrote in message news:81047@palm-dev-forum... visit this site http://www.skunkware.tv/Configuring%20NT%20for%20Palm%20PPP.ht

HwrDisplayAttributes (hwrDispVRAMSize) broken on Kyocera?!

2002-03-22 Thread Scott Johnson
I have a Kyocera QCP-6035 with OS 3.5.2, SX 1.0.11, KT 1.0.10. The system function WinScreenLock doesn't work, but always returns NULL rather than allocating a new video buffer like it probably should. That's OK since it's an optional API for licensees to implement, but it's a bummer. Further d

Transparent forms?

2002-03-22 Thread Bradley Tinder
Hi all, I'm having a problem in my application that I never had before. I just installed PRC Tools 2.0, PilRC 2.9 and PilotMAG v. 4.2 and imported my app into PilotMAG, compiled and here's what's happening: When I enter the program, it displays a lil About me modal form. after the user clicks th

Re: New Version of Palm OS 5 Simulator and SDK posted

2002-03-22 Thread David Fedor
>I just d/led DR8, and tried it out with a sample program >(M68k code, tries its best to use legal API calls only). >This code worked on DR6, but crashes DR8 (Dr. Watson reports >a problem in PalmSim.exe). Is there someone to whom I should >submit the offending program? Well, if you could take a

Msg again?

2002-03-22 Thread Bert Ramsay
I hope this gets through to this forum. I have been getting mailer daemon messages so I'm not sure. So for last time: - I want to thank all of you (esp. Bill, Laurence, and Scott whose messages I got yesterday) who suggested how I might correct the error message I got relating to the form

Re: sysNotifyEvtGotEvent

2002-03-22 Thread Jim Schram
At 6:04 PM -0500 2002/03/22, Mark Lussier wrote: >anyone know of any tricks to getting this to work after registering for the >notification? > >My app never seems to get notification for this for some reason > >copying from the datebooks example of being notified about timechanges.. >which my app

RE: sysNotifyEvtGotEvent

2002-03-22 Thread Peter Epstein
If I recall correctly, that notification was added in PalmOS 4.0 and removed in PalmOS 4.1. My advice is not to use it. Check out the new notifications in PalmOS 5. There are some that have a narrower scope that makes them less of a performance bottleneck. -- Peter Epstein -- For information on

Repeat of earlier mag?

2002-03-22 Thread Bert Ramsay
I don't think this was sent properly: I want to thank all of you (esp. Bill, Laurence, and Scott whose messages I got yesterday) who suggested how I might correct the error message I got relating to the form manager when I tried to install my application in the Palm Emulator. What worked was

sysNotifyEvtGotEvent

2002-03-22 Thread Mark Lussier
anyone know of any tricks to getting this to work after registering for the notification? My app never seems to get notification for this for some reason copying from the datebooks example of being notified about timechanges.. which my app IS notified about ...doing the sysNotifyEvtGotEvent exa

Re: window ras connection

2002-03-22 Thread Tamilkumaran Thangamani
visit this site http://www.skunkware.tv/Configuring%20NT%20for%20Palm%20PPP.htm >>> [EMAIL PROTECTED] 03/22/02 03:21PM >>> Hi, Can anyone kindly show me how to create a window RAS connection for a palm device connecting to a com port. I am using a window 2000 pro, tried to create a "incoming

Building static libraries

2002-03-22 Thread Young S. Cho
I'm trying to group code to build as static and shared libraries. I am doing this by creating two different targets from my project. I figured that using the Code Warrior wizard to build the shared library will work. However, I could not find any documentation on building a static library. Coul

Re: MemoDB Structure

2002-03-22 Thread fabricio
Ok, pals, don't fight... hehehe... I know all of us are trying to help each other, 'cause that's the right felling of mailling lists. Thank's everybody, all of you helped me a lot. I'm gonna try to write a char* in MemoDB. Fabrício de Paula - Original Message - From: "Joe" <[EMAIL P

Re: Access Record Data

2002-03-22 Thread Joe
--- [EMAIL PROTECTED] wrote: > > MemHandle recordH = DmQueryRecord(myDB, index); > if (recordH == NULL)return; > MyRecordStruct *recordP = MemHandleLock(recordH); > MemMove(myStructP, recordP, sizeof(MyRecordStruct)); > MemHandleUnlock(recordH); > > Just checking...So, I can still access myS

window ras connection

2002-03-22 Thread Xean
Hi, Can anyone kindly show me how to create a window RAS connection for a palm device connecting to a com port. I am using a window 2000 pro, tried to create a "incoming connection" but it doesn't work. Really appreciate any help. -- For information on using the Palm Developer Forums, or to

RE: MemoDB Structure

2002-03-22 Thread Joe
--- fabricio <[EMAIL PROTECTED]> wrote: > > > Does anybody know the structure of MemoDB, for writing stuffs? --- Joe wrote: > > Anybody can learn the structure of MemoDB by looking at the > > Memo Pad source code that comes with the SDK. --- Robert McKenzie <[EMAIL PROTECTED]> wrote: > True eno

RE: MemoDB Structure

2002-03-22 Thread Robert McKenzie
True enough, Joe, but hardly informative. A MemoDB record is the simplest of the built-in pim applications. Each record is simply a null-terminated string. -bob mckenzie, palmsource pdx -Original Message- From: Joe [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 11:59 AM To: Pa

Re: MemoDB Structure

2002-03-22 Thread Joe
--- fabricio <[EMAIL PROTECTED]> wrote: > Does anybody know the structure of MemoDB, for writing stuffs? Anybody can learn the structure of MemoDB by looking at the Memo Pad source code that comes with the SDK. __ Do You Yahoo!? Yahoo! Movies - co

Re:creating and accessing PDB file

2002-03-22 Thread Low Pui Kuen
>When you make the PDB file on PC, just be careful about Big Endian (PalmOS) >and Little Endian >(Windows). Once, I read from this forum, the max size of a record is 65505 >and the max number of >records in a db is 65535. If you use the same creatorID for the PDB and >your Palm program, when

System time on HH

2002-03-22 Thread c.d. jansen
I have the following problem. By changing the date and time on a PC, the system time is changing also. After changing the time on the HH the system time lags a hour. According ComSyncReference page 102 , I can't use function DateTime to set the HH system time. Is there a other way to set the syst

Re: New Version of Palm OS 5 Simulator and SDK posted

2002-03-22 Thread Tilo Christ
Hello! I just d/led DR8, and tried it out with a sample program (M68k code, tries its best to use legal API calls only). This code worked on DR6, but crashes DR8 (Dr. Watson reports a problem in PalmSim.exe). Is there someone to whom I should submit the offending program? Cheers, Tilo --

MemoDB Structure

2002-03-22 Thread fabricio
Does anybody know the structure of MemoDB, for writing stuffs? Fabrício de Paula -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: resource db help

2002-03-22 Thread Ellen Dash
Matt, I thought I had dug through the archives before I posted - but taking your advice, I went and dug some more. I found examples (signature, PalmPaint) where bitmaps are saved to Records - but not as a Resource. I need to make my bitmap a resource so that I can use it to dynamically create

Re: Directories in zip

2002-03-22 Thread IKEDA Shigeru
"Dave Mottorn" <[EMAIL PROTECTED]> wrote on 02-3-16 20:51: | I have an application I want to distribute in the form of a zip file with | multiple directories. I want to ba able to zip a whole directory structure | with all its files. When the buyer unzips it I want the directory structure

Re: CW 8.1 Command Line Compiler/Linker?

2002-03-22 Thread Greg Lutz
I'd like to add my voice to this one. Trying to manage everything for everyone from a single IDE is difficult to pull off, and I don't think MetroWerks has quite done so. At 03:45 PM 3/21/2002 -0800, Max Campos wrote: >Is there any way at all to run the CodeWarrior compiler/linker via >command

Re: Access Record Data

2002-03-22 Thread Novem11
> MemHandle recordH = DmQueryRecord(myDB, index); > MyRecordStruct *recordP = MemHandleLock(recordH); > MemHandleUnlock(recordH); > > Can I still access the data via recordP > or is the pointer no longer valid? Once you unlock the handle, the OS can move the memory around if it needs to. Theref

Fatal Error

2002-03-22 Thread Low Pui Kuen
Hi, I am getting DataMgr.c Line 2369, Err closing DB, does anyone know what is happening? What wrong have I done? Thanks in advance. Low Pui Kuen _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.

Re: comman line build for Codewarrior

2002-03-22 Thread Max Campos
Yeah, just look at cmdide /?; it's in your bin directory. - Max On Fri, 22 Mar 2002, Carl Smith wrote: > Does anyone know of a way to do a command line build of Codewarrior in > Windows enviroment? I know they have examples of doing it in VB, Perl and > etc. but I was wondering if it can be don

SelectDay() problem?..

2002-03-22 Thread Joe Siebenmann
Hi All, Yes, yet another SelectDay() problem.. ;) This only seems to be a problem on the Emulator using 3.5 & 4.0 ROMs. ( the same problem seems to be happening with SelectTime() also ) Yes, the Resource ID is less than 1, and the incoming date ( or time ) is totally valid. The basic pr

Records

2002-03-22 Thread bill
Hi, I have been able to download a text file from a ftp server into a database using 'NetLibDmReceive', unfortunatly it puts all the data into the first record, I thought that a 'CR' would make it put the new line into a new record. Is there anyway to do this, make it create new records for each

Re:creating and accessing PDB file

2002-03-22 Thread Low Pui Kuen
>There is a lot of programs to make and view the PDB files on PC. >John Walker has 2 very nice programs to make PDB file and view the content >of the PDB file. >http://www.fourmilab.ch/palm/pdbmake/ >http://www.fourmilab.ch/palm/palmdump/ >You can use PDBMake to make a PDB file, you may want t

Re:creating and accessing PDB file

2002-03-22 Thread Michael Burk
Also check out the book "Advanced Palm Programming" by Steve Mann (who frequents this list) and Ray Rischpater. Chapter 4 deals with creating pdb's on the desktop. The book comes with a CD with all the Java code. You can use their utility even if you don't know Java. -- Michael - Original

appInfoID and sortInfoID for resource DBs

2002-03-22 Thread Paul Nevai
Could there be appInfoID and sortInfoID for resource DBs? I thought that these are for record DBs only. However, Pose has an extensive code dealing with that case. See PrvMyShlExportAsPilotFile(). Is that a "just-in-case" situation? /Paul [pedit - LapTopHack - superFinderHack] -- For information

comman line build for Codewarrior

2002-03-22 Thread Carl Smith
Does anyone know of a way to do a command line build of Codewarrior in Windows enviroment? I know they have examples of doing it in VB, Perl and etc. but I was wondering if it can be done from a batch file. Something like 'ide myfile.mcp'? Thanks Carl -- For information on using the Palm Deve

Re: Beginners problem...

2002-03-22 Thread Kashev Georgi
Look the code: > DmWrite(recPointer, 0, &(record->day), sizeof >(Weekday)); > >DmWrite(recPointer, sizeof(Weekday), record->Modules, > StrLen(record->Modules)+1); > >DmWrite(recPointer, sizeof(Weekday), record->Type, > StrLen(recor

Re:creating and accessing PDB file

2002-03-22 Thread ThuNguyet Nguyen
Hi Low Pui Kuen, >how to deal with the a PDB file? You can find a lot of threads about PDB in this forum... You can find the PDB format from this link: http://www.palmos.com/dev/support/docs/fileformats/PDB_PRCFormat.html There is a lot of programs to make and view the PDB files on PC. John Wal

Re: CODING CONVENTIONS

2002-03-22 Thread V...i...K...a...S
Thanx a million for the reply Keep in touch Cheers!! Vikas -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CODING CONVENTIONS

2002-03-22 Thread overcode+palm
On Fri, Mar 22, 2002 at 02:01:51PM +0530, V...i...K...a...S wrote: > Hello All, > Is there any coding conventions document available on the net. > Thx in advance, Check Google. I've found many such documents there in the past. -John -- John R. Hall - KG4RUO - Stranded in the Sol System Stu

RE: New Channel for OS 5

2002-03-22 Thread Stringer
>Subject: New Channel for OS 5 ? >From: "Regis St-Gelais" <[EMAIL PROTECTED]> >Date: Thu, 21 Mar 2002 10:08:19 -0500 > >Since OS 5 is in developpement phase, maybe it would be nice to > have a specific forum channel for OS5 >What do you think? Bad idea. All developers should be testing the

Beginners problem...

2002-03-22 Thread Mark Kenny
Hi, My name is Mark, I'm just starting palm development for a project here in college. This is a very simple dilema... The app that i'm writing requires info to be added and retrieved from a database for the Palm Pilot. i'm using codewarrior. I can enter one field and a list object (day) to the

Re: Separate DB

2002-03-22 Thread Dave Lippincott
DmCreateDatabase for the data your favorite Palm OS compiler to make the app. - Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 12:54 AM Subject: Separate DB > I have noticed that some commercial apps h

creating and accessing PDB file

2002-03-22 Thread Low Pui Kuen
Hi, So far I have only learnt how to read/write records into the storage memory. As my program needs some predefined set of data in the beginning therefore I need to create a PDB file without having first to insert some temporary data on the emulator to debug which is time-consuming. I have r

Security Application not called if used a customized Launcher? in palm OS 3.5 & 4.0

2002-03-22 Thread Yuva Kumar R
Hi friends, I have developed a customized launcher and some customized applications to replace datebook, memo pad, security application, etc. Everything works fine, except for the following problem which I am facing and couldnt find any clue as to what is going wrong. Please help on this. 1.

overlay apps

2002-03-22 Thread Paul Nevai
Are there any 3rd party apps which use overlays? /Paul N. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Change Categorylabel 'All' to 'All stars' ?

2002-03-22 Thread Dyk Corman
Hi! I was wondering whether it's possible to change the 'All' label in the Popuptriggerlist for selecting the category from 'All' to sth. else, for example 'All stars'.. Any ideas?? Thanks, Dyk -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

Re: CW 8.1 Command Line Compiler/Linker?

2002-03-22 Thread Max Campos
Thanks for the information. I've used cmdide before, but was hoping that maybe there was something I didn't know regarding using a commandline compiler/linker. ah well... :) On Fri, 22 Mar 2002, Ben Combee wrote: > > 2) I have so many targets that keeping the compile settings for each > > proj

CODING CONVENTIONS

2002-03-22 Thread V...i...K...a...S
Hello All, Is there any coding conventions document available on the net. Thx in advance, Vikas Lakkshshetti -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/