Speaker-phone or Ear-phone for Audio Playback.

2008-12-09 Thread sagar
achieving the same would be highly appreciated. Thanks, Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Locking of the background apps ?

2008-01-24 Thread Sagar
exit. * In the callback I read the network data and decide - do I need to show any form on this data? * If so, I fire a custom notification, and on launch code of notification, I update the database and preferences and display the data as needed. Regards, Sagar -- For information on using the

Re: Locking of the background apps ?

2008-01-23 Thread Sagar
. Do I need to open in leaveopen mode then ? I still wonder wat Resco Backup/RLock does in special to Lock my app ? Regards, Sagar - Original Message - From: "Ryan Rix" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Tuesday, January 22, 2008 6:40 P

Locking of the background apps ?

2008-01-22 Thread Sagar
apps runs well in background. How do I lock my application? Does DmProtectDatabase serve that purpose? Where am I possibly going wrong. Any lines to go ahead ? Regards, Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

Help with PalmResize

2007-06-26 Thread Sagar Mody
. Regards, Sagar Mody -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Is there a max heap allocation size?

2007-06-21 Thread Sagar Mody
Hi Aaron, Just was reading over the threads and i'm simply amazed by the amount of knowledge you pocess. Hats off to u. Keep sharing your valuable knowledge to us on the forum. It really help us alot :) Thanks once again :) Regards, Sagar Mody - Original Message - From: "Aa

preload a field on a popup form

2007-06-04 Thread Sagar Patil
Does anyone know how to preload a field on a popup form? I want to display some value in a TextField but at the form load event of a popup form. Can anyone help me? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/fo

Re: Fresh Developer

2007-06-02 Thread sagar patil
If it is ebook, plz send me the link for the ebook. Thanks Sagar On 6/1/07, Bismi <[EMAIL PROTECTED]> wrote: > > Read this book > > Palm OS(r) Programming Bible > By Lonnon R. Foster > > Wrox Press > -- > For information on using the ACCESS Developer Forums, or

Re: How to create Alert Messages?

2007-06-01 Thread Sagar Patil
I have declare #define ErrorAlert 1900 in AppResource.h file On the emulator it give SysFatalAlert with the message :"MemoryMgr.c", NULL handle. Also is it necessary to write ALERT ID ErrorAlert ERROR BEGIN TITLE "Error!" MESSAGE "^1\n^2\n^3" BUTTONS "Ok" END if yes where s

How to create Alert Messages?

2007-05-31 Thread Sagar Patil
I am using Palm OS Developer Suite. How do I create Alert Message? Say FrmCustomAlert(ErrorAlert,"Plz fill form", "" , ""). How to Create ErrorAlert? Plz help me... -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/fo

Help with Sony devices

2007-05-29 Thread Sagar Mody
the same. I was unable to find Sony 5.2 OS SDK released for UX50 or later devices. Any help for finding the lastest Sony SDKs or how to determine the Wifi mac address or BT address on Sony devices. Any NetServicesGetHWAddr equivalent API for Sony ? Thanks in advance. Regards, Sagar Mody -- For

Re: Form not displaying normally on Tungsten E2

2007-05-20 Thread Sagar Mody
>> In the end, I couln't make on-device debugging run under USB, so I put a couple of alerts with the line number to track code execution. How to we print the line number in the alert in Metrowerks CodeWarrior ? Regards, Sagar Mody -- For information on using the ACCESS Developer

Re: Can shared library use class object?

2007-05-10 Thread Sagar Mody
ying on destructor, i call my own function that does MemPtrFree() I know this is a work around. But it worked for me. There might be better solutions. Regards, Sagar Mody -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

DmNewRecordreturns dmErrMemError

2007-04-09 Thread Sagar Mody
ng my convertion, to ensure it allocates 30K chuck without issues. I'm using CodeWarrior. Regards, Sagar Mody -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Problem with NetLib and Other Shared Library

2007-04-03 Thread Sagar
both libraries are working separately. Any suggestion on this problem will be appriciated. Thanks in Adavance, - Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Help needed with SAXLib

2007-04-03 Thread Sagar
Hello All, I am trying to use and understand SAXLib parser available from InDev. If anybody used it and have some source/comments, then, that would be of great help. Thanks in advance, ~Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Playback on Bluetooth Headphone

2007-04-02 Thread Sagar Mody
use while receiving phone calls, I cant hear the music on the same, it still continues to play on internal speakers. I wanted to know, is there any way by which I can redirect the audio output on blue-tooth head-phone (if it is ON) ? Any help on the same would be appreciated. Thanks & Regar

How to write a text file on hard drive/Device in PODS/C

