Multi Mail

2001-06-08 Thread Sukhdev Gidwani
Hi, Can some one please help me out in adding a new ISP to the MutiMail database. Thanking You Sukhdev. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: PalmGear is screwed?

2001-06-08 Thread Ng Wei Gee
Glad to know that I'm not the only one with the problem. :p Anyway, they finally sent me some back-dated mails, but the tech support mail is still unanswered... Regards, Gee. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Multiple parameter functions

2001-06-08 Thread Shoeb
but this is the declaration, how to implement it how to access all the unknown parameters passed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Per-Eric Larsson Sent: Friday, June 08, 2001 12:22 AM To: Palm Developer Forum Subject: Re: Multiple

Re: frmGotoForm and frmReturnToform

2001-06-08 Thread Christian Falch
maybe you should check what the os source code says then? :) // az [EMAIL PROTECTED] http://www.ardiri.com/--- free games! It might be better checking the documentation. Not everybody has access to OS source code :-) FrmGotoForm: Send a frmCloseEvent to the current form; send a

Re: LstSetListChoices

2001-06-08 Thread Steve Mann
I'm getting a fatal error MemoryMgr.c, Line 4342, NULL handle when running an application on the palm, I think the error comes from the following code: Why not use the symbolic debugger and POSE to find out _exactly_ where the error occurs. It's much easier to track down problems that way.

Re: List

2001-06-08 Thread Holger Klawitter
3: nom=LstGetSelectionText(lst, i); But my application bugs a the line 3. What can I do? I would suspect that 'i' doesn't have a proper value. With kind regards / Mit freundlichem Gruß Holger Klawitter -- Holger Klawitter [EMAIL PROTECTED]

Re: frmGotoForm and frmReturnToform

2001-06-08 Thread Holger Klawitter
i do not understand what are the differences for frmGotoForm and frmReturnToForm. frmReturnToForm expects the form you are returning to as not being closed - which happens normally when calling FrmPopupForm(). If you came to the current form by use FrmPopupForm()

Acrobat reader checked menu item

2001-06-08 Thread Max Vlasov
Does anyone know how Adobe made a checked menu item? See it on a screenshot at http://www.adobe.com/products/acrobat/images/acrrpalmapp.gif Max -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Managing events

2001-06-08 Thread Kapil Konde
But again in form event handler thare comes switch statements for various form events I want to avoid them --Kapil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Vuichard Sent: Thursday, June 07, 2001 6:55 PM To: Palm Developer Forum

RE: Company for SALE!

2001-06-08 Thread Anuradha J
Hello Kevin Mckee, Can I know where you are located... Anuradha __ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Acrobat reader checked menu item

2001-06-08 Thread Keith Rollin
At 12:18 PM +0400 6/8/01, Max Vlasov wrote: Does anyone know how Adobe made a checked menu item? See it on a screenshot at http://www.adobe.com/products/acrobat/images/acrrpalmapp.gif If the width of the greater than sign is twice the width of the space, then perhaps they defined all of their

RE: polygons

2001-06-08 Thread Armel ASSELIN
you will find some good samples in Graphic Gems sources, algorithms are efficient yet simple :) Armel Asselin www.mobipocket.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Multiple parameter functions

2001-06-08 Thread Jim Schram
At 1:17 PM +0530 2001/06/08, Shoeb wrote: but this is the declaration, how to implement it how to access all the unknown parameters passed. Essentially you treat the parameters of the function (which have been pushed on the stack in right-to-left order as defined by the C language) as one big

Re: frmGotoForm and frmReturnToform

2001-06-08 Thread Aaron Ardiri
hi all, i do not understand what are the differences for frmGotoForm and frmReturnToForm. maybe you should check what the os source code says then? :) // az [EMAIL PROTECTED] http://www.ardiri.com/--- free games! -- For information on using the Palm Developer Forums, or to

Re: LstSetListChoices

2001-06-08 Thread Terry Dennis
I'd recommend putting an error check after your DmGetResource. Also ... CharPtr unlock=(CharPtr)MemHandleLock(gStringArrayH); looks like it should be CharPtr unlock=(CharPtr)MemHandleLock(theListItems); Or ... theListItems = (Handle) SysFormPointerArrayToStrings( theRecPtr, theListCount );

problem regarding memory leak

