Treo 600: Integrating phone book

2004-06-01 Thread David R.
How can I integrate the phone book into my application to retrieve someone's email or phone number without leaving my application? I would like to populate a field with someone's email address. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.pal

RE: 'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Linker error?

2004-06-01 Thread Isabella s
I don't know where can I include the lib files. i am using code warrior tool. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of LionScribe Sent: Tuesday, June 01, 2004 7:38 PM To: Palm Developer Forum Subject: Re: 'TxtGlueTruncateString' referenced fro

Re: Treo 600 SDK

2004-06-01 Thread David R.
Great! Found it! Thanks! - Original Message - From: "Annada Prasana" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 12:18 AM Subject: RE: Treo 600 SDK > Hy David , > U can get the SDK from plugin programe of palm source developer's >

RE: Treo 600 SDK

2004-06-01 Thread Annada Prasana
Hy David , U can get the SDK from plugin programe of palm source developer's catagory. Thanks Annada -Original Message- From: David R. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 9:42 AM To: Palm Developer Forum Subject: Treo 600 SDK Hi, I can't seem to locate the Treo 600

Treo 600 SDK

2004-06-01 Thread David R.
Hi, I can't seem to locate the Treo 600 sdk which is mentioned in the SDK documentation. The path should be 68k/Hs.h but when I installed the updated SDK from www.palmsource.com it doesn't have this directory. Any ideas? Thanks! -- For information on using the Palm Developer Forums, or to un

Re: Web Browser - HTML .prc format