2007-04-02 Thread Sagar
Hello All I want to write a log file on Hard Drive for debugging purpose. can it is feasible and how? Thanks in Adavance, - Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Problems with LlamaXML parser (PODS/C)

2007-04-01 Thread Sagar
e has more information about it or how to use above parsing code on PODS/C. Thanks in Advance, - Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

xmlParser in PODS/C

2007-03-31 Thread Sagar
Hello All Does anybody knows about any xmlParser for PODS/C or PODS has an builtin functionality in it. Thanks in Advance, - Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Palm Emulator (Working) Vs Simulator (Problems)

2007-03-30 Thread Sagar
. Thanks in advance, ~Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

MD5 algorithm in palm(PODS/C)

2007-03-29 Thread Sagar
Hi I want to send a password in MD5 format for the authontication purpose. Does any one knows any in built library for MD5 or plam is supporting the MD5 functions with PODS. Please give me the sample/point to the web. Thanks in advance, Sagar -- For information on using the ACCESS

Few Questions about Palm and/or Garnet OS

2007-03-26 Thread Sagar
, Garnet are not clear and the website really take you for ride and me ending up in going in circles to find information. Thanks in advance, ~Sagar -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Help: GSM Cell Info

2007-03-14 Thread Sagar Mody
Treo's? Or how to get the network cell broadcast info ? Usually we get location infomation over broadcast. Is there any API to extract this info ? Is this possible on Palm ? Awaiting some help in this regards. Thanks in advance. Regards, Sagar Mody -- For information on using the

Location infomation on Treo ?

2007-03-13 Thread Sagar Mody
ss. I havent seen this option on Treo but most of Symbian phone show the location info in the Launcher Screen. Is it possible to retreive such infomation on a Treo device (GSM / CDMA) ? Would PhnEventCode of phnEvtPDDataChanged be of any help ? Regards, Sagar Mody -- For information on usin

Re: Getting Device ID

2007-03-08 Thread Sagar Mody
ed to check for some Feature or is there some API call for the same ? Thanks in advance. Regards, Sagar Mody -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Netlib socket dat read problem second time

2007-03-01 Thread Sagar Mody
you ellaborate on this in more details. As in what settings are needed to be done on simulator and how do i configure the same on PC ? Regards, Sagar Mody -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: ARM jpeg library

2007-02-15 Thread Sagar Mody
> -i have to run VFS functions from ARM code, but dont know how to do this. To access any Palm API from PNO, you need to add their corresponding Wrapper funtions and prototypes in files : PACEInterface.h & PACEInterface.cpp You can contact me in priv to get the same files. Regards, Sag

Exchange Mgr - Image Preview

2007-02-14 Thread Sagar Mody
s obtained from ExgGetDefaultApplication(&jpegDefApp, exgRegExtensionID, "jpg"); This works on Treo600 but fails on other devices and Simulators I tried (Treo650 and Treo680). Any help will be appreciated. Regards, Sagar Mody -- For information on using the PalmSource Developer Forums, or to

Re: Find Unique Indentification for PDA

2007-02-13 Thread Sagar Mody
Hi, >> - Wifi MAC address >> - Bluetooth address How do we determine Wifi MAC address of device supporting Wi-Fi ? Or Bluetooth Address for that matter ? It guess it must making use of Featur Manager. But any code reference for the same ? Regards, Sagar Mody -- For information

Re: Custom Data in .RCP resource file.

2007-02-08 Thread Sagar Mody
quot; This compiled well. But I try to get the same resource records by : hexMemH = DmGetResource (binaryGeneralRscType, HexData); bmpMemH = DmGetResource (binaryGeneralRscType, BinData); both returns NULL. Does the DATA tag accept only .bin files ? What sould i mention as "type" in .rc

Custom Data in .RCP resource file.

2007-02-08 Thread Sagar Mody
it and use it in my code. Thanks in advance. Regards, Sagar Mody -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: UNUSED_PARAMETER ?

2007-01-18 Thread Sagar Mody
Hi, Its similar to Compiler derective #pragma unused (x) I guess. It is just used to suppress warnings while compilation. Regards, Sagar Mody -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Find Unique Indentification for PDA

2007-01-15 Thread Sagar Mody
) have some PIDs ?? Regards, Sagar Mody -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Find Unique Indentification for PDA

2007-01-15 Thread Sagar Mody
Thanks, I'm supporting Palm OS 4.0 and above devices. Does all Palm devices running Palm OS 4.0 and above have Rom Version. If device is not having rom serial no, then wat else can i use as a unique identifier ? Regards, Sagar Mody - Original Message - From: "Lionscrib

Find Unique Indentification for PDA

2007-01-15 Thread Sagar Mody
/ Palm TX, etc. How do I query for it ? Thanks and Regards, Sagar Mody -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get the list of applications to Transfer to other device.

2005-04-06 Thread Sagar Mody
I've made a file transfer application and want to present a list of applications (databases) that the user can select from to transfer. The list got from DmGetDatabase(0,0 to DmNumDatabases) to huge. I've tried hands on DmDatabaseInfo to determine the attributes, but cant determine the right co

re: Problem in registering with Exg Manager to receive Jpg files.

2004-12-03 Thread Sagar Mody
I checked using ExgGetRegisteredApplications and my application does get registered for receiving Jpg files, but my application name is not getting listed the the "Photos" application of Tungsten simulator in the "Send With" list. How can i get my application listen in the "Send With" list of Se

Problem in registering with Exg Manager to receive Jpg files.

2004-12-03 Thread Sagar
I want my application to transfer Jpeg files toa server. So i registered my application with exchange manager to receive Jpeg files using : err = ExgRegisterData (myCreator, exgRegExtensionID, "jpg"); err = ExgRegisterDatatype (myCreator, exgRegExtensionID, "jpg", "Image File", 0); err = ExgSetDe

Problem in transfering huge chuck of data over a Socket connection.

2004-11-29 Thread Sagar
Hi All, I'm sending a huge file (around 64Kb or more) over a socket connection using NetLibSend within a loop. If i run the application with a break point within the loop, the file gets transfered to the other end properly. But if i run thru the function without any break point, the complete file

Problem with LetLibSend

2004-11-23 Thread Sagar
Hi All, I'm sending a huge file (around 64Kb or more) over a socket connection using NetLibSend within a loop. If i run the application with a break point within the loop, the file gets transfered to the other end properly. But if i run thru the function without any break point, the complete file

Re: Where are Jpeg images stored

2004-10-28 Thread Sagar Mody
Hi Henk, I'm relatively new to this palm programing for writing my own exchange lib. All i want to know how do i extract the info about the image and bytes of an images from "ImageLib_imageDb". Cause when we HotSync the device the HotSync manager extracts the image info from this database and s

Re: Where are Jpeg images stored

2004-10-27 Thread Sagar
t no of images. Larger images are spread across multiple records in "ImageLib_imageDb". So i want to figure out the exactly byte stream for the image so that i can send it to any buddy in my buddy list. Pls help me out. Sagar. -- For information on using the Palm Developer Forums, or

Where are Jpeg images stored

2004-10-26 Thread Sagar
me in this. Thanks, Sagar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to extract images from stored database

2004-10-18 Thread Sagar
I've created a file transfer application that uploads a file to a HTTP server and the other person connects to the server and gets the file. Right now i'm providing the user with the list of all database present on the device The user then selects the application or data type database to send over.

Including several Shared Libs in a single .prc file

2004-08-12 Thread Sagar
I made an application, which as per the required feature set includes the required Shared Libs. I have 5-6 shared libraries handling different functionalities. So now I land up having 6-7 ".prc" files. Is there any ways by which i can have a single PRC which then splits into different shared lib a

Memory Leak in UI object Field

2004-08-04 Thread Sagar
I have created a chatting application where I am using a form with a Multi-line Non-editable field to show the messages and a Multi-line Editable field to input the message to be sent. I'm using Text Handle for both fileds and resizing the non-editable field for displaying the received messages.

Load .prc in storage Ram

2004-08-03 Thread Sagar
other way to receive an application from a server and installing it on Air ? With Best Regards, Sagar Software Developer Geodesic Information Systems Ltd. Phone : 91-22-28306837/6804 Ext : 261 http://www.geodesiconline.com -- For information on using the Palm Developer Forums, or to unsubscribe

How to get voice on palm?

2001-02-12 Thread Karuna Sagar
anybody help me? Thanks, Sagar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Problem executing Sample application

2001-01-22 Thread Karuna Sagar
Hi, I copied a sample called "sales" from the CD which comes with the book "Palm Programming: The Developer's Guide" by Orielly. When I runned the application I got the following errors. http://www.palmos.com/dev/tech/support/forums/

NetLibSocketConnect function failing to connect to the specified server

2001-01-04 Thread Karuna Sagar
ct is returning a negative value and errP is containg the error "netErrParamErr". Note: I used NetSocketAddrINType structure instead of NetSocketAddrType structure in NetLibSocketConnect function. Any solution or suggestion for me. Thanks, Sagar [EMAIL PROTECTED] -- For in

How to use DmComparF function

2000-12-28 Thread Karuna Sagar
How to use DmComparF function. Is it useful in comparing selected fields from 2 records of different databases. Thanks, Sagar. [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/