Re: Codewarrior - target not registered

2001-10-29 Thread Chris Tutty
Essell [EMAIL PROTECTED] wrote i'm having this problem with Codewarrior. When i try to run my application it says Target not registered Until now it was working just fine .. this problem has occured all of a sudden .. without any changes/modifications to my code. I know this has been posted

How to display a Password prompt FORM on DEVICE RESET?

2001-10-29 Thread Yuva Kumar
Hi friends, I am creating an application for my own device, in which I am trying to localize the SECURITY option and display a password prompt form on performing a device lock and a device reset. Can someone please give some suggestions on this please. Also I would like the device to display

Installing tow applications together

2001-10-29 Thread ahmadmansour78
is there any way to install two applications to my emulator to be active together?, now; once i install the second application , first one disappear. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Problem debugging in-lined functions in CW 7.1.

2001-10-29 Thread Ola Theander
Dear subscribers. I've recently ran into a problem using CW 7.1. In the project I'm currently working on I have a template-based class to perform some operations needed. Since the CW, and most other compilers, doesn't support to put the implementation for a template in a .cpp file I have both

current time

2001-10-29 Thread reshma
i have to display current time as my form title. TimSecondsToDateTime (TimGetSeconds (), dateTime); TimeToAscii (dateTime.hour, dateTime.minute, tfColon, label); FrmCopyTitle (FrmGetActiveForm (), label); i have used the above code but its showing error won't it work with emulator?

RE: current time

2001-10-29 Thread suresh
Use FrmSetTitle() and check.Still if u have error ,pls write in detail the error. Suresh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of reshma Sent: Monday, October 29, 2001 3:31 PM To: Palm Developer Forum Subject: current time i have to display

EvtAddEventToQueue() produces Stack Overflow

2001-10-29 Thread Eli Mandel
I have written an application that primes the SrmWakeUpHandler() allowing my handler to be activated when other applications are active. However, when I attempt to send initiate an event using the EvtAddEventToQueue() message my application encounters a Stack Overflow. Can someone please tell me

object out of memory...

2001-10-29 Thread Laura Diaz Sanchez
Hi all, i'm writing an application with waba, i've got some classes that contains some big objects like 16KB size... i'm trying to run this application in Palm Emulator 3.2 and even setting the biggest mem available y get the error out of memory object...for creating the prc and pdb files i use

software Update on Palmgear

2001-10-29 Thread juergen . schwister
Hi, i tried several times to update a Application at Palmgear without success... http://www.palmgear.com/developers/softwareedit.cfm?prodID=11721 --snip- We're sorry -- We had a problem with your Request! The Problem has been reported to our Systems Administrator, and

accept hang in CW SDK 7.x

2001-10-29 Thread Daniel Schultz
Here is a snippet on where I am hanging in the NetLib from the sample - can someone help with this? The funny thing is that the FTPPut works fine through the socket and the FTPGet works fine as long as there is a file there. But if it is missing it does not timeout and give an error

Re: software Update on Palmgear

2001-10-29 Thread Stephan Veigl
Hi Was anybody able to do that in the last few hours/days ? Some people ware able to do that, because there are some products updated today. have similar problems by(e) Stephan -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Installing tow applications together

2001-10-29 Thread Max Bian
Are you sure they have different creator IDs? If not, the second one will overwrite the first. Max --- [EMAIL PROTECTED] wrote: is there any way to install two applications to my emulator to be active together?, now; once i install the second application , first one disappear. --

displaying a colour bitmap on the Palm ..

2001-10-29 Thread Essell
Hi guys .. I have an application in which I have to display colour bitmaps. I'm using Codewarrior .. I manage to do this using a Bitmap Family. The problem is that Bitmap Family is not supported on OS versions prior to Palm OS 3.5 so if I run this application on any older OS version , the

RE: Records left busy in closed unprotected DB

2001-10-29 Thread Claudio Sennhauser
I have an application that opens a database and stores/modifies some data in it, but when i exit the application .. i get this error .. Records left busy in closed unprotected DB .. has anyone encountered a similar problem ? is there something that i'm missing ? Any comments/suggestions

New comer here, and questions to ask

