RE: Metrowerks debugging question.

2002-05-20 Thread Ben Combee
In article <86724@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > > Yes the debug dot is set for all the files. One more interesting > observation: > > Now when my application crashes, codewarrior crashes as well giving an > unhandled > exception. I removed and reinstalled codewarrior (7.1

Re: POSE dies on linux whilst exporting database

2002-05-20 Thread Keith Rollin
At 12:45 AM + 1/8/02, James Fidell wrote: >Has anyone else noticed that POSE (3.3) dies silently on Linux if >you try to export a database whilst an application has it open? A >trivial problem, I know, but I'm having trouble training myself to >quit the program before dumping the database :

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-20 Thread Alan Ingleby
What development environment are you using? If you're using Constructor to create your resource files, have a look at the bitmap compression. Make sure you have not selected "Packbits" or "Best" compression. If all else fails, take out the images, and any other possible UI objects, and see if t

RE: Metrowerks debugging question.

2002-05-20 Thread Shekar Mantha
Hi, Yes the debug dot is set for all the files. One more interesting observation: Now when my application crashes, codewarrior crashes as well giving an unhandled exception. I removed and reinstalled codewarrior (7.1 with Palm OS 4.0 SDK). The problem still persists. Now projects that I was able

Re: Metrowerks debugging question.

2002-05-20 Thread Ben Combee
In article <86712@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > > My apologies if this is not the correct forum -- please indicate the > correct forum to post to. > > Question: > > I have a multi-segment application. Codewarrior (CWR7) compiles and loads > the > application on to the em

Re: Clie Jog Dial

2002-05-20 Thread Ben Combee
In article <86675@palm-dev-forum>, [EMAIL PROTECTED] says... > > Anyone with experience with the Sony Jog Dial... > > One of my applications locks up the Clie NR70 (and possibly others as well) > when using the jog dial... no, I don't mean while running the application.. > I mean while running t

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-20 Thread 小盧||吉爾菲艾斯
Hi Alan, I just use normal BMP Picture. And just put that Pic over a Button... I do not use any PIC function, and do not use JPEG or TIFF format PIC :) My Application still can work on VX/IIIC/C3 but just cannot have any reflect as I press the pictur in front of the button.. Best Regards

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-20 Thread 小盧||吉爾菲艾斯
Hello Joe, My Palm Vx and IBM C3 are all Palm O.S. 3.5...>< And another Palm IIIC cannot work ,too. Now Only can work normally on m500/m505although our custom in this project using m505, I am really afraid someday this problem will become more series..Would you like to share some

Metrowerks debugging question.

2002-05-20 Thread Shekar Mantha
Hi, My apologies if this is not the correct forum -- please indicate the correct forum to post to. Question: I have a multi-segment application. Codewarrior (CWR7) compiles and loads the application on to the emulator (Version 3.4). While debugging the app. though, I can see the source for only

Re: Palm DBs security

2002-05-20 Thread Joe
--- Pablo Chemes <[EMAIL PROTECTED]> wrote: > Hi, I am in charge of finding a security solution for the > handhelds of my office partners... so I wonder if is there > a way to modify the Palm standard apps (like contacts, > calendar, todo and mail) to increase security Like > asking for pa

Clie Jog Dial

2002-05-20 Thread Bradly J. Barton
Anyone with experience with the Sony Jog Dial... One of my applications locks up the Clie NR70 (and possibly others as well) when using the jog dial... no, I don't mean while running the application.. I mean while running the (standard) Launcher. When you use the jog dial to start scrolling down

Palm DBs security

2002-05-20 Thread Pablo Chemes
Hi, I am in charge of finding a security solution for the handhelds of my office partners... so I wonder if is there a way to modify the Palm standard apps (like contacts, calendar, todo and mail) to increase security Like asking for passwords or deleting PDBs when holding down one button

Re: DmWriteCheck failed during DmWrite

2002-05-20 Thread Matt Hebley
Yep. The first parameter must be a pointer to the beginning of a valid locked chunk. Use the offset to increment. Matt - Original Message - From: "Dan Dorton" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 12:56 PM Subject: Re: DmWriteCheck

Re: DmWriteCheck failed during DmWrite

2002-05-20 Thread Dan Dorton
I had a thought. The first parameter in DmWrite (void *recordP), does this have to be a pointer to the very beginning of the locked chunk? In one of the packed record functions, I am actually incrementing this pointer for each sub-object. I tried copying the source code for DmWrite and DmWri

WinGetActiveWindow

2002-05-20 Thread Kaloyan Donev
Hi, When I call WinGetActiveWindow in debug rom it returns me NULL. I call it on frmOpenEvent, after call FrmDraw(). According to documentation FrmDrawForm should create the form window and set the active window. On non debug roms it works OK. Why is this happens? -- For info

Re: Exchange Manager and Serial Port

2002-05-20 Thread Jim Schram
At 12:22 PM -0700 2002/05/20, Larry Phillips wrote: >I have written a little function to beam my application and it's database to >another Palm. On the call to ExgPut(), I get an error saying "Unable to >initialize library". > >The app uses the serial port. I have found that if I close the serial

Re: Exchange Manager and Serial Port

2002-05-20 Thread Keith Monahan
Larry, Am I understanding you correctly that you are trying to use the serial port AND the IR port simultaneously? It sounds like it since you say that if you close the serial port, you can beam correctly. The palm uses the same UART to handle both the serial and the IR port and so you cannot u

SysAppLaunch() limitations

2002-05-20 Thread Joe
What limitations exist when your app is being called with a custom launch code as a subroutine to another app via SysAppLaunch (other than the obvious lack of globals and the inability to access any code outside of segment 0). For example, can the sublaunched app always put up UI, set a form hand

Exchange Manager and Serial Port

2002-05-20 Thread Larry Phillips
I have written a little function to beam my application and it's database to another Palm. On the call to ExgPut(), I get an error saying "Unable to initialize library". The app uses the serial port. I have found that if I close the serial port before the beam operation, it works fine. Any idea

RE: Palm/C++ Application Frameworks

2002-05-20 Thread Dave Brown
I currently use POL and have been very pleased. Their support is also AWESOME! Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John > Blumel > Sent: Sunday, May 19, 2002 11:14 AM > To: Palm Developer Forum > Subject: Palm/C++ Application Frame

Re: DmWriteCheck failed during DmWrite

2002-05-20 Thread Matt Hebley
This helps me even less. Now you appear to be using zero instead of offset which used to be non-zero. In future you should try to resist modifying your code when posting it, just post the relevant functions complete. The best thing for you to do is to manually figure out exactly how big your reco

Re: Palm/C++ Application Frameworks

2002-05-20 Thread Ben Combee
In article <86604@palm-dev-forum>, [EMAIL PROTECTED] says... > > 1. Zen Plus (formerly Teenee) from Class Action > 2. Palm Object Library (POL) from TeT > 3. Palm Application Framework (PAF) from Bear River > > Can anyone with any experience with one or more of these frameworks > comment on the

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-20 Thread Joe
--- ¿cªøÂ@ <[EMAIL PROTECTED]> wrote: > Hello all, > I got a problem on my program, could someone give me a hand? > My application on Palm m505/m500 can work smoothly.But as I install > those applications to PalmVx/IBM-WorkPad c3.It cannot work on those > PIC button.Could anyone tell me why? I

RE: I want to study windowsCE

2002-05-20 Thread Stass Desyatnikov
Joe, Its depends at what level do you intend to program. If you just need application development the WinCE is relly easy. I mean you just need to install embedded visual tools (3.0), download the ActiveSync and you are all set. The embedded VC has all the help files you need. Basically programmi

Re: DmWriteCheck failed during DmWrite

2002-05-20 Thread Dan Dorton
The header contains information such as the number of sub-objects, size etc... As the list is walked these values are calculated, and then the header is written at the end of the function. Header.TotalSize = offset; DmWrite(pDest, 0 /*offset*/, &Header, sizeof(Header)); return Header.TotalSiz

Re: I want to study windowsCE

2002-05-20 Thread Vo Le Phu Quy
Hi Tung, everything you need is on the web site: http://www.microsoft.com/mobile/developer/ please seat down and enjoy it. --- Nguyen Tung <[EMAIL PROTECTED]> wrote: > Hi everybody ! > > I am palm developer and I want to study other hand > machine: windowsCE. Can > you tell me what software I c