Re: Getting incoming SMS notification

2005-08-16 Thread Matthew Graham
[EMAIL PROTECTED] wrote: Is it possible to get a notification when I receive a SMS. If my app is running then I should get the notification and if my app is not running then it should launch my app. I've not worked w/ SMS before, but I'd guess you'll be able to do it w/ some combination of

Re: Posting Issues Fixed....

2005-08-08 Thread Matthew Graham
Would it be possible to have the Palm forums archived on Google groups somewhere? The current searching of the archives isn't that great and it would be nice to be able to search quickly. Thanks. Amy Riha wrote: Hello Forum Subscribers, Do to a server error, this list was refusing

Re: Tracking Globals in PODS1.1 ???

2005-02-01 Thread Matthew Graham
Dirk Bridgedale wrote: How do I track global in PODS? When I add the variable to the watch list, it's value is not shown. When I place the mouse pointer over it, the value shows some large number ie. 6240 after it has been set to 0. And globals do not show up on the add globals list

Re: Running palm application at Boot up

2005-02-01 Thread Matthew Graham
Deepika wrote: i have made an application to run on the palm os,using CodeWarrior for PalmOS . I want to auto run that application at start up( switch on) of palm device .As in windows we can put that application in the auto exe file to make it auto run after the start up . Can u PLZ

Re: Which handset to buy

2004-12-30 Thread Matthew Graham
Ashutosh Kumar wrote: 1) Which handheld should we go for. Budget is not a constraint. Get one of the new ones: Tungsten T5 or Treo 650 if you want a phone. Older devices run more similarly to the simulators. These devices seem to have more deviations from the simulators and work in some ways

Re: List event

2004-11-24 Thread Matthew Graham
Eka Gauranga Das wrote: steve: yes tnx i did it before and i thought i was missing something ... its a lstEnterevent but i have to take into account the x y of arrows so... i likely nasty trying tables Try using a custom draw list. In the draw function, you can draw the columns yourself. It's

Re: How do I force a bitmap to a specific bit depth?

2004-11-18 Thread Matthew Graham
Mike McCollister wrote: I have a bitmap on a form that I have embedded using the FORMBITMAP keyword in PilRC 3.2. This bitmap has various depth versions (1 bpp, 2 bpp, ..., 16 bpp). I was wondering if anyone know of a way to change the depth displayed for this bitmap without changing the screen

Re: convert

2004-11-15 Thread Matthew Graham
Mihai Ciornei wrote: Ye but PDB Converter only suport Excel 4/5 files ... No good. I need so program that suport Office 2000. http://www.dataviz.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS's Future

2004-11-10 Thread Matthew Graham
mike margerum wrote: I just dont understand their licensing strategy. Why not license it to anyone who wants to build devices around it without ridiculous startup fees and minimum sales contracts. Let Dell take a whack at palmOne. Dell? You're kidding right? You think the company that still

Re: How to bring PalmOS to new hardware (e.g. XScale architecture)

2004-11-10 Thread Matthew Graham
Peter Gschwendtner wrote: I have a request to adapt Palm OS for a hardware device, that shall be developed next time. Target CPU is intended to be XScale. Just a request, please adapt Palm OS Cobalt, the newest release. -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Accessing Members of a String List?

2004-11-08 Thread Matthew Graham
Gary wrote: Oh, one more thing: I tried doing it with SysStringByIndex, but gave-up trying to figure-out where I get a DmOpenRef for the (apparently changed?) arglist: Old: SysStringByIndex (1300, 0, iStringListID, sizeof(sTargetString)); New: SysStringByIndex (DmOpenRef,

Re: Perl for Palm OS?

2004-11-08 Thread Matthew Graham
Rhino wrote: By the way, what are all the languages that can be used to develop for Palm OS? I know that C, C++, and Java are possible development languages and I think I read that Visual Basic can be used as well. Any others? I don't know what language they would be but there are also NSBasic,

Re: any idea??

2004-11-05 Thread Matthew Graham
Plissken El Serpiente wrote: I have one problem with one program I am currently working on. When I create a new record for a database, exactly when I give values to an integer table of 24000 elements the simulator crashes sometimes depending on the value of j in the following code

Re: field.c, Line:6001, FldSetText - text longer than maxChars

2004-11-05 Thread Matthew Graham
Tony Janke wrote: I get this error field.c, Line:6001, FldSetText - text longer than maxChars ONLY when trying to read a number larger than 255 (8-bit). The variable I store the data in is 16 bit Int (data). is this function supposed to be reading from the field or writing to it? your question

Re: pilrc crached n startup

2004-10-29 Thread Matthew Graham
Stefano D'Urso wrote: i tried to install the same codewarrior CD on another PC and i still have problems... please help me i updated everything, but the PILRC still crashes on startup!! I assume you're talking about PilRC Designer and not pilrc. The reason PilRC Designer is crashing is

Re: socket.appData cleared when beam received - HELP needed!

2004-10-29 Thread Matthew Graham
[EMAIL PROTECTED] wrote: I've been fiddling with this problem for a while: I try to beam a DB to my program on another device. I fill the socket, set the description, name, target and appData, but this appData never gets through on the other side, although other fields are properly filled. I

Re: How to track field changed event?? Please help!!

2004-10-28 Thread Matthew Graham
Developer wrote: The problem I am having is to detect the change in the text of the field. FldChangedEvent doesn't detect the text that has been changed. I somehow have to detect if there has been a graffiti input, so i tried to use the keyDownEvent. But I am not sure why this is not working

Re: Problem inadvertantly changing address of text pointer

2004-10-27 Thread Matthew Graham
JAMES S HAINES wrote: char *displayPt( UInt16 i ) { char *pS, *eS, *nS, *line1, *line2,s[50]; pS and nS look unnecessary. you just copy their values into line1 line2 anyway, might as well just set them in line1 and line2. //reserve memory //build line #2

Re: Max pdb size And Max number of records

2004-10-22 Thread Matthew Graham
You can put several logical records into a single physical record. This way you can go way past 65536 records. M Q wrote: I am trying to make large pdb files and i faced some problem regarding : 1) total pdbs size per application , let us say we have enough memory .with me it stops at around