Re: T5 Serial Port drops data?

2005-06-10 Thread Martin Saxon
Rob Larson wrote: Martin Saxon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi everyone. I'm using the serial port on a T5 to talk to a data capture device, but it appears that if I try to send a data packet at the same time that data is arriving on the receive line, some of

Re: Compress offscreen window

2005-06-10 Thread Logan Shaw
Donald C. Kirker wrote: Does anyone have any suggestions? I have tried to retrieve the window's bitmap with WinGetBitmap and then compressing the bitmap that it returns, but it seems that whenever I try to draw to it I get a fatal exception. There seem to be restrictions on what you can do

Re: Putting globals in code sections, side effects ??

2005-06-10 Thread nthamer n
Ton, Thanks for your reply - Do *not* specify a section for a global variable. If you do, there is a chance of overlapping variable references (as you noticed). So if I did - var1 in default section - var2 in section 1 The compiler would generate code to access: - var1 at offset 0 in

NetLibSocketConnect error

2005-06-10 Thread Orasanu Iuliana
Hy When calling this function NetLibSocketConnect I am Getting a error : parametr err (0x1204) I searched on the net about this and I couldn't find any answer that could take me to a solution. Can anyone tell me what does it mean, and how can I get pass it ? Regards, Iulia -- For information

App crashing, what is wrong with this code?

2005-06-10 Thread Pete Dempsey
Hi all, I have an annoying problem that I can't find out why it is happening. I am retrieving some XML via HTTP and want to parse it. I've written a function that will return me the value within the specified tag. This function works ok but crashes the app using the code below. I've debugged

RE: App crashing, what is wrong with this code?

2005-06-10 Thread Chris Apers
Don't know but perhaps it's because in GetStrMid, strTemp point to nowhere not initialized) StrPrintF(strSearchValue,%s%s%s,,strXMLValue,); Can be replaced by StrPrintF(strSearchValue, %s, strXMLValue); -Message d'origine- Hi all, I have an annoying problem that I can't find out why

Semaphores in Garnet

2005-06-10 Thread Nicolas Pogulanik
Are semaphores supported in Palm OS 5? I try SysSemaphoreCreate but I think is a non supported API function. I get a Sys Error. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Semaphores in Garnet

2005-06-10 Thread Scott Erickson
That method is listed in the System Use Only methods. You can only use that if you are using Protein. -- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] Nicolas Pogulanik [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Are semaphores supported in Palm OS 5?

Re: Putting globals in code sections, side effects ??

2005-06-10 Thread Ton van Overbeek
On 2005-06-10, nthamer n [EMAIL PROTECTED] wrote: Ton, Thanks for your reply - Do *not* specify a section for a global variable. If you do, there is a chance of overlapping variable references (as you noticed). So if I did - var1 in default section - var2 in section 1 The compiler

CodeWarrior

2005-06-10 Thread Dominique Bisson
Hi there, Anyone has CodeWarrior for PalmOS to sale ? I have a contract to do with treemenu and formatted text and PalmSuite doesn`t suite my needs for now. I really need CodeWarrior ASAP! Dominique -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: How to get Palm Phone Number

2005-06-10 Thread imran baig
Thanks Jeffry for your detailed answer on palm phone number. Could you also tell me how to create/configure GPRS connection related preferences (APN STRING, UserName etc., ) programatically? Cheers, Imran On 6/9/05, Jeffry Loucks [EMAIL PROTECTED] wrote: Oh, I forgot a critical detail. In

T5 Memory Issue

2005-06-10 Thread Doug Gordon
I have a user with a T5 who is having trouble getting her database (.pdb file) synced to her device. My product generates PDB files on the PC and then they're synced from there either to main memory or a memory card. Due to the apparent volume of her data, the PDB file is 24 Mb in size (!),

Question on BmpCreateBitmapV3()

2005-06-10 Thread Paul Reger
Consider the code sequence: if (...) { BitmapPtr t = (BitmapPtr) BmpCreateBitmapV3(bmpPtr, kDensityDouble, BmpGetBits(bmpPtr), NULL); ... Here are my questions: 1. When my application is done with the bitmap, I call BmpDelete(t). Will that affect the bits in bmpPtr? I assume not. 2.

RE: Problem with dialog drawing incorrectly

2005-06-10 Thread Faust, Tim
Thanks, I forgot to mention that it draws incorrectly on a device as well, in this case a Zire 72s, which is OS 5.x -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: NetLibSocketConnect error

2005-06-10 Thread Dr. Vesselin Bontchev
It usually means that the socket parameter is invalid - e.g., because the previous NetLibSocketOpen failed and returned an invalid descriptor. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: setting fields values

2005-06-10 Thread Henk Jonas
Udi Kobi wrote: Hi, I use this code to set a field's value: field = (FieldType *)GetObjectPtr(MonthField); StrCopy(str, July); FldInsert(field, str, StrLen(str)); Mark (highlight) the content of the field before. You will overwrite the content of the field as I understand you.

Re: Strange behaviour using double type

2005-06-10 Thread Henk Jonas
Udi Kobi wrote: Hello, Using the following code: double DayToNum(int d, int h, int p) { return p + h * 1080 + d * 1080 * 24; } call: double a = DayToNum(2, 5, 204)); returns an overflow value -8092, instead of 57444 How is it possible? Another thing: 1080 is the value as 2-byte signed

voice recorder

2005-06-10 Thread Eric Potter
I'm attempting to write an application that can record voice memos. I need it to work without using a VFS drive. I've looked at the MiniADPCM example, but I don't want to rely on the MP3 library. As Katie Siek requested yesteday, it would be great to be able to see the source for the voice

Different App Launchers

2005-06-10 Thread Scott Erickson
I was told by a customer that my app works fine when launching from the normal Treo650 launcher, but it doesnt show up in a 3rd party launcher (Facer). What can I do to ensure that my app is found by all launchers? -- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED]

need clarrification on Treo OEM Device ID (eg. H101)

2005-06-10 Thread Yuen Kwee
hi there! i am bit confused over the device ID of the treo series from some sites it states that there are 2 IDs for treo 600, H101 and H202 and in another site H202 is for a treo 650 simulator also, is there a difference in the IDs for GSM and CDMA models? could i get some confirmation on

re: T5 Memory Issue

2005-06-10 Thread roderick young
I'm going to take a wild swing, I could be totally off-base. Is it possible that your customer has an internal RAMDISK program or something like that, and it's eating up most of the internal memory? I had a similar problem, trying to put a 4 MB .pdb into a Palm with 8 MB memory. It should

Re: PODS 1.2 debugger bug on english xp and fix(?)

2005-06-10 Thread Scott
Benjamin, I'm trying 'netstat -aop TCP' under these conditions: (I've deleted all other NIC's on my machine except this one) 1. Static IP:192.168.0.1 SM:255.255.255.0 GW:192.168.0.254 DNS:192.168.0.254 (Cable Unplugged) 2. Static IP:192.168.0.1 SM:255.255.255.0 GW: . . . DNS: . . . (Cable

Any simple support for scaling a bitmap?

2005-06-10 Thread Paul Reger
Is there any simple code in the Palm Library that will scale a bit map? (half it, quarter it, or eighth it)? __ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

PODS 1.2 not starting anymore after update...

2005-06-10 Thread Stadin, Benjamin
... I've installed PODS 1.2 and ran the software updater from the help menu. Now PODS doesn't start anymore. I did the update on another PC a few days ago and it worked then. But I tried several times with a fresh 1.2 installation... No luck, the whole installation is spoiled and I have to

Emulator Bound

2005-06-10 Thread Oscar De Leon
Hi group, I am trying to create a bounded emulator. Since it is the first time I do it, I am not sure if the behavior I am detecting is the normal behavior or something is wrong. The exe created includes the emulator itself, the selected rom and the skip in one single file. The problem I found is

Re: Different App Launchers

2005-06-10 Thread Donald C. Kirker
As long as your application is type 'appl' and is not hidden it should be fine. I have notice that some 3rd party launchers store a list of installed applications in a database, and this list does not always get updated. iSpin has this problem. The application will not always show up in Programs

Re: Updating Treo 650 sig strength and battery gadgets without redrawing the form

2005-06-10 Thread Donald C. Kirker
You could try calling a FrmShowObject with the gadget's index set as objIndex. Both FrmShowObject and FrmDrawForm pass a formGadgetDrawCmd to the gadget. Regards, Donald Kirker dan mason [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I hope the title says it all. I am able to display

Emulator Bound /Cancelled

2005-06-10 Thread Oscar De Leon
Hi again, Please forget this issue. I have investigated and tested a bit more this issue, and found that: 1. The bounded emulator takes some configurations from the machine registry, that makes it work strange. For example, it takes the session save/ask/never save. So, when you have save/ask

Re: PODS 1.2 debugger bug on english xp and fix(?)

2005-06-10 Thread Stadin, Benjamin
Scott wrote: Foreign address is always 0.0.0.0:0 (I assume it displays 0.0.0.0 whenever it hasn't bounded itself.) Correct. Proto Local Address Foreign Address StatePID TCPbluey:2000 0.0.0.0:0 LISTENING2568 (I've even waited 10mins to make sure

Zire Rom ID problem

2005-06-10 Thread Yuen Kwee
hi there! a user of the program i wrote is having problems getting the rom id from hi Zire 71, i wrote this to get the rom id returnVal = SysGetROMToken((UInt16) 0,(UInt32) sysROMTokenSnum,datap,size); the line works, but not for treo and tungsten E. are the zire series the same as the TE?

Icon for Application

2005-06-10 Thread sachin jesukaran
hi everyone, i am new to palm... could anyone please help me out with this how do i create a icon for my application i am using PilRc designer. thank u. sachin. __ How much free photo storage do you get? Store your