beaming

2002-04-02 Thread Rania Saymeh
Hello, I am wondering if there is a way to lock applications so that they can't be beamed, or unlocked by Beam Crack. I know there is a security bit in codewarriour that locks the application, but it seems that Beam crach will unlock it and it will be able to be beamed. is there any other

Re: beaming

2002-04-02 Thread Rania Saymeh
be done reliably, or at least more secure than the basic security bit in codewarriour? thanks for your help! - Original Message - From: Dave Carrigan [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 2:17 PM Subject: Re: beaming Rania Saymeh

Re: installation tool for conduit

2002-02-22 Thread Rania Saymeh
I just tried using the sample installer that comes with the CDK, it seems like it's doing what I want it to do, is it modifiable? and if so, which files can I change to give it my own creator ID and so...I don't really know C++, so it would be helpful to know where's what.. thanks for your help!

Re: installation tool for conduit

2002-02-22 Thread Rania Saymeh
- HotSync -Custom list... any idea why? thanks - Original Message - From: Rania Saymeh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, February 22, 2002 8:40 AM Subject: Re: installation tool for conduit I just tried using the sample installer that comes

installation tool for conduit

2002-02-20 Thread Rania Saymeh
is there any code samples of a written installation tool for the conduit.. thanks Rania. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

barcode scanner

2002-02-04 Thread Rania Saymeh
anyone who used the SPT 1700 barcode scanner, where are the records actually saved? is the file transfered over to my desktop when I hotsync. thanks! :) Rania -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: database tables

2002-01-10 Thread Rania Saymeh
to find which line crashes. - Original Message - From: Rania Saymeh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 8:27 AM Subject: database tables hi, I've got one table in my DB that has at least a 1000 records, each records 138

memory cards

2002-01-03 Thread Rania Saymeh
hi, how can I tell what is my memory card divided into for each seperate card with a differnent memory? so for a 4M card, how do I know how much is for dynamic heap/storage heap/ ROM/ stack size? and how would that be different for a 8M card, is it documented anywhere? thanx Rania -- For

out of Memory

2001-12-20 Thread Rania Saymeh
what would cause a launcher out of memory msg after I log out of my application? what should I look at..or check? thanks RS -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

memory mgr

2001-12-18 Thread Rania Saymeh
hi all my application runs fine on the palm without crashing, if I run it on a symbol, it crashes giving me MemoryMgrNew.c, Chunck under-locked error what exactly does that mean? and how come it doesn't do it for palm? thanks! Rania -- For information on using the Palm Developer Forums, or

Re: DmGetRecord problem

2001-11-29 Thread Rania Saymeh
try DmQueryRecord..that might work.. Rania. - Original Message - From: Sirisha Gullapalli [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 4:29 PM Subject: DmGetRecord problem I have a problem with DmGetRecord while accessing the records

ChrPtr

2001-11-27 Thread Rania Saymeh
if a string is defined as a ChrPtr, is that still equivelent to a string where I can still access the character elements seperatly as an array? I have my ChrPtr var1 which is always going to be the size of 5 chars I would like to access the chars seperatly..how do I do that..? if I try something

Re: ChrPtr

2001-11-27 Thread Rania Saymeh
= blah you should be able to use s[0], s[1]...to get the individual chars. Is =! what you wanted there? Max --- Rania Saymeh [EMAIL PROTECTED] wrote: if a string is defined as a ChrPtr, is that still equivelent to a string where I can still access the character elements

substrings

2001-11-26 Thread Rania Saymeh
hi all, if I have a time string in the following format, 11:22:00 how can I divide it into substrings for hour, minute, seconds, when I use the StrStr function to get a substring using the : it keeps it with the number, is there some sort of function that specifies where my substring begins and

synchronization error

2001-11-20 Thread Rania Saymeh
hello, anyone knows why would I get such an error when I try to synchronize considering I've got 3916K free memory out of 4000K !! the exe I'm trying to synchronize is no bigger than 85K. The application used to synchonize fine up untill I added a new form with a dummy button, it seems like the

Re: synchronization error

2001-11-20 Thread Rania Saymeh
a segment in your app to exceed 64K? - Original Message - From: Rania Saymeh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 10:15 AM Subject: synchronization error hello, anyone knows why would I get such an error when I try

Re: synchronization error

2001-11-20 Thread Rania Saymeh
that your additions forced a segment in your app to exceed 64K? - Original Message - From: Rania Saymeh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 10:15 AM Subject: synchronization error hello, anyone knows why would I get

Drawing functions...

2001-11-15 Thread Rania Saymeh
*** Rania Saymeh Software Developer J.J. Mackay Canada Limited Halifax, Nova Scotia -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Drawing functions...

2001-11-15 Thread Rania Saymeh
trying to do something as simple as a circleI just haven't done any sort of graphics on Palms. - Original Message - From: Ezekiel Sanborndeasis [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 3:37 PM Subject: RE: Drawing functions...

strtok?

2001-10-19 Thread Rania Saymeh
Hi, I was wondering if the String Manager functions for Palm OS have anything equivelant to strtok? also is there a way to switch ints to floats? thanx! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

stdio in Palm

2001-07-12 Thread Rania Saymeh
is there an equivilant library for palm platform? I'm trying to use sprintf to format a string, but I guess it doesn't understand what the function does, is there anything to format a string in palm C ? thanx! *** Rania Saymeh Jr

gray out buttons

2001-07-09 Thread Rania Saymeh
! :) *** Rania Saymeh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

beaming

2001-06-25 Thread Rania Saymeh
anyone knows if there's any chunk of code/function I can add to my application to prevent it from being beamed? thanx! Rania -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

autoexec in PalmOS?

2001-06-22 Thread Rania Saymeh
anyone aware of an equivelant to autoexec using the PalmOS? I'm trying to restrict the user to using one application while using the palm, when the palm shuts down or resets it should start at the login screen of the application.. any advice will be appreciated! Rania -- For information on

overwrite ROM

2001-06-22 Thread Rania Saymeh
hi, is there a way to over write/ write to your ROM to get a certain application to start on ur reset? I guess the Palm ROM is a Flash ROM which probably makes it a little different from ROM, and more like a BIOS? any comments?? thanx! -- For information on using the Palm Developer Forums,

ROM serial code functions?

2001-06-19 Thread Rania Saymeh
hi, I'm trying to retreive the ROM serial number of Symbol using the same function that works with the Palm IIIx but it gives me a fatal error...is there a different function other than SysGetRomToken that's specific to Symbols? thanx error = SysGetROMToken(0, sysROMTokenSnum, (Byte**)pBuf,

locking an application

2001-06-19 Thread Rania Saymeh
is there an IR function that allows you to lock a specific application programmaticly ? how safe is it against hacking? thanx in advance! Rania -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/