2004-06-01 Thread Ben Combee
At 08:38 PM 6/1/2004, you wrote: I was in the middle (actually about done) of writing a context sensitive help module for one of my programs when PalmSource released their WebBrowser2.0. As I had, naturally been trying to make my help module as generic as possible and utilize externally (read deskt

Web Browser - HTML .prc format

2004-06-01 Thread Randy Pulsifer
I was in the middle (actually about done) of writing a context sensitive help module for one of my programs when PalmSource released their WebBrowser2.0. As I had, naturally been trying to make my help module as generic as possible and utilize externally (read desktop) generated .pdb help files wi

Re: Font confusion

2004-06-01 Thread jimrandomh
For some reason, this jumped off the newsgroup/list and onto private e-mail (Ken hit the wrong button on his newsreader, I think.) Ken Krugler wrote: >> Well, what bothers *me* is that creating a high-density bitmap font >> requires a corresponding low-density font with the same dimensions. > > Wha

Re: RES: I am Lost

2004-06-01 Thread Greg Lutz
Well, one other way to do it is to open the application database directly. You can find it with the function SysCurAppDatabase and open it with DmOpenDatabase. Then you could use various functions to read it; perhaps DmGetResourceIndex would be the best choice. --Greg Lutz At 01:36 PM 6/1/2004,

Re: a handle for the active application

2004-06-01 Thread Stefan Stolz
Maybe SysCurAppDatabase will help you. Desenvolvimento 3 wrote: Hi people, I am trying to find a way to get a handle for the application in execution time. In fact I need to operate my binary prc like a streaming file to some data that I stored in that one. Unfortunately I did not find that kind of

Re: handling Tungsten color schemes for background transparency

2004-06-01 Thread Laurens
Brian Preston wrote: How do you do this? I've gotten reports from users that when they use color schemes on their Tungstens, images that otherwise would have been transparent are no longer working. I.e. the transparency color of the bitmap is not the same as the background color. Does the bitmap's

RES: I am Lost

2004-06-01 Thread Desenvolvimento 3
Unfortunately it is no a tSTR resource but it´s embedded in my code. Now my question is: Must I have to use DmGet1Resource or is there any other way to do it? thank you very much for your explanation!!! Ricardo -Mensagem original- De: Greg Lutz [mailto:[EMAIL PROTECTED] Enviada em: terça

Re: I am Lost

2004-06-01 Thread Greg Lutz
The problem's not entirely clear, but here's a starter: Yes, you can read an application database; it's just a resource database, and can be opened and read like any other resource database. In fact, a number of Data Manager functions (DmGet1Resource, for example) typically read exactly this da

Re: scroll in table

2004-06-01 Thread Marilia Mendes
one another doubt: I would like to know if I can dynamics modify the amount of lines and columns of a component table? if I can increase the line number or columns of my table. If I will have that to also increase the size of my table. thanks, Marilia Mendes --- Marilia Mendes <[EMAIL P

Palm OS tutorial at Embedded Software Development Conference 8/17

2004-06-01 Thread Robert Rhode
Join PalmSource at the Embedded Software Development Conference! If you missed our 2004 Developer Conference and share that special hacker's interest in nifty embedded gadgets, then beam yourself an appointment for August 17. PalmSource DTS will be presenting an all-day tutorial at the Embedded

Creator Id

2004-06-01 Thread Danielle Amorim
How register the creator Id? I need to be a registered developer of the Palm? Which the format of the creator Id? somebody can help me? Danielle Amorim __ Participe da pesquisa global sobre o Yahoo! Mail: http://br.surveys.yah

I am Lost

2004-06-01 Thread Desenvolvimento 3
Hi guys, I need read the binary code of one application that is running at the same time. I make no idea how to start this kind of application because, at first look, I can´t read a appl database, huh? I think get a handle for the running application and use it to read like a streaming file but

Re: scroll in table

2004-06-01 Thread Marilia Mendes
Hi, Matt, please you could send me some example for my email? so that I can give one looked at? it would be thankful. Marília --- Matt Graham <[EMAIL PROTECTED]> escreveu: > Marilia Mendes wrote: > > I 'm supposeed to display data in a tabular form > -- > > i already have the data in an array

Re[3]: Secure Digital Card Performance on Palm Zire

2004-06-01 Thread Adrien Regimbald
Could anybody point me in the right direction to look regarding the issues below, or is this just unexplored territory? I'd really appreciate any advice on the issue! Thanks, Adrien. Wednesday, May 26, 2004, 9:37:55 AM, you wrote: AR> I've looked into both Real Player and Card Export and am quit

Re: Example programs that generate PDB file and read from it?

2004-06-01 Thread Ben Combee
At 06:01 PM 5/31/2004, you wrote: Hello, I am trying to create a data .PDB file because I have a table of char strings and .BMP data that I want in an external module. Two things: I'm wondering if there is an example of a Palm program (PRC) with several different PDB files that plug in to work with

Re: handling Tungsten color schemes for background transparency

2004-06-01 Thread Ben Combee
At 01:47 PM 6/1/2004, you wrote: How do you do this? I've gotten reports from users that when they use color schemes on their Tungstens, images that otherwise would have been transparent are no longer working. I.e. the transparency color of the bitmap is not the same as the background color. I've s

Re: Setting alarms

2004-06-01 Thread Ben Combee
At 01:58 PM 6/1/2004, you wrote: I am trying to set an alarm from code that is not in a standard application. The type of the database is not 'appl'. If I use AlmSetAlarm, will it still call up my code event though the type is different? Another approach that I considered taking is creating a Me

Re: scroll in table

2004-06-01 Thread Matt Graham
Marilia Mendes wrote: I 'm supposeed to display data in a tabular form -- i already have the data in an array and i'm displaying it in the table with ten rows, calling custom load routine. As of now first ten rows are coming fine -- how i can display next rows using Scrollbar ?? can anybody exp

Setting alarms

2004-06-01 Thread Jonathan King
I am trying to set an alarm from code that is not in a standard application. The type of the database is not 'appl'. If I use AlmSetAlarm, will it still call up my code event though the type is different? Another approach that I considered taking is creating a MemPtr and setting the owner to the

handling Tungsten color schemes for background transparency

2004-06-01 Thread Brian Preston
How do you do this? I've gotten reports from users that when they use color schemes on their Tungstens, images that otherwise would have been transparent are no longer working. I.e. the transparency color of the bitmap is not the same as the background color. I've searched this forum, tried to fi

scroll in table

2004-06-01 Thread Marilia Mendes
hi, I 'm supposeed to display data in a tabular form -- i already have the data in an array and i'm displaying it in the table with ten rows, calling custom load routine. As of now first ten rows are coming fine -- how i can display next rows using Scrollbar ?? can anybody explain me please in

Display Extent Library with PalmDisplayExtent.h

2004-06-01 Thread LionScribe
Does anyone know how to initialize the Display Extent Library using PalmDisplayExtent.h. LionScribe begin 666 Arye Schreiber.vcf M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..E-C:')E:6)E[EMAIL PROTECTED]http://www.palmos.com/dev/support/forums/

a handle for the active application

2004-06-01 Thread Desenvolvimento 3
Hi people, I am trying to find a way to get a handle for the application in execution time. In fact I need to operate my binary prc like a streaming file to some data that I stored in that one. Unfortunately I did not find that kind of handle...Could anyone help me? thank you Ricardo -- For in

Example programs that generate PDB file and read from it?

2004-06-01 Thread Michael Yokoyama
Hello, I am trying to create a data .PDB file because I have a table of char strings and .BMP data that I want in an external module. Two things: I'm wondering if there is an example of a Palm program (PRC) with several different PDB files that plug in to work with the PRC file. Secondly, I wonde

Re: Obtaining GPS location accuracy from Garmin GPS library

2004-06-01 Thread Peter Hamilton-Scott
David, the iQue forum has some very good developers there who can advise you, as well as others who have a deep understanding of the data structures used. True, it is not a developers forum and short of punting your questions at some of sci. newsgroups I don't think you will find a better place

RE: Problems with Multi Segment App

2004-06-01 Thread Mark F Rodriguez
Ben, thanks for the quick reply. > This sounds like the POL support code that's in POL Lib 1.lib isn't in > your > first segment. That could cause a crash -- it's likely that your code > doesn't work on the emulator either, you're just not seeing the crash > because you only load it to the emulat

Re: Problems with Multi Segment App

2004-06-01 Thread Ben Combee
At 10:10 AM 6/1/2004, you wrote: I'm currently working on a fairly large C++ application in CW that uses the POL library. Our application was working fine in the emulator; however when testing on a real device, we got a fatal exception when installing. I reinstalled the app in the emulator and did

RE: Including Shared Library...

2004-06-01 Thread Ben Combee
At 09:39 AM 6/1/2004, you wrote: As you asked, now I am using the wizard generated, KLib_OpenLibrary(UInt16 *refNumP, UInt32 * clientContextP), Function to open the library. Still I am getting error: "The Exchange Manager couldn't find library or application to respond to URL" when I run the applic

RE: Shared Libraries - Urgent please help

2004-06-01 Thread Ben Combee
At 02:04 AM 6/1/2004, you wrote: Hi, Thanks a Lot for response. I am not doing any thing specific in open and close methos. I am using standard implementation i.e. calling SysLibFind and SysLibLoad methods. WIll it affect ny applciation's performance. It will be slower to keep opening and closing t

Problems with Multi Segment App

2004-06-01 Thread Mark F Rodriguez
I'm currently working on a fairly large C++ application in CW that uses the POL library. Our application was working fine in the emulator; however when testing on a real device, we got a fatal exception when installing. I reinstalled the app in the emulator and did a soft reset and verified that t

Re: NetSocket Linking

2004-06-01 Thread Laurens
Philip Wilder wrote: I apologize for the the rather noobish question but I am new to palm development and relatively new to the C language itself. Anyway I'm looking to create a net lib application and the palm os companion states that I must link my project with NetSocket.c module, to initialize a

NetSocket Linking

2004-06-01 Thread Philip Wilder
I apologize for the the rather noobish question but I am new to palm development and relatively new to the C language itself. Anyway I'm looking to create a net lib application and the palm os companion states that I must link my project with NetSocket.c module, to initialize a few crucial global v

RE: Including Shared Library...

2004-06-01 Thread Keyur Patwa
Hi Ben, As you asked, now I am using the wizard generated, KLib_OpenLibrary(UInt16 *refNumP, UInt32 * clientContextP), Function to open the library. Still I am getting error: "The Exchange Manager couldn't find library or application to respond to URL" when I run the application. I think I am

Re: Timer in Palm

2004-06-01 Thread LionScribe
You can also use alarms. LionScribe "Ritu Chawla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Casper, > > I am able to use it. > > Thanks a Lot. > Ritu > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Caspar > Heiden, vd > Sent

Re: Shared Libraries - Urgent please help

2004-06-01 Thread LionScribe
In any case, I would suggest opening the libraries upon starting the application, and closing them upon stopping the application. Why keep opening and closing them? LionScribe "Ritu Chawla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > Thanks a Lot for response. > I am not do

Re: 'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Linker error?

2004-06-01 Thread LionScribe
Did you add the PalmOSGlue lib to your project? LionScribe "Isabella s" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > i am getting Link Error as follows. > 'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. > Can any one tell me the solution.

Re: truncate a string

2004-06-01 Thread Matt Graham
rua17 wrote: I checked that this 2 functions receive as a parameter the number of pixels. There's another function that takes the number of characters? yeah, the array assignment operator would probably work. buffer[char_limit] = TxtGlueGetHorizEllipsisChar(); buffer[char_limit+1] = '\0'; this assu

Re: Obtaining GPS location accuracy from Garmin GPS library

2004-06-01 Thread Roger Stringer
Subject: Re: Obtaining GPS location accuracy from Garmin GPS library From: "David Beers" <[EMAIL PROTECTED]> Date: Tue, 1 Jun 2004 00:38:47 - Ha! You're right. I was looking at the return result instead of the data passed back through the GPSStatusDataType pointer. Dumb. Still, while the

Re: Problem with list

2004-06-01 Thread Matt Graham
rua17 wrote: I have a problem with the following code, I save the info in my DB referenced by gDRecPot and in a metho I display it on a list. I have other dynamic lists and I have no problems no matter the number of records. in this case after 5 records, the app crashes. Related Info name CHAR[60]

Re: Multi Segment application with PRC-Tools

2004-06-01 Thread Laurens
[EMAIL PROTECTED] wrote: If someone can give me good links about this, I would be really happy!:D Also look at: http://www.falch.net/Articles/?art=151 http://www.falch.net/Articles/?art=179 http://www.falch.net/Articles/?art=334 This applies to PRC-Tools in general, not just to Falch.net DS. Regard

'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Linker error?

2004-06-01 Thread Isabella s
Hi all, i am getting Link Error as follows. 'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Can any one tell me the solution. Thanks Isabella. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/f

Re: Multi Segment application with PRC-Tools

2004-06-01 Thread Aaron Ardiri
> If someone can give me good links about this, I would be really happy!:D http://prc-tools.sourceforge.net/doc/prc-tools_3.html#SEC20 --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Devel

Multi Segment application with PRC-Tools

2004-06-01 Thread cristian . brunelli
Thanks a lot for last help, my "problem" is due exactly to the 32Kb code size limit. So now I need to understand how to segment my application, right? I found on the knowledge base a description of the things to do with Codewarrior, but I use PRC-Tools. If someone can give me good links about th

SOund Recording n Playback

2004-06-01 Thread Gaurav Mengi
Hi Friends, Can u plzz help me out with the Sound Recording n playback. I'm able to record the sound n playback but there is lot of Noise.Moreover plzz tell me How to prefill the Buffer.. I'm using Sound Stream API's and Tungsten T3 simulator -- For information on using the P

'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Linker error?

2004-06-01 Thread Isabella
Hi all, i am getting Link Error as follows. 'TxtGlueTruncateString' referenced from 'MainFormHandleEvent' is undefined. Can any one tell me the solution. Thanks Isabella. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/

Re: [PalmPhoto API] open an image

2004-06-01 Thread Stefano Coluccia
I've found the solution volIterator := vfsIteratorStart; Result := VFSVolumeEnumerate(volRefNum, volIterator); if Result = 0 then begin photoFileP.fileLocationType := palmPhotoVFSLocation; StrCopy(photoFileP.VFSFile.Name,'/Dcim/Image.jpg'); photoFileP.VFSFile.volumeRef := volRe

Re: PRC-Tools linker error

2004-06-01 Thread John Marshall
On Tue, Jun 01, 2004 at 11:29:09AM +0200, [EMAIL PROTECTED] wrote: > I think it's related to 'CODE' resource size, which should be less > than 64 kb. But the latest version I compiled without this error gives > a 54kb .prc file, which includes many resources (fonts, bitmaps ecc.) > so how can the '

[PalmPhoto API] open an image

2004-06-01 Thread Stefano Coluccia
Hi, I open an image stored on palm without problem Var photoFileP:PalmPhotoFileLocation; begin photoFileP.fileLocationType := palmPhotoStreamLocation; StrCopy(photoFileP.VFSFile.Name,'image.jpg'); photoFileP.VFSFile.volumeRef := 0; but now I want to open an image from memory card but doesn'

Re: PRC-Tools linker error

2004-06-01 Thread Aaron Ardiri
> Hello, I need help to understand an error coming from PRC-Tools linker. > > I use this command: > m68k-palmos-gcc.exe -o app.code.1.sym app.c -lPalmOSGlue > > The (very long) error message starts with this line: > /usr/m68k-palmos/bin/ld: region coderes is full (app.code.1.sym section .text) >

PRC-Tools linker error

2004-06-01 Thread cristian . brunelli
Hello, I need help to understand an error coming from PRC-Tools linker. I use this command: m68k-palmos-gcc.exe -o app.code.1.sym app.c -lPalmOSGlue The (very long) error message starts with this line: /usr/m68k-palmos/bin/ld: region coderes is full (app.code.1.sym section .text) I think it's r

RE: Timer in Palm

2004-06-01 Thread Ritu Chawla
Hi Casper, I am able to use it. Thanks a Lot. Ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Caspar Heiden, vd Sent: Tuesday, June 01, 2004 2:05 PM To: Palm Developer Forum Subject: RE: Timer in Palm Hi Ritu, - Get the current time with TimGetTic

RE: Timer in Palm

2004-06-01 Thread Caspar Heiden, vd
Hi Ritu, - Get the current time with TimGetTicks: currentTime = TimGetTicks(); - Call EvtGetNullEventTick(currentTime + nSecs * SysTicksPerSecond()); - Now, when you receive a nilEvent, test wether the required time has passed (you can get nilEvents for a number of reasons so a test is necessary),

RE: Shared Libraries - Urgent please help

2004-06-01 Thread Ritu Chawla
Hi, Thanks a Lot for response. I am not doing any thing specific in open and close methos. I am using standard implementation i.e. calling SysLibFind and SysLibLoad methods. WIll it affect ny applciation's performance. rgds, Ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR