SQL for Palm

2001-10-02 Thread Dragomir Goranov
Hi everyone, I am interested in writing an application that will interact with a SQL server. Please can anyone tell me where I can find some SDK or literature about this problem? Thanx. --- http://www.torba.com -- For information on using the Palm Developer Forums, or to unsubscri

srmCtlSetDTRAsserted

2001-11-14 Thread Dragomir Goranov
Hi, Can anyone tell me how I can use srmCtlSetDTRAsserted with the SrmControl function? The documentation says nothing about that. Thanx. --- http://www.torba.com http://www.uaportal.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.

IrDA Communication between Palm and PC

2002-02-19 Thread Dragomir Goranov
Hi, I have been trying for some time to get Palm and PC communicating through IrDA. On the PC side I use the following code (I am using VC 6.0): -- SOCKADDR_IRDA ServSockAddr = { AF_IRDA, 0, 0, 0, 0, "TEST" }; SOCKET Sock; if ((

IrOBEX on WinXP

2002-02-22 Thread Dragomir Goranov
Hi, Does anyone know how I can write an application for IrOBEX for Windows? - http://www.torba.com http://www.uaportal.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Custom Hotsync installation

2002-07-23 Thread Dragomir Goranov
Hi, Our company has developed a product which involves a PC side and Palm side. We have made an installation of the product using Wise. We also need to run the HotSync setup to install the Palm Desktop software and after that install our conduits. How can we write our own HotSync installer giv

DES algorythm?

2002-09-20 Thread Dragomir Goranov
Hi, Does anyone have an implementation of the DES algorythm for Palm OS? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CharToLong ?

2002-09-20 Thread Dragomir Goranov
Hi, I have a function which returns different results when compiled with MSVC++ and Codewarrior. The function is: // static void c2l(unsigned char * *c, unsigned long * l) { *l = *((long *)*c); (*c)+=4; } // Can anyone tell me why it is s

Source code of PhBkApp

2002-09-25 Thread Dragomir Goranov
Hi, In the latest Palm OS Companion in the section Telephony Manager the documentation says something about a sample application called PhBkApp (Phone Book Application). However I could not find the source code of this program anywhere. Can anyone tell me where I can find the code? -- For i

Problem with a big pdb

2002-10-16 Thread Dragomir Goranov
Hi, I have the following problem: I have a pdb on the desktop computer that I want to synchronize with the Palm. The problem is that the database contains many records (about 6000) and the time it takes to synchronize is very long. Any ideas how I can solve this problem? -- For information

Enumerate SMS messages

2002-11-04 Thread Dragomir Goranov
Hi, I am using the SMS Library. I want to make a list of the SMS messages on my card. However to retrieve information about a message I have to know the messageID of each SMS. Does anyone know how I can achieve this? -- For information on using the Palm Developer Forums, or to unsubscribe, p

USB ROM Transfer

2002-11-04 Thread Dragomir Goranov
Hi, I have a Visor Pro and a TreoG. I want to get their ROMs but so far nothing happens. I tried using PRCTransfer with the Palm OS Emulator and setting the port to USB. When I click "Begin Transfer" on the PDA the Treo displays "Error 10003" and the Visor Pro sleeps on "Waiting...". I read

Re: GRPS and data calls - how?

2002-11-14 Thread Dragomir Goranov
Hi again, >If you use NetLib, it should be basically the same as using a >circuit-switched data connection. What _may_ be different is values >that Netlib reports for the # of connections open. You may also need >to fiddle with the inactivity setting if you want to keep a >connection alive. What

Re: GRPS and data calls - how?

2002-11-18 Thread Dragomir Goranov
On my Treo in Prefs->Network there is an option to automatically get an IP address or specify a static IP address. What value should I set if I want my device to have a static IP address? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/

STL for Palm OS

2002-11-19 Thread Dragomir Goranov
Hi, I am using CodeWarrior 8.0 and want to use STL in my project. I included the MSL Standard C/C++ Library and added the line #include . However the compiler issues the following error in the file iosfwd: Error: declaration syntax error iosfwdline 42namespace std{ The code in the fi

How to handle incoming voice calls on Treo?

2002-11-19 Thread Dragomir Goranov
Hi, I want to be able to control incoming and outgoing voice calls on my Treo. I found a SampleDialer application on Handsping site but it just uses the default registered app for dialing a number. Isn't there a library like the SMSLibrary that can do that? Regards, Drago -- For informatio

Re: STL for Palm OS

2002-11-19 Thread Dragomir Goranov
Thanx a lot that helped! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to handle incoming voice calls on Treo?

2002-11-20 Thread Dragomir Goranov
Hi, Today I downloaded the HandspringHeaders40_Win.exe file from Handspring site. In the file "GSMLibrary.h" I saw the following defines: #define GSMLibName "GSMLibrary.lib" #define GSMLibDBName "GSM Library" // name used for DmFindDatabase Can someone link to an example code for using the GS

GSMLibrary usage

2002-12-10 Thread Dragomir Goranov
Hi, I have downloaded the GSMLibrary from Handspring's site. However there is no documentation or sample code to show how to use it. I want to handle data calls from my program and want to know when there is a data call incoming. Does anyone have an idea how to do this? Best regards, Drago -

Re: GSMLibrary usage

2002-12-10 Thread Dragomir Goranov
>> I have downloaded the GSMLibrary from Handspring's site. However there >>is no documentation or sample code to show how to use it. > >There is sample code and docs. You need to look around the site a >bit. You might also want to post this question on the HandSpring >developers forum. I sea

Enumerate all databases belonging to an application

2003-02-11 Thread Dragomir Goranov
Hi, How can I enumerate all databases belonging to an application? I tried DmGetNextDatabaseByTypeCreator but I could not get it working. Could you please send an example? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/

Treo - hanging up an incoming call - how?

2003-02-12 Thread Dragomir Goranov
Hi, I have the latest Phonelib from the Handspring site. In my program I have a list of phone numbers and I want to hang up an incoming call from my program if the number the call is coming from is in this list? What I am asking for is is there an API call to hang up an incoming call? Thanx in

PrefSetPreference(prefNumberFormat, nfCommaPeriod) ?

2003-02-19 Thread Dragomir Goranov
Hi, I want my program always to use the nfCommaPeriod format. On application startup I call PrefSetPreference(prefNumberFormat, nfCommaPeriod) and when I exit my application and go to the Preferences -> Formats I see that the value has changed correctly to nfCommaPeriod. In my program I have a

Table problem with PilRC designer

2003-07-28 Thread Dragomir Goranov
Hi, I have Codewarrior 9.0 with the latest update. I also have the latest Palm Object Library installed. I have created a project and everything seemed fine until I tried to add a table to one of my forms. I use PilRC designer. The form is added to the designer window but when I run the apllicatio

Re: Table problem with PilRC designer

2003-07-28 Thread Dragomir Goranov
>> I find working with PilRC designer rather annoying - besides its many >> bugs and crashes I am used to using Constructor. >you dont have to use a 'designer' - edit by hand - works for most of us. Don't you think it is much more convenient to edit with a 'designer'? >> Is there a tool for

Re: Table problem with PilRC designer

2003-07-28 Thread Dragomir Goranov
>no. :) its much easier/faster for me to work with a text editor Ok :) See I am used to Constructor and now this PilRC designer is driving me mad. I just downloaded an update of PilRC designer - 2.1.2.0 and try to open the file generated by version 2.0.6.0 and it crashes with "List index out of bo

Re: Table problem with PilRC designer

2003-07-29 Thread Dragomir Goranov
Hm... It seems I have to find the answer to my original question the hard way. It seems that I have to initialize the table myself so that it shows correctly. Here is my code: // Grid variable CGrid m_grid; // Attach grid object to table and scrollbar controls m_grid.Attach(ScannedTable, ScrollTa

ALLOW_ACCESS_TO_INTERNALS_OF_CONTROLS?

2003-08-14 Thread Dragomir Goranov
Hi, I want to access the internals fields of ControlType structures. Here is my code: //Before including any of the PalmOS system headers I define insert this line: #define ALLOW_ACCESS_TO_INTERNALS_OF_CONTROLS . //And i want this code to compile //But the compiler says: //Error: illegal use o

DATA pdb files not being backup-ed

2003-09-12 Thread Dragomir Goranov
Hi, I am writing a conduit for an application. The application stores info in many pdb files some of which are 'DATA' and some are 'HEAD'. When I make a hotsync the 'HEAD' files always get copied to the user's backup folder while the 'DATA' files get copied only if the conduit is not installed. I m

Caps lock a field

2003-10-29 Thread Dragomir Goranov
Hi, What should I do to have only uppercase letters in a field? In my form I have several fields some of which need to be uppercase and the others do not. I tried the following: GsiInitialize(); GsiSetLocation(152,149); GsiEnable(true); GsiSetShiftState(glfCapsLock, 0); GrfInitState(); GrfSetState

Base Station ID

2001-02-13 Thread Dragomir Goranov
Hi there, Could anyone please tell me how I can get the ID of the base station from the palm device? Thanx. Best Regards, Drago -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Modem Manager API

2001-02-16 Thread Dragomir Goranov
Hi All, Where can I find something about how to use the Modem Manager API in my application? Best Regards, Drago - Original Message - From: "Dale Stephenson" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 1