Re: from subramanian

2001-08-06 Thread Shaikh Khurram Saghir
> and java script for Palm OS application,WIndows CE and EPOC. i dont know :-D You forgot the RIM black berry devices :-D > what is the fundamental requirement for all these. what is the hardware and > software needed. can you please assist me in this. :-) Each one is a totally different OS and

Re: Net Library cause heap fragmentation?

2001-08-06 Thread George Williams
Does this happen in an emulator and a real device? - Original Message - From: "Ulf Schroder" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 11:31 PM Subject: Net Library cause heap fragmentation? > I have a problem with heap fragmentatio

from subramanian

2001-08-06 Thread Subramanian Babu
hi, i want to develop a content viewer application for viewing xml forms,SVG and java script for Palm OS application,WIndows CE and EPOC. i dont know what is the fundamental requirement for all these. what is the hardware and software needed. can you please assist me in this. with regards subraman

Net Library cause heap fragmentation?

2001-08-06 Thread Ulf Schroder
I have a problem with heap fragmentation when using the Net Library. Opening and closing the Net Library reduces my largest free chunk in the heap from 71K to 37K. The following code seems to allocate a nonmovable chunk with size 3200 bytes in the middle of the heap and causing a heap fragmentat

query on form handling....

2001-08-06 Thread Manojaba Banerjee
Hi all.. is it always required to call an event to handle a form ? suppose i have a form, where i am handling database using pack & unpack. now from unpack can it directly call the next form ? or i'll have to write another call event for that ? thanx & regards.. Manojaba -- For information on

Help in Alram setup

2001-08-06 Thread Prasad
Hello, I developed one Analog Clock Application.For this Application i need your help, i am unable to set alarm sound.In Pillotmain function i called sysAppLaunchCmdAlaramTriggered function,in that i created alarmTirgger function, in that i called DmGetNextDatabaseByTypeCreator function

RE: XML?

2001-08-06 Thread Brady Hurst
You are a rock-solid good citizen. :) I was getting ready to investigate XML parsing for a custom bar code app. I'll take a look at that code first. Thanks. Brady Hurst Director IT Lightning Components Corp. [EMAIL PROTECTED] 817-442-8990 -Original Message- From: [EMAIL PROTECTED] [ma

Multiplexing the serial port

2001-08-06 Thread Atul Suri
Hi, Is it possible to multiplex the serial port in the palms so that it can talk to more than one serial device at a time. Thanks, -Atul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: XML?

2001-08-06 Thread Andrey
This parser base on example from codeguru. There was fixed some bugs and it was ported for palm. It was written on STL and tested in real projects. "Bradly J. Barton" <[EMAIL PROTECTED]> wrote in message news:58975@palm-dev-forum... > > > > Oh NO!!! Not again... Please tell me this is not hap

RE: Database Query

2001-08-06 Thread Manojaba Banerjee
Hi all, I'm using this function for creating the database and same for setting the backup attribute but still not able to create the pdb file physically in the working directory.. Can u pls tell me where is the code wrong? static Err OpenOrCreateDB(DmOpenRef *dbP, ULong type, ULong creator,

Re: Identifying device? (Clie, specifically) QUESTION

2001-08-06 Thread John Valdes
On Mon, Aug 06, 2001 at 05:56:08PM -0700, Mike Davis wrote: > What does one use to emulate the High Resolution Clie? There are copies of POSE for the Clie on Sony's developer's site (alas, only for Windows at the moment, although source is available). ROM images are available there also, though

RE: Database Query

2001-08-06 Thread Manojaba Banerjee
thanx a lot but in which function shall i include this code ? in the OpenOrCreateDb function or any other ? thanx & regards... It's Manu. ITL Infosys -Original Message- From: Dave Lippincott [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 7:18 PM To: Palm Develop

Re: POSE and the Serial Port

2001-08-06 Thread Shaikh Khurram Saghir
I think there is some confusion over here :-) I have succesfully sent debuggor packets to Palm at 56kbps. infact 56kbps is the mandatory speed which must be supported to send the debugger packets :-). Eric, I am not sure about your problem but it is quite possible that the NULL modem cable that y

Re: Security for dowload of files on the palm device

2001-08-06 Thread Shaikh Khurram Saghir
There are a lot of methods to do it :-D One of the solution that come from the top of my mind is to write a hack and disable the various exchange manager routines, but as you know that hacks may not work in future versions of OS :-D hence I think you need to adopt a better approach if you want to

Re: XML?

2001-08-06 Thread Bradly J. Barton
> > Oh NO!!! Not again... Please tell me this is not happening!.. BTW, short > > answer is _*NO*_ > > fun little project.. seems to be asked for quote a bit (hence igors > response) - do it, open source it.. let everyone else use it :) But what they aren't telling you is that you have to be v

Re: XML?

2001-08-06 Thread Aaron Ardiri
On Tue, 7 Aug 2001, Igor Mozolevsky wrote: > > Any API is provided at the Palm OS to allow us to extract information in > > one xml file? > > Oh NO!!! Not again... Please tell me this is not happening!.. BTW, short > answer is _*NO*_ XML is just a buzz word for management.. open up your favou

Re: '\0' terminated 'tSTR'

2001-08-06 Thread Aaron Ardiri
On Mon, 6 Aug 2001, Keith Rollin wrote: > >> #define stringRsrc 'tSTR' > >> type stringRsrc {align word; cstring;}; > >> read stringRsrc (2000) "Help_x"; > > > >read stringRsrc (2000) "Help_x\0"; > > > > tried that? > > Step a little closer to the e-mail when you read it. :-) See where >

Re: XML?

2001-08-06 Thread Igor Mozolevsky
--On 07 August 2001 10:32 +0800 pong <[EMAIL PROTECTED]> wrote: > Any API is provided at the Palm OS to allow us to extract information in > one xml file? Oh NO!!! Not again... Please tell me this is not happening!.. BTW, short answer is _*NO*_ IM :-) -- For information on using the Palm D

Re: '\0' terminated 'tSTR'

2001-08-06 Thread Keith Rollin
At 4:33 AM +0200 8/7/01, Aaron Ardiri wrote: >On Mon, 6 Aug 2001, Paul Nevai wrote: >> #define stringRsrc 'tSTR' >> type stringRsrc {align word; cstring;}; >> read stringRsrc (2000) "Help_x"; > >read stringRsrc (2000) "Help_x\0"; > > tried that? Aaron, Step a little closer to the e-mail whe

Re: '\0' terminated 'tSTR'

2001-08-06 Thread Aaron Ardiri
On Mon, 6 Aug 2001, Paul Nevai wrote: > #define stringRsrc 'tSTR' > type stringRsrc {align word; cstring;}; > read stringRsrc (2000) "Help_x"; read stringRsrc (2000) "Help_x\0"; tried that? // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums

XML?

2001-08-06 Thread pong
Hi All, Any API is provided at the Palm OS to allow us to extract information in one xml file? Best regards, Pong -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Palm OS 4.0

2001-08-06 Thread Aaron Ardiri
On Mon, 6 Aug 2001, Mike Davis wrote: > I know this has probably been asked and answered numerous times but I > am using SDK 3.5 with PRC-TOOLS. > > What is required to migrate to SDK 4.0? I remember the directory > structure being somewhat of a problem when converting from SDK 3.0 to > SDK 3

'\0' terminated 'tSTR'

2001-08-06 Thread Paul Nevai
I have these things in my [Mac based] CW project. #define stringRsrc 'tSTR' type stringRsrc {align word; cstring;}; read stringRsrc (2000) "Help_x"; Here "Help_x" is a MetroWerks text file saved in a Mac format [I tried unix and DOS formats too]. When it gets into the .prc file after a CW job,

Palm OS 4.0

2001-08-06 Thread Mike Davis
I know this has probably been asked and answered numerous times but I am using SDK 3.5 with PRC-TOOLS. What is required to migrate to SDK 4.0? I remember the directory structure being somewhat of a problem when converting from SDK 3.0 to SDK 3.5 and was wondering what I am to look forward to,

Re: Identifying device? (Clie, specifically) QUESTION

2001-08-06 Thread Mike Davis
What does one use to emulate the High Resolution Clie? Actually, as far as that goes, is there a special SDK for it, or does the basic Palm OS allow for high resolution on the Clie? > Actually, the Sony Clie does provide feature codes for determining the > model (just read this yesterday). ;)

RE: POSE and the Serial Port

2001-08-06 Thread Keith Rollin
Steve, Do you have that the right way around? Perhaps things have changed in the last few years, but when I was doing some serial work in a previous life, I was taught never to expect a PC to work reliably above 9600 baud. On the other hand, we've used our devices here reliably at 115.2KBaud.

Re: POSE and the Serial Port

2001-08-06 Thread Steve Sabram
How fast are you talking? PC serial ports are a hell of a lot faster than Palm serial ports. Speeds above 19.2Kbps are not recommended. Steve >From: "Eric W. Sirko" <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subj

POSE and the Serial Port

2001-08-06 Thread Eric W. Sirko
Are there any known problems with using POSE (for Windows) to debug applications that use the serial port? With my application, under certain semi-reproducable circumstances, the serial port ceases to work, i.e. when I call SrmSend, it returns no error but no characters are actually sent out. Eve

Re: OnBoardC / GetObjectPtr question

2001-08-06 Thread Dave Durbin
What He Said. You will also find as you go along that the OnboardHeader does not contain definitions for all Palm API calls. You can add definitions for any which are missing by editing OnboardHeader directly, then performing a delete header from inside OnboardC. At the next rebuild, OnboarC wil

Re: Multi Segment weirdness

2001-08-06 Thread Jim Duffy
OK, Created a new multi segment project and brought in all my files. Made some changes to the setting and compiled. No problems. Now... NONE of these lists are working. Given the size of my code, Do you think this problem may be solved if I break up the code further to have each segment n

RE: OnBoardC / GetObjectPtr question

2001-08-06 Thread Richard Burmeister
> From: [EMAIL PROTECTED] > ControlPtr ctl; > ctl = GetObjectPtr (cbUr); > ... > When I try to compile I get "unknown identifier 'GetObjectPtr'" > GetObjectPtr() is not a Palm OS API function. CodeWarrior includes a version of it in their default stationary. Here is one version of GetObjectPtr(

OnBoardC / GetObjectPtr question

2001-08-06 Thread mkizer
I just started messing around with OnBoardC (converting an app I wrote with PocketC) and am having a problem with a pretty simple task. I have a button that when tapped will toggle the state of a checkbox. I've created the resource file and included the proper #defines for the objects. Here is the

RE: Stack OverFlow

2001-08-06 Thread Keith Rollin
At 1:01 PM -0700 8/6/01, Scott Johnson (Bellevue) wrote: > > From: Ralph Krausse [mailto:[EMAIL PROTECTED]] >> AppName has overflowed the stack. The functions currently >> using the stack are: MainFormHandleEvent_FP9Event94276), >> PrbSendEventToForm(24), FrmDispatchEvent(28), >> AppEventLoop

Re: port number in a socket

2001-08-06 Thread Ji Lee
I have tried to use ports under 1024 and it works without a problem. I guess all Palm users are considered Superuser :-) -Ji > > 2. How to choose a port number for a socket ? > > Pick a random number between 1K and 64K. Port adresses below 1K are used by > most well-known services, and requi

RE: Multi Segment weirdness

2001-08-06 Thread Nesselhauf, John
I'm not too sure what the problem could be. Sounds like alignment in the segments. You could try creating a new project with the multisegment option already invoked, compile and make sure that there are no errors and then introduce your files into the project. As for a cure, that's all that I

RE: ConfigureConduit / CfgConduit problems.

2001-08-06 Thread Development
I cannot get the dialog box to pop up for anything. I have implemented both functions and even tried each without the other. My code with CfgConduit is below (and you can see it is taken from the samples) with my comments in it of what happens when I step through the code. It seems to me that CDia

Multi Segment weirdness

2001-08-06 Thread Jim Duffy
Hi everyone, I'm having some difficulty breaking my app into multiple segments. I have followed the docs carefully and can compile no problem. However, once I change the "StartupCode.lib" file to the "MSL Runtime Palm OS (2i).lib" file strange things happen. Basically I have 5 lists in my app

RE: Stack OverFlow

2001-08-06 Thread Scott Johnson (Bellevue)
> From: Ralph Krausse [mailto:[EMAIL PROTECTED]] > AppName has overflowed the stack. The functions currently > using the stack are: MainFormHandleEvent_FP9Event94276), > PrbSendEventToForm(24), FrmDispatchEvent(28), > AppEventLoop_FCV(38), StartPalmMain_FUsPVUSs(14), > PilotMain(16), (40) Is t

Stack OverFlow

2001-08-06 Thread Ralph Krausse
I was coding along when I ran my application in POSE and got this error.. AppName has overflowed the stack. The functions currently using the stack are: MainFormHandleEvent_FP9Event94276), PrbSendEventToForm(24), FrmDispatchEvent(28), AppEventLoop_FCV(38), StartPalmMain_FUsPVUSs(14), PilotMain(

Code Warrior and Resources?

2001-08-06 Thread Cynon Mac an Choile
I have been working with a very simple app to try and learn how Code Warrior does thing. And here is something that I am having problems with. I started with a simple "Hello World" program that I got out of the Palm OS Programming Bible. I thought that for practice, I'd just add a button to th

Flash Rom usage on m505

2001-08-06 Thread Ole Grossklaus
Hi everybody, (It is a while back that I last read the news so forgive me if this was discussed already). I wonder if it is possible to delete the unneccessary languages from my palm505 to get some more flash memory for applications. I need the Palm OS in german only. All the other languages sto

Security for dowload of files on the palm device

2001-08-06 Thread MBarrion
Hi people I need to know how to desactivate the infrared port in my palm pilot for security. and please could you help me with some information about security on the Palm devices My employees are downloading many games from Internet into the palm devices, It is cause many problems in the pe

RE: Diff. in Drawing Form 3.1 -> 3.5.1

2001-08-06 Thread Peter Epstein
PalmOS 3.5 introduced proper support for color devices. In doing so, many places where exclusing OR was used to swap black and white pixels had to be changed. In many cases, such calls were replaced with an explicit redraw of the area using different colors for foreground and background. In other

Re: Identifying device? (Clie, specifically)

2001-08-06 Thread The Armadillo With The Mask
Jeff Mitchell wrote: > > Is there an easy way to determine what device you're running > on? (ie: Not OS version, thats easy. I need to know if I'm running on a > Symbol, or a Clie, or a Handera, etc). Its not a question of "I should > really just be checking for what services are available

Re: Max number of simultaneous socket connections ..

2001-08-06 Thread Gary Gorsline
I don't remember the total number allowed, but if you look into the archives there is at least one thread that does say something like 11 sockets. It's has to do with sock linger settings. E.G., if you open and close and then immediately reopen a socket, Palm OS will stop at this number of socke

Re: Identifying device? (Clie, specifically)

2001-08-06 Thread John Valdes
Actually, the Sony Clie does provide feature codes for determining the model (just read this yesterday). ;) I don't know if any of the other OEM devices provide this functionality though. See pg 21 in the Sony Programmer's Companion manual and Incs/System/SonyHwrOEMIDs.h, both part of the Clie SD

Re: Getting system date/time ?

2001-08-06 Thread Bradly J. Barton
The API documentation is organized by like subjects.. looks for a section called Time and Date functions.. in there, you'll find several options for time and time conversions. -- Bradly J. Barton - [EMAIL PROTECTED] Jenies Technologies Incorporated (972) 602-1835 http://www.JTI.net http:/

Re: Getting system date/time ?

2001-08-06 Thread Dave Lippincott
TimGetSeconds then TimSecondsToDateTime There are several examples included in the SDK and in the KB. - Original Message - From: <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 10:53 AM Subject: Getting system date/time ? > Hi all, > > I'

Getting system date/time ?

2001-08-06 Thread eric . m
Hi all, I'd like to get back system date time but I can't find a way to do this ! I'm looking for a while in PalmDev API and I can't find any GetTime() function. What is the way to do that ?!? Thanks for help ===

Re: Database Query

2001-08-06 Thread Dave Lippincott
http://oasis.palm.com/dev/kb/faq/1103.cfm - Original Message - From: "Manojaba Banerjee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 9:15 AM Subject: RE: Database Query > can u plz tell me how to set the backup bit ? > no, i'm talking

Diff. in Drawing Form 3.1 -> 3.5.1

2001-08-06 Thread Wojtek
Hi. I put my application on PalmV - OS 3.1 Works fine. Then I put it on m100 - OS 3.5.1 When I search for apecified record it should select correspondent row. But it selects and deselects. All i do is looking in record for typed string. When i find it I mark row selected, call XXXLoadTable, and

Re: Install Failed ????

2001-08-06 Thread Dave Lippincott
Try installing (drag and drop) the file into Pose, you might get a more detailed error message. - Original Message - From: "Ai Lee Tang" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Sunday, August 05, 2001 9:11 PM Subject: Install Failed > hi all, > > >

Re: Identifying device? (Clie, specifically)

2001-08-06 Thread Dave Lippincott
No If you check for OS version and which services are available, you may be able to deduce some of the units. - Original Message - From: "Jeff Mitchell" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 8:34 AM Subject: Identifying device? (C

Re: Linking error

2001-08-06 Thread Dave Lippincott
You missing a required library in your project. Look at the stationary project, notice the .lib file(s) included. Drag and drop the file onto your project. (you didn't specify so I'm assuming your using Codewarrior) - Original Message - From: "Manojaba Banerjee" <[EMAIL PROTECTED]> To:

RE: Max number of simultaneous socket connections ..

2001-08-06 Thread John Kerwin
Don't have an answer, but I can tell you how I got around the 4 max. I just wrote a server, opened one port to it, and then had it handle the other connections. I was just scared of having the palm using four sockets at once. Not real reasoning behind the fear, but it just seemed easier to mana

RE: Database Query

2001-08-06 Thread Manojaba Banerjee
can u plz tell me how to set the backup bit ? no, i'm talking baout the directory in which the whole application exists. It's Manu. ITL Infosys -Original Message- From: Patrick Vuichard [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 6:43 PM To: Palm Developer Forum Su

Re: Database Query

2001-08-06 Thread Patrick Vuichard
"Manojaba Banerjee" <[EMAIL PROTECTED]> wrote in message news:58897@palm-dev-forum... > I'm having some problems in the pdb file genartion in my application. > I'm able to create a record in the database in my program and can also > see the data in the record while debugging but the pdb file is

Identifying device? (Clie, specifically)

2001-08-06 Thread Jeff Mitchell
Is there an easy way to determine what device you're running on? (ie: Not OS version, thats easy. I need to know if I'm running on a Symbol, or a Clie, or a Handera, etc). Its not a question of "I should really just be checking for what services are available".. I actually need to know w

Database Query

2001-08-06 Thread Manojaba Banerjee
Hi all !! I'm having some problems in the pdb file genartion in my application. I'm able to create a record in the database in my program and can also see the data in the record while debugging but the pdb file is not getting created in any of the directories. Can anyone tell the reason behind thi

Bitmap families error

2001-08-06 Thread manish jaggi
Hello all. I am getting a problem when working with bitmap families. i made a 4 bit bitmap . Added its entry in the bitmap family Placed the bitmap on the form. Added the code snippet UInt32 depth = 4; WinScreenMode(winScreenModeSet, NULL, NULL, &depth, NULL); But when FrmDrawForm is called the e

Memory Leak in palm os 3.3-en-iii.rom

2001-08-06 Thread palmist palmist
Hi, I have created an application and it was tested on palmos 3.1 IIIx-dbg rom, palm os 3.1.V.rom and Palm OS 3.3-en-v.rom. It worked fine on these. But when I test it on Palm OS 3.3-en-iii.dbg rom it gives memory leaks and also says that: UIAppShell[unknown version] reports "DataMgr.c, Line 2

Re: Extract CodeWarrior .rsrc to PilRC without Java?

2001-08-06 Thread Alvin Koh
Hi George, You can try my utility from http://rsrc2rcp.sourceforge.net. It is written in perl. Depending on the type of resources, the generated PilRC file may need to be tweaked a little. Alvin On Friday 03 August 2001 11:11, George Aslanis wrote: > Hello, > > I found several utilities on