ExgSend if user Cancellation?

2004-02-25 Thread apple k
Hi. I am quite new to the Exchange Manager and learnt that the ExgSend function can actually control the interruption of user's cancellation. err = ExgPut(exgSocket); // put data to destination if (err==errNone) { err = ExgDBWrite(WriteProc,exgSocket,beamerDBName,dbID,0);

Re: ExgSend and ExgDisconnect

2004-02-25 Thread apple k
Referring to the LionScribe's email. I have the similar problem with him. It wouldn't call the actual beam feature by using ExgSend unless we call the ExgDisconnect. It was creating me a lot of problem whereby user cancel the operation or no receiver detected. I did try to detect the error

irSetScanningMode and irSuppressScanning

2004-02-12 Thread apple k
Hi, all. We have built an application and we set the irSetScanningMode to disable the InfraRed of a PDA (it only take effect if the PDA soft-reset again). Now our problem is: There is a form which is used to beam a data to the other PDA. I was trying to use the irRestoreScanning (or any

irSuppressScanning

2004-02-12 Thread apple k
Hi. I wonder the irSuppressScanning or irRestoreScanning still workable for disabling/enabling the Beam Receive. I try to disable the Beam receive at Pref in PDA at the first place. I use irRestoreScanning when beaming data to other PDA. It works but it will prompt us a message whether want to on

ExgSend interrupt

2004-02-11 Thread apple k
Hi. I am quite new to the Exchange Manager and learnt that the ExgSend function can actually control the interruption of user's cancellation. if (ExgSend(exgSocket, record, sizeof(record), err) != sizeof(record)) // partial beam? {

Re: Palm Clock on the silkscreen

2004-01-01 Thread apple k
) { if(RctPtInRectangle(event-screenX, event-screenY, grafRect)) retval = true; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of apple k Sent: Tuesday, December 30, 2003 8:26 PM To: Palm Developer Forum Subject: Palm Clock on the silkscreen Hi. I think

Re: Palm Clock on the silkscreen

2004-01-01 Thread apple k
(sysTrapSysHandleEvent); SysSetTrapAddress(sysTrapSysHandleEvent, customSysHandleEvent); } static Err AppStop(void) { SysSetTrapAddress(sysTrapSysHandleEvent, oldSysHandleEvent ); } apple k [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have put the control before

Palm Clock on the silkscreen

2003-12-30 Thread apple k
Hi. I think I have posted this kind of question to the forum but no response. Presently we have to design an application in such a way that only my application is in the Palm. I manage to disble all the functionality of all the hard button of palm, launchChr, and even Hostsync, PalmClock, Find,

Pls help!!-SystemPreferencesChoice

2003-12-28 Thread apple k
--- apple k [EMAIL PROTECTED] wrote: --- apple k [EMAIL PROTECTED] wrote: Hi, Is there anybody can help me and let me know it can be done or not? I have to prevent the entrance from my user for the Clock icon on the silk screen. Is there any hex value or enum constant to set

Re: Palm Clock for SystemPreferencesChoice -Pls help

2003-12-25 Thread apple k
--- apple k [EMAIL PROTECTED] wrote: Hi, Is there anybody can help me and let me know it can be done or not? I have to prevent the entrance from my user for the Clock icon on the silk screen. Is there any hex value or enum constant to set it by using SystemPreferencesChoice??? Pls help

Re: Palm Clock for SystemPreferencesChoice -Pls help

2003-12-22 Thread apple k
Hi, Is there anybody can help me and let me know it can be done or not? I have to prevent the entrance from my user for the Clock icon on the silk screen. Is there any hex value or enum constant to set it by using SystemPreferencesChoice??? Pls help... --- apple k [EMAIL PROTECTED] wrote: Hi

Palm Clock for SystemPreferencesChoice

2003-12-19 Thread apple k
Hi. I'm developing an application using Palm Zire and notice that there is a Palm Clock icon on the silk screen. In order to disable the functionality in the launchr screen, is there any SystemPreferencesChoice for me to set the function by using PrefSetPrefence? Kindly help in this regard and

Restore the form

2003-12-15 Thread apple k
Hi. Is there any way to restore the form for the data which keyed in a field as the other form exited? For instance: FieldA in FormA already keyed-in and FrmGotoForm(FormB). As FormB exited and go back to FormA, and I would like the data stayed in the FieldA (instead of saving to the DB). Any

Prevent going back to Palm main screen

2003-12-11 Thread apple k
Hi. I manage to control the launchr screen whereby it could be controlled at my application level. My concern now : There are few fld text to be keyed in by user as they may use the PalmOS kepyboard provided on the Palm silk-screen. As long as they are in the keyboard application, user is

Writing text in Owner Panel Pref

2003-12-09 Thread apple k
Hi, Is there anyway to writing something in the Owner Panel Pref programmatically? The text will be appeared on the OS security lock form. Kindly help. Appreciate with your reply. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing.

Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread apple k
Hi, I do solve my problem. Tks very much! __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread apple k
Well. It's good that you remind me. Tks! I used the PrefSetAppPreferences function to set the string by using the 'ownr', the creatorID. Thank god that I learn sth from this forum. --- Aaron Ardiri [EMAIL PROTECTED] wrote: I do solve my problem. Tks very much! it could be useful to post the

Palm Clock in the SilkScreen

2003-12-05 Thread apple k
Hi. I have posted this question before and pls help: Is there any common char key in the Chars.h to identify the palm Clock in the Silkscreen since i have to programmatically disable the functionality of the Clock in the silkscreen. The clock in the silkscreen will lead to the Pref. Date Time

detect the current application is active

2003-12-03 Thread apple k
Hi. Does anybody know how to detect the current application is active so that the program will skip some necessary procedure when opening the PDA: I used the sysNotifyLateWakeupEvent to SysAppLaunch to our application instead of using SysUIAppSwitch (SysUIAppSwitch seems to be the right way to

test

2003-12-02 Thread apple k
test __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Palm Zire's Clock in the SilkScreen

2003-12-02 Thread apple k
Greeting. Is there any common char key in the Chars.h to identify the palm Clock in the Silkscreen since i have to programmatically disable the functionality of the Clock in the silkscreen. The clock in the silkscreen will lead to the Pref. Date Time panel. Kindly help and thank you very much

Signature encryption

2003-10-15 Thread apple k
Hi, We have developed custom prc where signature has to be signed on the application. Due to the security concern, we have to encrypt the signature. We have done it by using the pointer value and XOR. It couldn't be encrypted in such a way that the shape of the signature will be out of shape. On

Handle Problem

2003-10-07 Thread apple k
Hi, I have custom prc with conduit. This error happen recently and I wonder why. User just start to click on our application, say ABC.prc. It immediately give us the handle problem which the code stop at DmQueryRecord and get the MemHandle Failed. But it can open succesfully with getting the

InfraRed capability

2003-09-09 Thread apple k
Hi, Besides beam data/files from one PDA to ther other PDA, is there any other useful for Infra Red of palm? I mean can the Infra Red used for capturing certain type/form of data so that we can capture it and store to our palm application. I understand this is somehow like Symbol Scanning

PDB for Bitmap

2003-08-20 Thread apple k
Hi, I was wondering how would be look like if one of a pdb field store a Bitmap (signature) type? I mean we are more concerning on security if a person is able to retrieve the pdb, the Bitmap field would be look like hexvalue rather than bitmap in a pdb, right? In order to read the hexvalue of

Re: Unable to connect to Palm Device using Palm Debugger

2003-08-14 Thread apple k
when i ping, the error: Ping failed with error 0x0404. Remote device not responding. The COM I have used is working for the real hotsync. Pls advise as I did close the HotSync before do the connection on the Palm Debugger. --- apple k [EMAIL PROTECTED] wrote: Hi, I'm using CodeWarrior's Palm

Re: Unable to connect to Palm Device using Palm Debugger

2003-08-14 Thread apple k
I'm using Palm which version have 4.0, 4.1 and 3.5. In that case, how should i do for the next step since the palm version i used are still valid for the Debugger? --- Ben Combee [EMAIL PROTECTED] wrote: At 02:14 AM 8/7/2003, apple k wrote: Hi, I'm using CodeWarrior's Palm Debugger and try

Any tool for multi-platform?

2003-08-09 Thread apple k
Hi, Is there any tool in the market where we can develop palm/PDA application in PalmOS platform / PocketPC/WinCE or other platform? The tool must be able to cater to various kind of business needs? Is there anybody has seen this before? __ Do you Yahoo!?

Unable to connect to Palm Device using Palm Debugger

2003-08-07 Thread apple k
Hi, I'm using CodeWarrior's Palm Debugger and try to read (dir) the pdb/prc inside the real device. When I type: dir 0 - supposingly it will give me a list of prc/pdb but it gave me an error: #0404. Do you have idea what is the error. In fact, I have tried on the other PC, and it still gave

Detect Palm main Screen state

2003-07-31 Thread apple k
Hi, I wanted to trace the Main Screen state which user close our application and back to the Palm Main Screen. Is there a way to make the program know that the person already exit the application AND back to the Palm Main Screen? I know that we can programmatically exit the program by using

Re: Detect Palm main Screen state

2003-07-31 Thread apple k
i do solve my problem. Pls ignore this mail. Thanks so much! --- apple k [EMAIL PROTECTED] wrote: Hi, I wanted to trace the Main Screen state which user close our application and back to the Palm Main Screen. Is there a way to make the program know that the person already exit

Re: Multiple sync using USB fail

2003-07-27 Thread apple k
House www.applewoodhouse.com - Original Message - From: apple k [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, July 25, 2003 8:53 AM Subject: Multiple sync using USB fail Hi, I understand that only one synchronization can be occurred

Multiple sync using USB fail

2003-07-25 Thread apple k
Hi, I understand that only one synchronization can be occurred for a palm. I have used the serial quad-cradle with 4 palms synchronization, it runs ok where the synchronization takes places after one another if I trigger the Palm Hotsync at the same time WITHOUT waiting the completion of the

Re: PalmOS password retrieval

2003-07-18 Thread apple k
Pls help in this regard. --- apple k [EMAIL PROTECTED] wrote: Hi, I have posted the same topic before but i would like to do further clarification of this. As referring to http://www.escribe.com/computing/pcpqa/m35804.html We are able to retrieve the OS password by using Backdoor

PalmOS password retrieval

2003-07-17 Thread apple k
Hi, I have posted the same topic before but i would like to do further clarification of this. As referring to http://www.escribe.com/computing/pcpqa/m35804.html We are able to retrieve the OS password by using Backdoor approach. However, the feature of debugging mode in palm if the palm is in

Re: PalmDebugger

2003-07-11 Thread apple k
sorry not to provide sufficient info. I'm using CodeWarrior 8.0, Serial cable with Symbol. If it is USB, the debugger can work with it? Pls help in this regard. Thanks! --- Ben Combee [EMAIL PROTECTED] wrote: At 10:53 PM 7/10/2003, apple k wrote: Hi, I'm trying to use the actual device

PalmOS Security Lockout Form

2003-07-11 Thread apple k
Hi, Our program has set programmatically the Power-off feature on the Auto-Lock Handled in the Security Lock Form. Whenever user enter our application at a particular form, say formB (where formA is the main screen) then power-off the palm. The palm will ask he/she to enter the password. The

PalmDebugger

2003-07-10 Thread apple k
Hi, I'm trying to use the actual device to debug my program. However it fails for several times of attempts as connection attempt fails. I'm using CodeWarrior and set the PalmDebugger to PalmOS Device with functional COM port. For the Palm Device, it has been set to debug mode as 'Shortcut.2'.

Re: Print Bitmap Ptr using Symbol

2003-06-23 Thread apple k
well. Thanks for the reply. I don't wish to use any third party software or SDK. As I found from Symbol Print Library function, there is one function called ptTextToBuffer and i would like to print it in some other character form. The problem is how to convert the Bitmap Ptr (which is store in a

problem of DmRemoveRecord or DmReleaseRecord using Emulator

2003-06-17 Thread apple k
Hi, I encountered the same problem as previous post. I wonder the level of sensitivity of the emulator to any program bug. As my program using DmReleaseRecord or DmRemoveRecord, it is no problem when using the real palm to do the same actions but it creates me an error as i used the emulator to

Can use emulator to do hotsync?

2003-06-16 Thread apple k
Hi, I'm not sure whether the CodeWarrior Emulator is able to do hotsync with back-end database and download data to the emulator instead of using the physical cradle? if so, could someone let me know the guideline or any website i could refers? Pls help in this regard and very appreciated of the

Re: Can use emulator to do hotsync?

2003-06-16 Thread apple k
Hi, all. Thanks for the info. I manage to do the network sync using the emulator. --- Dave Lippincott [EMAIL PROTECTED] wrote: True. Since the original post didn't specify the platform, one usually has to start by making an assumption. Since the majority of Palm OS developers use a Win

sysAppLaunchCmdSyncNotify problem using Emulator

2003-06-16 Thread apple k
Hi, all. I used the emulator to do Hotsync. I have my own prc and conduit, and that is no problem for the data downloading by using physical hotsync. Now i have tried to use the emulator to do hotsync and encountered the following problem: 'This access usually means that the application accessed

Multi-Sync of Palms on a same PC at the same time

2003-06-06 Thread apple k
Hi, Does anybody know any third-party software supports for multiple of palms which do the synching on the same PC at the same time? As I learned that the Scout Sync basically used for synching over the Network but not sure how to do it in batch synchronization. We have our own prc and conduit.

Resource application form not found

2003-05-30 Thread apple k
Hi, I have created a prc and initially i run it, it should be ok(under debugging mode). But after a while and not sure at what point i have changed something, it give me an error when i run the application using Emulator. The problem arise when launching the application: UIResource, Resource for

!Source code of PalmOS General Panel?

2003-04-01 Thread apple k
Hi, CodeWarrior has provided the source code of PalmOS Formats Panel, but i just wonder the source code of PalmOS General Panel published to use? Pls advise in this regards. Any advices are very much appreciated! __ Do you Yahoo!? Yahoo! Tax Center

Re: Question about Lock Preference Database

2003-04-01 Thread apple k
Hi, Mark. Thanks for the reply. I understand that there are several 'Prefs' application such as Format panel, General panel and etc and resides in ROM. I have used an example of Format panel prc and 'overwrite' the palmOS Format panel. I manage to control it. However, the application is only

Re: dmHdrAttrReadOnly?

2003-03-31 Thread apple k
Sorry. It's my mistake. Thanks again! --- Greg Lutz [EMAIL PROTECTED] wrote: At 11:08 PM 3/30/2003 -0800, apple k wrote: Hi, Is the dmHdrAttrReadOnly can be set on any pdb? how come i have encountered the illegal accessing memory problem? snippet code: dbID = DmFindDatabase(0

PLS HELP! - Re: Question about Lock Preference Database

2003-03-31 Thread apple k
managed by a central admin server, but it seems odd if it isn't. Also, the prefs databases (Saved Preferences and Unsaved Preferences) are not in ROM, they are in normal storage memory. Mark Peters apple k [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Is there any

SyncCallRemoteModule

2003-03-31 Thread apple k
Hi, I'm trying to use the SyncCallRemoteModule to call one of the palm to do sth during the synching. The snippet code of Palm Application: case sysAppLaunchCmdHandleSyncCallApp: //do sth; break; The snippet code of conduit Application: long retval;

Re: Retrieve password of palmOS?

2003-03-30 Thread apple k
do u have the website? i need to explore from there. Pls do help. Thank you very much! --- Aaron Ardiri [EMAIL PROTECTED] wrote: No you can't. If anyone get retrieve the password then what purpose does the security have? sure you can. dont you remember the security bulletin released a

Ignore this - Re: Retrieve password of palmOS?

2003-03-30 Thread apple k
thanks, i got the archieve. --- apple k [EMAIL PROTECTED] wrote: do u have the website? i need to explore from there. Pls do help. Thank you very much! --- Aaron Ardiri [EMAIL PROTECTED] wrote: No you can't. If anyone get retrieve the password then what purpose does the security

SourceCode of General Preference?

2003-03-30 Thread apple k
Hi, Is there any source code provided in internet for the palm built-in application :Preferences - General ? __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- For information

Retrieval of PalmOS password

2003-03-30 Thread apple k
Hi, I have gone through the PalmOS archieve in regards to this matter. What i have found that the SyncCallRemoteModule is only able to set the palm password through Synching. However, when the time we have to sync back to DB, are we able to retrieve the palmOS password through conduit? This is

dmHdrAttrReadOnly?

2003-03-30 Thread apple k
Hi, Is the dmHdrAttrReadOnly can be set on any pdb? how come i have encountered the illegal accessing memory problem? snippet code: dbID = DmFindDatabase(0, ABCDB); if (dbID!=0) { error = DmSetDatabaseInfo(0, dbID,NULL,(UInt16*) dmHdrAttrReadOnly ,0,0,0,0,0,0,0,0,0);

Re: No any response when using hardPowerChr?

2003-03-28 Thread apple k
the unit's power. - Original Message - From: apple k [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:29 AM Subject: No any response when using hardPowerChr? Hi, I have to use the keydownevent to do sth after detecting the hardware

Installation of prc and times of synching

2003-03-28 Thread apple k
Hi, I just would like to make sure one thing: For a fresh palm, we need to do TWO times synching - 1. Installation of prc 2. Synching process of data from palm-desktop DB using conduit. Am i right? Or actually we can sync one ONCE synching for doing the 2 process simultaneously? As i

Re: Question about Lock Preference Database

2003-03-28 Thread apple k
if it isn't. Also, the prefs databases (Saved Preferences and Unsaved Preferences) are not in ROM, they are in normal storage memory. Mark Peters apple k [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Is there any way to lock the preference database

Re: Installation of prc and times of synching

2003-03-28 Thread apple k
By the way, can we directly overwrite the palm application without deleting the existing prc inside the palm? we can do so, right? in this case, the synching (data and prc) will take only once, am i right? --- apple k [EMAIL PROTECTED] wrote: Hi, I just would like to make sure one thing

Retrieve password of palmOS?

2003-03-28 Thread apple k
Hi, Can we retrieve the password of PalmOS security programmatically? I know we can set/verify/remove the password programmatically. However, retrieval of password is possible to do so? Pls advise. Your advices is much appreciated. __ Do you

Re: Error in DrawWindow?

2003-03-27 Thread apple k
) before the routine that gives you the error. --- In [EMAIL PROTECTED], apple k [EMAIL PROTECTED] wrote: Hi, I have encountered the following error if using Emulator to launch the application: The ABC program read from memory location 0x000... This Access usually indicates

No any response when using hardPowerChr?

2003-03-27 Thread apple k
Hi, I have to use the keydownevent to do sth after detecting the hardware power button? However, it doesn't give me any response but i've tried pageDownChr or pageUpChr, it is detected. the code: case keyDownEvent: if (eventP-data.keyDown.chr == hardPowerChr){

irSetScanningMode?

2003-03-27 Thread apple k
Hi, Is there any way to set the beaming off on the preference and do not allow any changes from user? I know we can set it off programmatically but is there a way to lock the changes instead? The irSetScanningMode can be set saved to the Preferences DB, Does this allow user to change it? Thus,

Question about Lock Preference Database

2003-03-27 Thread apple k
Hi, Is there any way to lock the preference database programmatically? i know we can set the preference through a program but we would not like to change the preference setting anymore via individual palm? I have tried to use the DmSetDatabaseInfo to set a readyOnly attribute of the preference

Error in DrawWindow?

2003-03-26 Thread apple k
Hi, I have encountered the following error if using Emulator to launch the application: The ABC program read from memory location 0x000... This Access usually indicates that the application is calling a window manager function without first establishing a valid DrawWindow. I didn't do any

Any Consequences for Continuous DmDatabaseProtect?

2003-03-24 Thread apple k
Hi, Is there any consequences if continuous DmDatabaseProtect on a resource DB and several record DBs without setting it back to unprotect after terminating the application? If the application opened several times and the protect count info will be stored in the heap memory, Will there be any

Pls Help! - to to prevent accidental deletion of Palm Application?

2003-03-20 Thread apple k
--- apple k [EMAIL PROTECTED] wrote: Hi, Is there any way to programmatically prevent the deletion of a palm application? I know there is a lot of palm application are able to do so in the market. However, could anybody tell me should any libraries cater to this? Besides, can we set

Pls Help! - to to prevent accidental deletion of Palm Application?

2003-03-20 Thread apple k
? --- In [EMAIL PROTECTED], apple k [EMAIL PROTECTED] wrote: Hi, Is there any way to programmatically prevent the deletion of a palm application? I know there is a lot of palm application are able to do so in the market. However, could anybody tell me should any libraries cater

Prevent accidental deletion of Palm Application

2003-03-19 Thread apple k
Hi, Is there any way to programmatically prevent the deletion of a palm application? I know there is a lot of palm application are able to do so in the market. However, could anybody tell me should any libraries cater to this? Besides, can we set the preferences setting as disable mode

Pls help - Set palm preferences programmatically

2003-03-14 Thread apple k
Is there any possibility to disable/lock the setting of all the properties in the palm preference programmatically through a palm application? In other words, I will set all the neccessary preference setting through the application and lock all setting for the particular palm once the palm

test

2003-03-12 Thread apple k
test __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Set palm preferences programmatically

2003-03-12 Thread apple k
Hi. Is there any possibility to disable/lock the setting of all the properties in the palm preference programmatically since i have set it through an application. In other words, I will set all the neccessary preference setting through an palm application and lock all setting for the particular