2001-06-08 Thread soumik chowdhury
hi pl look at this lines of code case MemoPadMainExitButton: MemSet(newEvent, sizeof(EventType), 0); newEvent.eType = appStopEvent; EvtAddEventToQueue(newEvent); but when the exit button is pressed a system fatal alert of the following kind is

Debugging error messages

2001-06-08 Thread Darren Chan
Hi, Does anyone know how to intepret messages on the Codewarrior log? I received the following message: Bus error exception at 0x10c0ef32 (unknown) Roughly I know what I can do to make it occur but I have no idea which part of my code is wrong. Thanks! -- Darren Chan IT Engineer CESMA

Error during linking

2001-06-08 Thread Kapil Konde
Hi all, I am using Falch.net devstudio for developing my app. When compiling my application gives the following error. I do not why this error is coming and how do I solve it. Linking... /prc-tools/H-i586-cygwin32/m68k-palmos/bin/ld: region datares is full

RE: Debugging error messages

2001-06-08 Thread Manikumar Kandhasamy
HI, Bus error exception occurs in case of using memory pointers or handles that are not properly initialized. Please check out your code for proper initialization of Pointers and Handles. Thanks Manikumar K Developers' Nation DTS Engineer Developers' Nation is the fastest, most reliable

Installing PDF-files to POSE

2001-06-08 Thread Andreas Rothlauf
Hi @ all, just a little question: i´m writing an essay for my university. for this i have to take a view screenshots of my POSE. i have developed a view pdf-files optimized for Acrobat Reader for Palm-OS. Could anyone tell me how I can install these pdf-files to my POSE? The conduit from

Question on Falch.Net

2001-06-08 Thread Ajitnk
Hi all, i want to know how to use .RCP file that the Falch.Net produces under CW7. i have installed the PilRC plug-in for CW and registered the new File Type in CW7. But when i try to add the .RCP file to my CW project it says File could not be added Please help. Thanx and Regards Ajit --

Re: TimSetSeconds doesn't work

2001-06-08 Thread Helmut Giritzer
Has anybody another idea for my TimSetSeconds problem? My app runs very stable if I comment out the call to TimSetSeconds. I can't image what's going wrong with this rather simple call. I have not registered my app for getting time change notifications, and I don't think this should be

Re: Acrobat reader checked menu item

2001-06-08 Thread Max Vlasov
Keith, Good idea. I've galanced at the menu resource. You're wrong only in number of spaces :-) There are 4 ones before. The only question is : is there a way to correctly change the text of a menu item. I could not find any references to such a function. Max Keith Rollin wrote in message

Persisting Data

2001-06-08 Thread Sukhdev Gidwani
Hi, Is there anyway I can persist data on the palm from my application other than storing them in the palm database files i.e by using DmOpenDatabase ... Thanking You in advance. Sukhdev -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Problems sending an HTTP header to a Web Server

2001-06-08 Thread Susana Gascón Moreno
Hi Everybody, I work with sockets in an application I am developing, I open the socket and make a try sending data to a port in a server where a echo service is listening and everything goes O.K. But when I send the same to a Web server, after sending the data (GET /prueba.html HTTP/1.0\r\n\r\n)

RE: Persisting Data

2001-06-08 Thread Richard Anderson
check out preferences rik -Original Message- From: Sukhdev Gidwani [SMTP:[EMAIL PROTECTED]] Sent: 08 June 2001 13:42 To: Palm Developer Forum Subject: Persisting Data Hi, Is there anyway I can persist data on the palm from my application other than storing them in the

How do I override Sync Manager?

2001-06-08 Thread Berthold Hutten
Hi, I'm currently looking if it would be possible to synchronize with a Avigo PDA with the Palm HotSync software. After a short research I found out that rewriting the Sync Manager would do the job. I know it won't be easy to rewrite the Sync Manager, but I want to give it a try. The sync

Re: How to read out the palm free memory size

2001-06-08 Thread Petra Bergler
Hi Yen ! I found the following function at http://oasis.palm.com/dev/kb/ - the PalmOS developer knowledge base: HTH _ PE|RA /*** * * FUNCTION: GetOSFreeMem * * DESCRIPTION: Determine the amount of free memory and

Re: How do I override Sync Manager?

2001-06-08 Thread Phillip Streck
hrmm, i would post this to the conduit forum, more likely to find an answer there. Philip Streck Akron General Medical Center Information Systems Berthold Hutten [EMAIL PROTECTED] 06/08/01 08:54AM Hi, I'm currently looking if it would be possible to synchronize with a Avigo PDA with the

Happy B'day Aaron!

2001-06-08 Thread Madina
Aaron wrote: // az happy bday to me.. happy bday to me.. :o) All together now... HAPPY BIRTHDAY TO YOU, HAPPY BIRTHDAY TO YOU..., HAPPY BIRTHDAY DEAR AARON, HAPPY BIRTHDAY TO YOU.. For he is a jolly good fellow, For he is a jolly good fellow, For he is a jolly good

Re: Installing PDF-files to POSE

2001-06-08 Thread Dave Lippincott
Hotsync them if the adobe conduit needs to convert the file. Pose can hotsync like any other Palm. Read the docs that came with Pose. If you already have them as PDBs, just drag and drop them on Pose. - Original Message - From: Andreas Rothlauf [EMAIL PROTECTED] To: Palm Developer

RE: Company for SALE!

2001-06-08 Thread Srinivas
can you tell me the details of the company. where it is located and what u'r looking from the buyer. Regards Srini --- Kevin Mckee [EMAIL PROTECTED] wrote: Looking to sell outright. I have two jobs and just can't keep up with this one. I would really like to see someone takeover and keep

drawing a bitmap vs copying one from memory

2001-06-08 Thread pookiebearbottom
Anyone what to give the advantages/disadvantages over drawing a bitmap every time that you need it vs drawing it once in an off screen buffer and then copying it? I guess my main concern is speed, and second is memory requirements. -- For information on using the Palm Developer Forums, or

HandEra VgaWinDrawBitmapExpanded Not Working?

2001-06-08 Thread Mike McCollister
Has anyone had any luck with the VgaWinDrawBitmapExpanded function working? When I try it, I just get a non-expanded bitmap. Thanks, Mike McCollister __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year!

Re: MemPtr ???

2001-06-08 Thread Bob Ebert
At 4:05 AM +0200 6/8/01, Terry Dennis wrote: Right ... but I don't have the actual pointer. All I have is an address of a location (actually a pointer to a string) somewhere within the chunk. If you have a list of chunks, you could do a linear search by checking the address and the size of

Re: TimSetSeconds doesn't work

2001-06-08 Thread Bob Ebert
At 11:35 AM +0200 6/6/01, Helmut Giritzer wrote: I have a problem setting the time with TimSetSeconds. As soon as the program executes the TimSetSeconds function, there happens a bus error inside another application (POSE says Date Book 3.5). Hook up the debugger when this happens and look at

Re: TblSetColumnEditIndicator

2001-06-08 Thread Bob Ebert
At 6:11 PM +0200 6/7/01, Michael Twohey wrote: Has anyone else tried to use the function TblSetColumnEditIndicator. It seems to worthless. I still get a black selection after using this on one of my columns. Thank you. The function works great... the built-in apps use it. Probably you're

globals and shared libs.

2001-06-08 Thread Phillip Streck
I'm working on a shared library where i have a few global that are defined such as UInt32 var[4][256] = { }; so the data is always constant, after reading through the mastering shared libraries doc it shows how you can define a structure to use for globals.. yet i dont

Re: globals and shared libs.

2001-06-08 Thread Dave Lippincott
You could try allocating enough memory in the declaration of your 'global' structure, then use the library initialization to populate the array. - Original Message - From: Phillip Streck [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 08, 2001 11:16 AM

Re: Persisting Data

2001-06-08 Thread Santhosh
Hi Use the file streaming API , though this uses the same database implementation internally, the api hides the details from you . Thanks, Santhosh Developers' Nation DTS Engineer Developers' Nation provides Palm OS Technical Support with a guaranteed response time. Go to

RE: Managing events

2001-06-08 Thread Richard Burmeister
From: Kapil Konde But again in form event handler thare comes switch statements for various form events I want to avoid them Hey, that's what C programming is all about! The OS sends various events to your handler, and your handler has to respond to some of them and pass the others on.

interesting probelm

2001-06-08 Thread Srinivas
hi all, I am facing a probelm in setting up the hotsync manager preferences. all i want to do is i want my application to setup the hotsync preferences programatically instead of setting manually. Please let me know is there any API which helps us to set up teh hotsync prefernces like LANsync

RE: Company for SALE!

2001-06-08 Thread Steve Mann
At 6:12 AM -0700 6/8/01, Srinivas wrote: can you tell me the details of the company. where it is located and what u'r looking from the buyer. Could you gentlemen take this discussion off-line please? Thank you. Regards, Steve Mann -- --- Creative

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Steve Mann
But when I send the same to a Web server, after sending the data (GET /prueba.html HTTP/1.0\r\n\r\n) when I am trying to receive something the sockets is closed and I get nothing. I find that I only need newline, not return characters: GET /prueba.html HTTP/1.0\n\n I've also found that some

4.x Suggestion

2001-06-08 Thread Terry Dennis
Palm OS is tightening down access to internal structures, as evidenced by the increased error checking in POSE. That's a good thing, and I wish it had been done earlier. However, for this isolated data concept to work properly, we have to be provided routines that perform the same functions as

Re: Error during linking

2001-06-08 Thread Santhosh
Hi This is a problem with the data section exceeding 32kb size when using PRC toolkit check out this link for the solution and details http://www.penright.com/questions/howto_fix.htm Thanks, Santhosh Developers' Nation DTS Engineer Developers' Nation provides Palm OS Technical Support

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Michael . Burk
The Host: header is required by HTTP/1.1, and is for differentiating between internally-ambiguous URLs, such as the root / URL of a server for multiple host names on a single IP address, according to RFC 2616. I agree that 2 new-lines should suffice. In fact, if I understand section 4.1 of

Re: MemPtr ???

2001-06-08 Thread Terry Dennis
If you have a list of chunks, you could do a linear search by checking the address and the size of each one. If (chunk addr = ptr) and (chunk addr + chunk size = ptr) then the pointer is in that chunk. Right .. but I don't HAVE the list of chunks. I had no reason to save that list in the

RE: Persisting Data

2001-06-08 Thread Richard Burmeister
Sukhdev Gidwani wrote: Hi, Is there anyway I can persist data on the palm from my application other than storing them in the palm database files i.e by using DmOpenDatabase From: Santhosh Use the file streaming API , though this uses the same database implementation internally,

Re: problem regarding memory leak

2001-06-08 Thread Santhosh
Hi Possible reason for fatal alert The EventType structure passed to EvtAddEventToQueue must be a const Have you declared newEvent as a const? Thanks, Santhosh Developers' Nation DTS Engineer Developers' Nation provides Palm OS Technical Support with a guaranteed response time. Go to

RE: 1 pc development with 2 handheld?

2001-06-08 Thread Makamine
Hi There, This may have to do with how console mode is accessed on a Handspring unit through the serial port rather than USB. Here's summary of serial debugging for Visor handhelds... CodeWarrior can be used to develop and debug applications for Handspring handhelds. Versions of CodeWarrior

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Susana Gascón Moreno
Hi again, Thanks for what you told me, I have changed what I have leaving only the two new lines, but I still have the other problem, I get nothing from the server. I am sending a piece of code where I make the sending and receive part, maybe I have something that shouldn´t been there. Thanks

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Thomee Wright
Steve Mann wrote: ... I've also found that some servers want a Host: header (I don't think this is an HTTP convention), even though you're connected to a specific host via the socket open: GET /prueba.html HTTP/1.0\nHost:www.hostname.com\n\n ... This is actually part of the HTTP protocol

Re: Managing events

2001-06-08 Thread George Aslanis
I have to disagree. C programming is primarily the manipulation of pointers not switch statements. Yes, all compilers have to handle pointers, but C allows the programmer to decide at what level they wish to develop. If events were treated as indexes into a jump table, would it not greatly

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Steve Mann
As soon as I do this last call, I get a -1 in bytesReceived an nothing in bufferIN. I believe you need to do the send in a loop because not all bytes are guaranteed to be sent with the first call to NetLibSend. This works for me. Regards, Steve Mann # # # static Err DoSend ( UInt16

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Steve Mann
The Host: header is required by HTTP/1.1, Thanks for that additional bit of information. I didn't know that. For what it's worth, I've been able to send 1.1 requests without it in the past. Non-compliant servers perhaps? Regards, Steve Mann -- ---

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Michael . Burk
I had to implement HTTP/1.1 for the Palm for my application, so here are a couple differences I noticed between your code and mine: In the NetLibSocketOpen, I just use 0 or null for flags parameter (you have netSocketProtoIPTCP); I don't know if that matters. More importantly, your

Re: Problems sending an HTTP header to a Web Server

2001-06-08 Thread Steve Mann
The purpose is to allow a single machine host multiple web sites. If several names resolve to the same IP, the server needs to know which server you were expecting, hence the Host field. Makes sense. Thanks for the additional clarification. Regards, Steve Mann --

Power Point and Palm

2001-06-08 Thread Andres . Ramirez
Greetings friends I need to move my power point presentation (in my pc) to a palm format (PDB). it has to be done in an automatic process. In order to do that. What should I do? imho First, I need to do a conduit to read the ppt and make the pdb. it sounds easy (but what about the

RE: Persisting Data

2001-06-08 Thread Aaron Ardiri
check out preferences or... create your own resource databases containing this data // az [EMAIL PROTECTED] http://www.ardiri.com/--- free games! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: 4.x Suggestion

2001-06-08 Thread David Fedor
If we're going to be restricted in what we can access, at least provide us a legal method to retrieve what we put there through legal methods. Thanks for the suggestions. I'm actually meeting later on today with some people to talk about how we can add more such accessor routines into the

Re: Question on Falch.Net

2001-06-08 Thread Jun-Kiat Lam
You need to add a file mapping for .rcp files to your project. Try checking out http://www.calliopeinc.com/devcorner.htm for information on setting it up. -- jkl - Original Message - From: Ajitnk [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 08, 2001

RE: Power Point and Palm

2001-06-08 Thread DeAnna Davidson
Andres, You could always buy iBrite's powerViewer software from Handango. DeAnna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 1:05 PM To: Palm Developer Forum Subject: Power Point and Palm Greetings friends I need to move my

Re: 4.x Suggestion

2001-06-08 Thread George Aslanis
Getting tidbits of information like PalmOSGlue's version checking is what makes this a great resource. Hope we continue to see more inside info. Thanks to the group David Fedor [EMAIL PROTECTED] wrote in message news:52290@palm-dev-forum... If we're going to be restricted in what we

RE: Managing events

2001-06-08 Thread Richard Burmeister
Richard Burmeister wrote: Hey, that's what C programming is all about! From: George Aslanis I have to disagree. C programming is primarily the manipulation of pointers not switch statements. Yes, all compilers have to handle pointers, but C allows the programmer to decide at what

How to force sync a single conduit?

2001-06-08 Thread E
Is there a way to (programatically) set HotSync manager to only sync a single conduit on the next HotSync, and return to it's previous settings after? For example, I have a desktop wizard that installs a Palm application -- so the user has to press HotSync while the app is running. I want to turn

detecting compiler

2001-06-08 Thread Phillip Streck
how can i detect which compiler someone is using, more speciffically gcc or cw thanks Philip Streck Akron General Medical Center Information Systems -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

how to...

2001-06-08 Thread cric[py]
Hi. How can I install my pdb and prc, directly in the install directory of Hot Sync from my application? I not find info about this. Thank -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: 4.x Suggestion

2001-06-08 Thread Terry Dennis
Thanks for the response. Please add the following to your list of needed glue routines. ControlAttrType: I can't find a POSE safe way to set the frame attribute for buttons. ControlType: need to determine which group a control is in. I guess the simple solution is to look at POSE's list of

Re: 1 pc development with 2 handheld?

2001-06-08 Thread S Santoso
Thanks Mike for your respons. I did try pressing and holding UP key when I initiated the shortcut dot dot 2. It did not work. I have 2 handspring. Prism is not a problem since I have in different machine using USB port. I have another visor (the cheapest one with 2 Meg Memory), which using

LstSetListChoices

2001-06-08 Thread Stringer
Subject: LstSetListChoices From: Nancy Kho [EMAIL PROTECTED] Date: Thu, 07 Jun 2001 17:31:30 -0500 I'm getting a fatal error MemoryMgr.c, Line 4342, NULL handle when running an application on the palm, I think the error comes from the following code: First, I'd strongly recommend you

Re: how to...

2001-06-08 Thread Dave Lippincott
Do not directly copy the file(s) to be installed to the user install directory. That will not work unless you modify some registry entries. And you don't want to mess with that. Palm has provided InstallAide dll routines that are included in the CDK to do what you want. There is also an OCX

Re: globals and shared libs.

2001-06-08 Thread Eric W. Sirko
You could try allocating enough memory in the declaration of your 'global' structure, then use the library initialization to populate the array. Populate it with what? He doesn't have the constant data to populate it with. What you want to do, Phillip, is have the constant data compiled into

suggestions required

2001-06-08 Thread Srinivas
hi all, I am developing applications which syncs from the network through IR port. I am facing a probelm with hotsync setup, every time i have to setup manually the network pc name, address and Lansync preferences and so. Is there any way we can programtically do this which sets all the

FrmRemoveObject

2001-06-08 Thread Nicolas Raitman
Hi to all, I am having a problem when I try to use this funtion. FormPtr frmP = FrmGetActiveForm(); FormPtr * frmPP = frmP; FrmRemoveObject ( frmPP, FrmGetObjectIndex(frmP, 7000)); The error I get when I execute the program is a memory manager error. Any ideas or examples on how to use

Software invoked Hotsync?

2001-06-08 Thread Michael Zapeda
Hello everyone, I was wondering if there was a way to programmatcially, either by palm OS APIs, or conduit APIs to invoke a HotSync operation? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Software invoked Hotsync?

2001-06-08 Thread Aaron Ardiri
I was wondering if there was a way to programmatcially, either by palm OS APIs, or conduit APIs to invoke a HotSync operation? Thanks. add an event to the queue :) there is a key for hotsync :) look in chars.h :P // az [EMAIL PROTECTED] http://www.ardiri.com/--- free games! -- For

Re: 4.x Suggestion

2001-06-08 Thread Keith Rollin
Terry, At 11:22 AM -0700 6/8/01, Terry Dennis wrote: ControlAttrType: I can't find a POSE safe way to set the frame attribute for buttons. I think that the official way to do this is to create multiple versions of the button you need with the frame attributes you need, and then show only the

ANN: CodeWarrior for Palm OS R7 Demo Available

2001-06-08 Thread Heather KML Tufts
There is a new demo version available for the CodeWarrior for Palm OS Platform R7 tools. You can download it at http://www.metrowerks.com/products/palm/demo and try it out. It will allow you to try out all the functionality of the product to see if you want to upgrade or get into Palm OS

RE: CW7, Constructor problem

2001-06-08 Thread Heather KML Tufts
I am continuing to have serious issues with Constructor even after a clean install of WinME, CW7 and the 4.0 SDK. For example, create a new project, then a bitmap sized at 81x137. Close then re-open the bitmap and you'll find it contains random graphics (usually verticle color bands,

Re: 4.x Suggestion

2001-06-08 Thread Aaron Ardiri
ControlAttrType: I can't find a POSE safe way to set the frame attribute for buttons. I think that the official way to do this is to create multiple versions of the button you need with the frame attributes you need, and then show only the one you want. Wasteful, awkward, yes, but I

FileRead problems

2001-06-08 Thread John Stephenson
FileRead is returning an error 0x1610 = couldn't open in write mode because db is read-only when I read the last byte of data in the file. The previous reads succeed. Why? The code is below: -- Int32 numread; char

Re: ANN: CodeWarrior for Palm OS R7 Demo Available

2001-06-08 Thread Aaron Ardiri
snip environment. The limitations are: Code size is limited to 4K Debuggable final .prc size is limited to 13.5K just enough for Hello World program or a simple demo program hey? :) what ever happened to the old this was programmed using demo version dialog that used to appear

Re: globals and shared libs.

2001-06-08 Thread Dave Lippincott
Populate it with what? He doesn't have the constant data to populate it with. Yes he does. That's what constant data is. Plus there is no global memory in shared libraries try: struct LibGlobalData { UInt32 Var[4][256]; ... } In your LibOpen routine, lock the global pointer

NetLib's recv stops working......

2001-06-08 Thread John Stephenson
... on another front . We ran into problems with a simple socket connect to a host PC over the serial ( RAS into a Win2k box ). We stripped it down to an echo server. What happens is, well, it just stops receiving on the socket. We know the app is still running because it still

Re: Software invoked Hotsync?

2001-06-08 Thread Michael Zapeda
Awesome, thanks Aaron. Do you know if there is a way to do it via a conduit, by any chance? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: CW7, Constructor problem

2001-06-08 Thread Brian S. Kokernak
It is indeed an 8 bit color bitmap, however this problem is not present in the previous version of the SDK that supports color, nor are there compilation or runtime problems. (POSE does not issue a warning either.) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: 4.x Suggestion

2001-06-08 Thread Terry Dennis
Keith: Thanks for the response. I think that the official way to do this is to create multiple versions of the button you need with the frame attributes you need, and then show only the one you want. Wasteful, awkward, yes, but I don't think that setting the frame attribute is supported,

Re: ANN: CodeWarrior for Palm OS R7 Demo Available

2001-06-08 Thread Stephen Best
Heather, There is a new demo version available for the CodeWarrior for Palm OS Platform R7 tools. You can download it at http://www.metrowerks.com/products/palm/demo and try it out. How does CW7 for Palm differ from CW Pro 6 + Palm SDK 4? I currently have CW6 for Palm and I'm thinking of

Re: 4.x Suggestion

2001-06-08 Thread Terry Dennis
Aaron: Thanks for your response ... .. maybe a better solution to these types of problems is to actually have a function like: CtlGetAbstractAttributes() BINGO !! Palm defined th bits and values being stored/accessed in objects for a reason. And, if they needed it to control

RE: FileRead problems

2001-06-08 Thread John Stephenson
SORRY!! I was mis-reading the error codes! I got confused switching from the error class ( in hex ) to the manager specific errors ( in DECIMAL!!! ). Sorry! spike :( (sorry) _ Get your FREE download of MSN Explorer at

RE: problem regarding memory leak

2001-06-08 Thread Scott Johnson (Bellevue)
From: Santhosh [mailto:[EMAIL PROTECTED]] The EventType structure passed to EvtAddEventToQueue must be a const Have you declared newEvent as a const? Developers' Nation provides Palm OS Technical Support with a guaranteed response time. Go to http://www.devnation.net Not sure what you

Re: FrmRemoveObject

2001-06-08 Thread Arvind
Hi Nicolas, The FrmRemoveObject function removes an object from a form ,but the function doesn't free memory referenced by the object (if any) but it does shrink the form chunk. For best efficiency when removing items from forms, remove items in order of decreasing index values,

Str[N]Compare performance in 4.0

2001-06-08 Thread Ken Krugler
From: Kevin I have a commerical application that has run fine under all 3.x version of PalmOS. Under 4.0 it runs very slowly. I have not been able to pinpoint any particular API calls that run slower. It appears as if the C code just runs slower especially string

Re: Sign extended character passed to StrChr()

2001-06-08 Thread Ken Krugler
I get the message Sign extended character passed to StrChr() after about 100,000 Gremlins events (w/OS 4.0). I've looked in the 3.5 source and see one check for an extended character that will result in the message bad chr passed. I can't recreate this outside of Gremlins. Does anyone know

Re: How to force sync a single conduit?

2001-06-08 Thread Thomee Wright
Do you need HotSync, or do you just need to install the ap? Someone posted a link a bit back to Pilot Install (http://pi.envicon.com/), which claims to be a simple tool to just install a .prc without waiting through a full HotSync. Maybe this would suit your purpose? (Disclaimer: I've never

what's the range of the RGBColorType elements for a Transparent color using 16-bit DirectColor Bitmaps?

2001-06-08 Thread Bill Janssen
Hi. I'm updating the netpbm software to produce and consume PalmOS 4 bitmaps, and the way in which transparent colors are specified for 16-bit DirectColor bitmaps is somewhat ambiguous. Consider the case where red (#FF) is the transparent color. Since we are using 16-bit DirectColor, we

Re: detecting compiler

2001-06-08 Thread Thomee Wright
IIRC, gcc defines _GNU_C_ or __GNU_C__ or something to that effect. That should be something you can search the docs for easily enough. -Thomee Wright- Phillip Streck wrote: how can i detect which compiler someone is using, more speciffically gcc or cw thanks Philip Streck Akron

PalmRezPostLinker or .RSRC file format?

2001-06-08 Thread Randy Eaton
I am trying to write a compiler plugin for Codewarrior that will compile some of my own custom resources into a PalmOS .prc file. I'm told by Metrowerks that the data my compiler returns should be formatted for PalmRezPostLinker but they could not tell me what that format is. I have

Re: 4.x Suggestion

2001-06-08 Thread Keith Rollin
At 2:38 PM -0700 6/8/01, Terry Dennis wrote: I can't even find a way to create the FIRST control with noFrame. I have a fairly sophisticated application that uses dynamically created forms, containing dynamically created controls, all deteremined by dynamic User Interface action, driven by some

  1   2   >