2001-10-29 Thread Tay Sim Guan Daren
Hi people! I am Daren from Singapore (South East Asia). I always wanted to go full scale on palm programming but due to need of attentions on my other programming works.. can't really concentrate.. so for now, I am starting playing with J2ME. I have codewarrior (C) and MobilSoft(VC++) but

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

2001-10-29 Thread eszalajeski
Any chance that your suppliment material might include some JAVA specific Conduit examples? I just ordered the updated book. Ed Neil Rhodes [EMAIL PROTECTED] wrote in message news:66025@palm-dev-forum... The 2nd edition of the O'Reilly book is now shipping (I'll have copies in my hand

Screen Palm OS Based Device

2001-10-29 Thread Rick Gadbois
Does anyone know of a Large Screen Palm OS Based Device? Some hardware platform that is bigger than the *normal* palm screen. Maybe the question should be What is the largest screen available for Palm OS based devices? Feel free to respond to me at [EMAIL PROTECTED] rgadbois @ phtcorp .com --

Re: When is a freshly drawn window not a valid draw context?

2001-10-29 Thread Dave Johnson
Thanks Keith and Ben, that's what I was afraid of. OK, so FrmEraseForm does more than the documentation says, and FrmDrawForm doesn't undo it. It'd be really great to say so in the documentation. And there's not a single call anywhere to clear the current form? I need local variables and at

Re: Screen Palm OS Based Device

2001-10-29 Thread Dave Lippincott
320x320 but its still as small as other Palm hand helds http://www.sonystyle.com/micros/clie/ or 240x320 in a Palm III format size http://www.handera.com/products/330feat.asp - Original Message - From: Rick Gadbois [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent:

RE: Problem debugging in-lined functions in CW 7.1.

2001-10-29 Thread Scott Johnson
From: Ola Theander [mailto:[EMAIL PROTECTED]] If I have the smart in-line option enabled some of the templates functions get in-lined in the code. It's nothing wrong with that but the problem is that I found that I can't debug those functions. You should have both a Debug target (with

RE: software Update on Palmgear

2001-10-29 Thread Karl-Konig Konigsson
I've had the same message pop up on me for weeks; don't hold your breath waiting for it to disappear... :-) I have mailed the address on the page several times but to no avail and no response... I guess they have a hectic time or something. Karl-Koenig Koenigsson -Original

Re: Problem with IDE n debugger

2001-10-29 Thread Ben Combee
Hui Min [EMAIL PROTECTED] wrote in message news:66205@palm-dev-forum... Hi, I encountered the following problem when running my debugger. After I installed Codewarrior 7.0, I can successfully launch the IDE. But under the tab Files of my xxx.mcp, the colors are all white. And when I set

Re: EvtAddEventToQueue() produces Stack Overflow

2001-10-29 Thread Ben Combee
Eli Mandel [EMAIL PROTECTED] wrote in message news:66216@palm-dev-forum... I have written an application that primes the SrmWakeUpHandler() allowing my handler to be activated when other applications are active. However, when I attempt to send initiate an event using the

Re: Improving In Building Coverage

2001-10-29 Thread Steve Mann
BellSouth Wireless Data is part of the Cingular conglomerate. Oops. Goes to show you what can happen when you stop following these things for a few months. Thanks for the update. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, CA 93401-3117

Re: New comer here, and questions to ask

2001-10-29 Thread Steve Mann
I don't know how to create a pdb file without going through a prc file to create it. How do I create a pdb file, and populat it, so that my custom application can make use of it? There are a variety of utilities, some with source code, that you can use on a desktop to create PDB files. Do a

RE: Problem debugging in-lined functions in CW 7.1.

2001-10-29 Thread Ola Theander
Hi Scott. Thanks for your answer. I guess I'm not that familar with the creation of multiple targets in CW, since I'm a rather fresh user. How do I do that? I think it works as expected in Visual C++, but I might be wrong. Kind regards, Ola You should have both a Debug target (with inlining

Re: displaying a colour bitmap on the Palm ..

2001-10-29 Thread Ben Combee
Essell [EMAIL PROTECTED] wrote in message news:66227@palm-dev-forum... Hi guys .. I have an application in which I have to display colour bitmaps. I'm using Codewarrior .. I manage to do this using a Bitmap Family. The problem is that Bitmap Family is not supported on OS versions prior to

Creator code

2001-10-29 Thread gordingin
I look in the archive but couldn't find it so sorry for asking this again... 'Bcod' = (hex)42636f64 = (dec)1113812836 how can I convert 1113812836 to Bcod with code? sick of doing it the hard way... with calculator... thanks Ralph Krausse -- For information on using the Palm Developer

MemHandleLock required for CustomLoadItem?

2001-10-29 Thread John Kelsey
I have a custom load item function defined for a table. It didn't work when I expected it to. I spent a lot of time debugging the function and finally discovered it only works when I do something I didn't expect. The table does not display anything UNLESS I include calls to MemHandleLock and

Re: Creator code

2001-10-29 Thread Dave Lippincott
Convert how? They are just different ways to express the same number 0x42636f64 does equal 1113812836, the expressions are interchangeable provided you are working in the same number base. Do you mean display on the screen? Some context to your question may help. - Original Message -

Can anyone tell me whats going on here

2001-10-29 Thread Johnathan Smith
Below is a listed on my code that will put a number in a text field and display a Dialog Form. The form displays right and the user can enter the new number but on the way back drow shows the right number in the debugger but return_drow gets set to 3 and return_weight gets set to 0 Can someone

Re: Creator code

2001-10-29 Thread gordingin
Example DmGetNextDatabaseByTypeCreator() returns me the creator code 1113812836. I would like to display that on the screen as Bcod. Sorry bout that thanks r- -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Problem debugging in-lined functions in CW 7.1.

2001-10-29 Thread Scott Johnson
From: Ola Theander [mailto:[EMAIL PROTECTED]] I guess I'm not that familar with the creation of multiple targets in CW, since I'm a rather fresh user. How do I do that? Look for targets in the CW documentation. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe,

LARGE Screen Palm OS Based Device ??

2001-10-29 Thread Rick Gadbois
Does anyone know of a Large Screen Palm OS Based Device? Some hardware platform that is bigger than the *normal* palm screen. Maybe the question should be What is the largest screen available for Palm OS based devices? rgadbois @ phtcorp .com 320x320 but its still as small as other Palm

Re: Creator code

2001-10-29 Thread John Leung
Try this. unsigned long ii = 1113812836; char i4 = (char)(ii 0x00FF); char i3 = (char)((ii 8) 0x00FF); char i2 = (char)((ii 16) 0x00FF); char i1 = (char)((ii 24) 0x00FF); On 29 Oct 2001, at 13:06, gordingin wrote: Example

Re: Shared library in C++

2001-10-29 Thread Eric W. Sirko
I routinely use Metrowerks CodeWarrior (Version 7) to write shared libraries in C++. There are some limitations, though: - No virtual functions. - No virtual base classes. Eric W. Sirko Softworks Solutions, LLC -- For information on using the Palm Developer Forums, or to

RE: Beaming

2001-10-29 Thread Danny Epstein
The application consists of one .prc and one .pdb file. I know it is possible to beam both files in 4.0, but is there a way under 3.5 to do this? You can beam the prc and pdb in a single session on Palm OS 4.0, but only the first database will be received on pre-4.0 devices. You can beam a

Re: Codewarrior - target not registered

2001-10-29 Thread Jun-Kiat Lam
This isn't really a fix but in v8.0 we changed the error message from the undescriptive 'Target not registered' to 'Connection attempt failed.'...at least this would make more sense. In effect that's what the debugger is trying to say. -- jkl - Original Message - From: Chris Tutty

RE: FrmGotoForm not working in SysNotifyRegister command?

2001-10-29 Thread Peter Epstein
FrmGotoForm posts events to do it's work, so it returns and then, assuming a typical event loop is running, it'll switch forms, closing the old one. On the other hand, FrmAlert or FrmDoDialog will immediately open a dialog on top of the current form, and that dialog will have it's own event loop.

RE: current date and time

2001-10-29 Thread Ezekiel Sanborndeasis
The below will do the current time, the current date works pretty much the same... Get the date format from prefs and use DateToAscii to make a string out of it. DateTimeType dt; TimeFormatType timeFormat; Char strTime[timeStringLength]; //get the time in seconds from 1904 and make a

Re: Can anyone tell me whats going on here

2001-10-29 Thread Eric W. Sirko
Johnathan Smith [EMAIL PROTECTED] wrote in message news:66260@palm-dev-forum... Below is a listed on my code that will put a number in a text field and display a Dialog Form. The form displays right and the user can enter the new number but on the way back drow shows the right number in

RE: current time

2001-10-29 Thread Ezekiel Sanborndeasis
Are you getting a title too long error on debug roms? Is the title's label set in constructor shorter than the time string? -Ezekiel Sanborn de Asis Palm Developer Support [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Can anyone tell me whats going on here

2001-10-29 Thread Johnathan Smith
how can I fix it Eric W. Sirko wrote: From: Eric W. Sirko [EMAIL PROTECTED] Subject: Re: Can anyone tell me whats going on here Date: Mon, 29 Oct 2001 11:00:31 -0800 To: Palm Developer Forum [EMAIL PROTECTED] Johnathan Smith [EMAIL PROTECTED] wrote in message

Re: object out of memory...

2001-10-29 Thread Keith Rollin
Laura, You might want to post your question to pilot.programmer.waba on news.falch.net. That's where most Waba support is being performed, and the author of SuperWaba is very active there. -- Keith At 12:29 PM +0100 10/29/01, Laura Diaz Sanchez wrote: Hi all, i'm writing an application

Re: Creator code

2001-10-29 Thread gordingin
thanks.. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Object Oriented C++ form desgin

2001-10-29 Thread Stephen A. Cochran
I'm rewriting part of my application, and a Class object design for several of the forms seems like the natural way to go. But now that I'm getting down to writing it, I'm running into a chicken and egg problem. Basicly, if I have a myForm class, the MyFormInit code should be in the

HostControl API

2001-10-29 Thread Max Bian
Hi, I am trying to use the HostControl API in POSE 3.3 on Linux for debugging purpose. I expected that when I do HostFOpen(/tmp/log.txt, a); I will see a file appear at /tmp/log.txt on my Linux machine. But it does not happen... I tried couple of HostFPutS, still there is nothing. I

ANN: PilRC CodeWarrior Plugin 2.8p7b

2001-10-29 Thread Neil Rhodes
This is an announcement of a new version of the PilRC plugin to CodeWarrior (for both Mac and Windows). Download from http://www.calliopeinc.com/pilrcplugin.html Release notes:Version 2.8p7b Fixed a latent bug that was uncovered by our change to allow command-lines (we were calling

Palm Developer Certification Test?

2001-10-29 Thread Steve Palmen
has anyone taken the Certified Developer competency test? if so, can you describe the level of detail and the topics covered in the test? i'm not looking for the answers, it's just that Palm's description of the test is so vague that i don't know what to brush up on or learn in order to ensure

RE: Object Oriented C++ form desgin

2001-10-29 Thread Borislav Kolev
Check out http://www.dependtech.com/ehf.htm . It sounds as exactly what you need. - bobby -Original Message- I'm rewriting part of my application, and a Class object design for several of the forms seems like the natural way to go. [snip] Are there any really good examples of C++

Re: Palm Developer Certification Test?

2001-10-29 Thread Bradly J. Barton
From: Steve Palmen [EMAIL PROTECTED] has anyone taken the Certified Developer competency test? if so, can you describe the level of detail and the topics covered in the test? i'm not I asked ProMetric about it and this is what I got from them.. still pretty vague.. I would love to see a

automatic depth conversion using Bitmap Family

2001-10-29 Thread Sangwon Lee
Hi guys, I made a bitmap family that contains only 8 bit color image. Under Palm OS 3.5 debug Rom, if I set the screen depth to 4 bit or 2 bit, it seems to convert the color image in the bitmap family into grey scale image in proper depth. so, I thought it is very cool, because I don't need to

Re: Palm Developer Certification Test?

2001-10-29 Thread David Fedor
The test covers most everything in Palm OS development world, and tries to focus on Palm-specific stuff and not on C skills or on details you'd have to cram. Look at the documentation chapters for an overview of what the questions cover! (One wasn't taken from the other, but they're reasonably

Re: Palm Developer Certification Test?

2001-10-29 Thread Max Bian
Do I have to know any specific comercial developent tools? For example, do I have to know anything about codewarrior at all? If I stuck with GNU tools, will I be able to experience all the aspects of palmos after coding some applications as you described? Max --- David Fedor [EMAIL PROTECTED]

Re: HostControl API

2001-10-29 Thread Max Bian
Just forget about it...I had some bad #define ... in the header files. Max --- Max Bian [EMAIL PROTECTED] wrote: Hi, I am trying to use the HostControl API in POSE 3.3 on Linux for debugging purpose. I expected that when I do HostFOpen(/tmp/log.txt, a); I will see a file appear at

Utility to create knowledgebase residing on Palm

2001-10-29 Thread Erik Blake
Is anyone aware of software available to create a hierarchical knowledgebase or troubleshooting guide which resides on the Palm. Ideally, the software could integrate with a web-based (HTML?) database so that supporting changes to the kb would be simplified (i.e. make changes once, then

Re: Palm Developer Certification Test?

2001-10-29 Thread David Fedor
Do I have to know any specific comercial developent tools? For example, do I have to know anything about codewarrior at all? If I stuck with GNU tools, will I be able to experience all the aspects of palmos after coding some applications as you described? This is a little too detailed for me

Re: Utility to create knowledgebase residing on Palm

2001-10-29 Thread Hal Mueller
Have you looked into doing it _in_ HTML, using AvantGo or Plucker as the device-side browser? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Codewarrior - target not registered

2001-10-29 Thread Chris Tutty
Jun-Kiat Lam [EMAIL PROTECTED] wrote This isn't really a fix but in v8.0 we changed the error message from the undescriptive 'Target not registered' to 'Connection attempt failed.'...at least this would make more sense. In effect that's what the debugger is trying to say. Ahhh. So it *is* a

Re: Palm Developer Certification Test?

2001-10-29 Thread Ezekiel Sanborndeasis
I know the goal was to make in non CodeWarrior specific and one criteria for rejection of a possible question was if it was only applicable to a programmer using CodeWarrior. I would NOT expect questions like what is the difference between the different optimization levels in CodeWarrior? It is a

Re: LARGE Screen Palm OS Based Device ??

2001-10-29 Thread Ben Combee
Thank you, but I am looking for a Palm OS device that is actually physically larger than the *standard* palm screens. I expect that AlphaSmart's Palm OS device will have a physically larger screen, since they are being aimed at the education market. You can see the press release at

Re: Shared library in C++

2001-10-29 Thread Ben Combee
Eric W. Sirko [EMAIL PROTECTED] wrote in message news:66267@palm-dev-forum... I routinely use Metrowerks CodeWarrior (Version 7) to write shared libraries in C++. There are some limitations, though: - No virtual functions. - No virtual base classes. In addition to those

Re: automatic depth conversion using Bitmap Family

2001-10-29 Thread Ben Combee
Sangwon Lee [EMAIL PROTECTED] wrote in message news:66298@palm-dev-forum... Hi guys, I made a bitmap family that contains only 8 bit color image. Under Palm OS 3.5 debug Rom, if I set the screen depth to 4 bit or 2 bit, it seems to convert the color image in the bitmap family into grey

Re: Password Promt on Device Reset?

2001-10-29 Thread Aaron Ardiri
On Tue, 30 Oct 2001, Yuva Kumar wrote: Hi Friends I am creating an application for my own device, in which I am trying to localize the SECURITY option and display a password prompt form on performing a device lock and a device reset. Can someone please give some suggestions on this please.

Solution: screen depth change (CW6)

2001-10-29 Thread Todd Walk
I finally found out why my screen mode depth change code was failing (finally...). (WinScreenMode call) It seems that CW6 was generating incorrect code (or linkage). I compiled the same code under CW8 and it ran correctly. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm