Re: SiPix printer

2002-01-09 Thread Shaikh Khurram Saghir
First of all a brush up about how the various printers work. In most of the cases printer uses PCL X language for printing. If the font in which you would like to print is installed on the printer then it's really very easy to accomplish the job. I have not wroked on SiPix printer but I am sure

Re: Palm and ARM (Was: PL/I for Palm ?)

2002-01-04 Thread Shaikh Khurram Saghir
I am scared of the same thing but with a twist :-) Whenever you are emulating processors the host processor should be much faster than the processor getting emulated. This is one of the reason why in case of Win CE/Pocket PC development we don't have an ARM emulator. You have to build

Re: Compression of records

2001-12-20 Thread Shaikh Khurram Saghir
Zlib is a good option for you. Ofcourse it's not the fastest option but it works great. I think you can get ZLib for Palm from www.zlib.org besides the necessary documentation. The size of header plus the compressed data can be greater than the size of original data if your data does not contain

Re: EncDES?

2001-12-20 Thread Shaikh Khurram Saghir
I have not tried it but it's one of the unsupported cool functions :-) Recently people discussed on this forum to make the function public (It' there for a long time). Make sure about the OS version etc. before calling it. Khurram+ - Original Message - From: Max Bian [EMAIL PROTECTED]

Re: connecting to net

2001-12-02 Thread Shaikh Khurram Saghir
First of all let me make clear that working on TCP/IP and with wireless networks are two different things as they follow different protocols. Since you are playing around with iMessenger hence I assume that you would like to work on wireless network. From the description of the problem it seems

Re: connecting to net(shaikh)

2001-12-02 Thread Shaikh Khurram Saghir
Khurram Saghir Sent: Monday, December 03, 2001 11:36 AM To: Palm Developer Forum Subject: Re: connecting to net First of all let me make clear that working on TCP/IP and with wireless networks are two different things as they follow different protocols. Since you are playing around with iMessenger

Re: connecting to net(shaikh)

2001-12-02 Thread Shaikh Khurram Saghir
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shaikh Khurram Saghir Sent: Monday, December 03, 2001 11:36 AM To: Palm Developer Forum Subject: Re: connecting to net First of all let me make clear that working on TCP/IP and with wireless networks are two different things as they follow

Re: connecting to net(shaikh)

2001-12-02 Thread Shaikh Khurram Saghir
Khurram Saghir Sent: Monday, December 03, 2001 11:36 AM To: Palm Developer Forum Subject: Re: connecting to net First of all let me make clear that working on TCP/IP and with wireless networks are two different things as they follow different protocols. Since you are playing around

Re: OT: ANN: pdd

2001-11-25 Thread Shaikh Khurram Saghir
I avoid jumping into these kind of wars. Back in my college days when I told my professors that numerical interpolation does not have any limit on the degree of polynomials, they went mad laughing at me. What hurted me that they never assign me any logical reason and never bothered to go through

Re: Discover beam recipent

2001-11-25 Thread Shaikh Khurram Saghir
BTW, This is a question for Palm Communication forum so you might wait for ages here. :-D In case Win CE things act in a different manner (Read as non standard) from Palm. If press receive on a Win CE device the Win CE device the receiving device starts discovery operation which is just

Re: Discover beam recipent

2001-11-25 Thread Shaikh Khurram Saghir
data one can differentiate between the various recepients. Khurram+ - Original Message - From: Shaikh Khurram Saghir [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, November 26, 2001 10:05 AM Subject: Re: Discover beam recipent BTW, This is a question for Palm

Re: Epoc and symbianos

2001-11-16 Thread Shaikh Khurram Saghir
The Psion Series 5mx, Revo etc. were all based on EPOC Release 5 (ER5). The Ericsson R380 uses an entirely different GUI (the Ericsson Component Kit), along with a Unicode version of EPOC R5, also called as ER5u. ER5u has in turn evolved into the Generic Technology in Symbian OS Version 6.0,

Re: error in LstSetListChoices() function? Help required.

2001-11-08 Thread Shaikh Khurram Saghir
I have not gone through your source code but one of the obvious error is your strings are stored in a local variable items. Which gets destroyed after you return from MainFormInit. Make it global, better still use a two dimentional pointer along with a variable for stroing the number of elements

Re: Where can I get a bluetooth enable palm devices ?

2001-11-08 Thread Shaikh Khurram Saghir
As far I know there are no BT enables palm device in the market. However you can buy plug in Bluetooth radios for Palm V and mxx series devices. The vendors that are in my knowledge are Tactel, Red-M and TDK. Look around I am sure there exist many more but since the technology is in it's

Re: password prompt on reset

2001-11-01 Thread Shaikh Khurram Saghir
Yes, there is but you need to do very serious kind of patching of the OS so that even the no notify reset fails to kick you off. I have seen the method being used by OnlyMe applcation author. Khurram+ - Original Message - From: Yuva Kumar [EMAIL PROTECTED] To: Palm Developer Forum

Re: password prompt on reset,

2001-11-01 Thread Shaikh Khurram Saghir
I think you should contact the author of OnlyMe. May be he'll be able to help you. Khurram+ - Original Message - From: Yuva Kumar [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 6:15 PM Subject: Re: password prompt on reset, Thanks

Re: INetlib-connection to server

2001-10-24 Thread Shaikh Khurram Saghir
As far as I remember the latest proxy address is 206.112.114.83 not the one you are trying, also make sure that you are not sitting behind proxy. Khurram+ - Original Message - From: murali mohan vylur [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, October

Re: DOC database format... documentation?

2001-09-12 Thread Shaikh Khurram Saghir
I think you are talking about the Pilot Doc format. Search for Palm on www.wotsit.org besides doc format you'll get a lot of other useful pointers. I would like to add some points in your knowledge that may help you while building your document reader or your document file. -Though the

Re: How to turn off menu

2001-09-12 Thread Shaikh Khurram Saghir
Every form contains the ID (menuRscId) of the associated menu with it. You should patch Frm DrawForm ISR whenever the user calls FrmDrawForm make that ID zero before calling the original Trap . That's it no Menu will ever popup :-D Regards, Khurram+ - Original Message - From: Mike

Re: pdb to MS access

2001-09-11 Thread Shaikh Khurram Saghir
Well, Just from the top of my mind. You can write comma separated files at the dekstop during synchornization or directly from your PDB files and we all very know that one can import the CSV files in MS access. Regards, Khurram+ - Original Message - From: Essell [EMAIL PROTECTED]

Re: pdb to MS access

2001-09-11 Thread Shaikh Khurram Saghir
Different solutions are appropriate for different situations. What will happen if the database does not reside on the local system where the user syncs his device. I'll not do the stupidity of keeping the device into sync mode, burning it's batteries, till the data transmission on the tcp/ip

Re: Just Curious

2001-08-29 Thread Shaikh Khurram Saghir
There is as such no list. However, if you would like to know about the various products that are developed till date then Palm Gear is a good place to start with. Take the palm pilot web ring and you'll find a a lot of other sites where you'll find an ever exploding volcano of Palm apps.

Palm i705 - Palm's Next Generation Wireless Device

2001-08-28 Thread Shaikh Khurram Saghir
I received this news in one of the newsletters (The Developer.com Update August 28, 2001), I hope that you'll find it interesting too :-) Palm's Next Generation Wireless Device The next-generation wireless device from Palm may be closer than we expected. Palm recently received regulatory

Re: Choose a Database

2001-08-17 Thread Shaikh Khurram Saghir
:-) No problem I would write very similar in French :-D You can do whatever you want using Codewarrior as your development tool. However, you need to know the structures of records created by other tools (MobileDB etc.). In most of the cases this information is confidential and never

Re: Outlook and Palm Mail

2001-08-17 Thread Shaikh Khurram Saghir
As far as I remember :-) this functionality is already provided by Palm :-D with almost every unit they have sold till date :-D. Have you ever used the Mail application present on palm pilot along with it's conduit. The conduit is capable of snchronizing with many different type e-mail clients

Re: Info about the traps in systraps.h

2001-08-16 Thread Shaikh Khurram Saghir
See SysTraps.h in 3.0 SDK or CoreTraps.h in 3.5 SDK there other files also besides these two depends upon what you are looking for :-) Khurram+ - Original Message - From: Deprun, Jean-Francois [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, August 16, 2001

Re: from subramanian

2001-08-07 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: from subramanian

2001-08-07 Thread Shaikh Khurram Saghir
is the software and hardware requirement for each one, and all the possible alternatives. can you suggest me where do i find stuffs realted to these. with regards subramanian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shaikh Khurram

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: 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

Re: Palm-GPS API help

2001-08-05 Thread Shaikh Khurram Saghir
Megallan has an SDK for controling it's GPS unit. You can directly program it also as it is following NMEA protocol. However, I'll recommend you to use the SDK as if you use the sdk then your program will work on Visor also. The Magellan GPS unit for visor works on the visor bus unlike Palm V

Re: positioning controls programmatically

2001-07-24 Thread Shaikh Khurram Saghir
Caveats of the 3.0 SDK are not necessarily caveats of the 3.0 OS. It is :-D :-) SDK puts trap numbers corresponding to your APIs in the executable file (You can disassemble any file prc file you'll find a hell lot of sequences of 4E ?? corresponding to various APIs). It's the responsibility of

Re: positioning controls programmatically

2001-07-18 Thread Shaikh Khurram Saghir
The illegal way :-D is to hide the control change the attributes (hint: Look for bounds member in the control pointer, change the x and y co-ordinate associated with it :-)) and finally draw the control :-D, though it works but it's against the newly laid down palm programming laws ;-D Khurram+

Re: positioning controls programmatically

2001-07-18 Thread Shaikh Khurram Saghir
do the trick. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shaikh Khurram Saghir Sent: Wednesday, July 18, 2001 10:08 PM To: Palm Developer Forum Subject: Re: positioning controls programmatically The illegal way :-D is to hide

Re: crypt() like function.

2001-07-09 Thread Shaikh Khurram Saghir
See Encrypt.h Regards, Khurram+ - Original Message - From: Leonardo G. Holanda [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, July 09, 2001 2:50 PM Subject: crypt() like function. I've been looking to a Unix crypt() like function in CW and SDK

Re: Unix like crypt()

2001-07-09 Thread Shaikh Khurram Saghir
correct but. If I'm wrong, I don't know how to use those MD4 and MD5 algorithms, they take three args. How do I use them? You can use MD5 as MD4 is now considered to be broken :-) Err EncDigestMD5(BytePtr strP, Word strLen, Byte digestP[16]); strP is your data pointer (password), strLen is

Re: Palm soft guard

2001-07-05 Thread Shaikh Khurram Saghir
Not at all, I can simply reverse the jump hence effectively breaking into your program. Even if you put checksum in your programs I'll still be able to break into it as whole of the decrypting algo. goes with your executable (I can see the password or the salts in the debugger). Please, remember

Re: How to retrieve owner name from Preferences?

2001-07-05 Thread Shaikh Khurram Saghir
DlkGetSyncInfo see DLServer.h Khurram+ - Original Message - From: Vini Bhatnagar [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, July 06, 2001 11:10 AM Subject: How to retrieve owner name from Preferences? Hi All, I need to retrieve owner name from Palm

Re: Problem in Conduit Design.

2001-07-01 Thread Shaikh Khurram Saghir
Solution: Read all the documents provided with Conduit Development Kit :-D. All the answers are there or require very little thought to figure them out. :-D Khurram+ - Original Message - From: Viren Shakya [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, July

Re: can we play mp3 files on palm device

2001-06-28 Thread Shaikh Khurram Saghir
Nop :-D, the draggon ball processor does not have the required computational power to accomplish the job :-D - Original Message - From: Gaurav Palvia [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 6:34 PM Subject: can we play mp3 files on

Re: J2ME for palm

2001-06-28 Thread Shaikh Khurram Saghir
J2ME does not support native code interface and that's why you'll not be able to take the advantage of native environmnet. People have solved this problem by patching the virtual machine itself but I don't think that you would like to go for that. Regards, Khurram+ - Original Message -

Re: Looking around inside PRC files - tools?

2001-06-27 Thread Shaikh Khurram Saghir
- From: Shaikh Khurram Saghir [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 10:46 AM Subject: Re: Looking around inside PRC files - tools? I am using a lot of tools to roam around PRC/PDBs here is the list of them. 1) PDBingo also known as PDB

Re: Looking around inside PRC files - tools?

2001-06-26 Thread Shaikh Khurram Saghir
I am using a lot of tools to roam around PRC/PDBs here is the list of them. 1) PDBingo also known as PDB Operations (For PDB viewing, excellent for viewing PDB files allows you to navigate records individually) 2) PRCEdit+PilDis (For PRC Viewing, Use the latest version as the old version was not

Re: Printing using IrLPT

2001-06-26 Thread Shaikh Khurram Saghir
Symbol's SDK has an example of printing through IrDA, ofcourse it comes with it's source code. Download it and see whether it helps you. Regards, Khurram+ - Original Message - From: Leonardo G. Holanda [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, June

Re: Facing Table Problem.............

2001-06-24 Thread Shaikh Khurram Saghir
- From: Shaikh Khurram Saghir [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 22, 2001 5:23 PM Subject: Re: Facing Table Problem. The problem seems to be in your code. It seems to me that while setting up the values for the elements

Re: Startup options

2001-06-22 Thread Shaikh Khurram Saghir
I don't think that it's possible untill or unless you over write the ROM itself. Regards, Khurram - Original Message - From: Doug Broadwell [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 22, 2001 4:52 AM Subject: Startup

Re: Facing Table Problem.............

2001-06-22 Thread Shaikh Khurram Saghir
The problem seems to be in your code. It seems to me that while setting up the values for the elements of the table you have either hard coded something or you are using the same record element from your database to populate all the table elements. Remeber the same LOOP element is not going to be

Re: Restart after a reset.

2001-06-21 Thread Shaikh Khurram Saghir
Hello, If you want your program to be compitable to something as low as 3.0 (I have not tested this method below this version hence I can't make claims regarding anything below it :-) then I'll recommend you to put an alarm (Let's say five seconds from the current number of seconds) on

Re: Problem in providing noneditable but scrollable field

2001-06-21 Thread Shaikh Khurram Saghir
Use a scrollbar with the field. Khurram - Original Message - From: Akash [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 22, 2001 10:27 AM Subject: Problem in providing noneditable but scrollable field Hi all, Here is a silly problem faced by

Re: What's with this IrAdvanceCredit thing ?

2001-04-12 Thread Shaikh Khurram Saghir
Hello, This is used for extending Tiny TP credits among the IR enabled units. Since there does not exist any TTP credit policy at the offcial level hence I suppose that this is exposed for the developers who wish to implement their own (I used it for the same purpose). Various OS are