Re: Palm OS does housekeeping at midnight?

2008-05-29 Thread news.palmos.com
I seem to remember a similar thread about 6-months ago. You may want to check the archives. I don't think it was ever resolved. Scott David Heil [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The Palm Vx has never had any entries added into Datebook. It was purchased January 2000.

Detect when Palm device is attatched to Portable Keyboard

2008-05-29 Thread news.palmos.com
Hi, I have the Palm Portable Keyboard for Palm V and I would like to detect in my application when the Palm is attatched to the Keyboard and when it is not. Hopefully there is a API call available for this. Or is this a secret ? I read an input about calling HwrDockStatus() recently.

Installing PDB'S request reset!!!help!!!

2008-05-28 Thread news.palmos.com
hi to all! i'm creating an applications that uses 3 pdb's i'm creating the pdb's with filepdb java classes and i'm doing it just as i saw in other pdb's when i runing it on the code warrior emulator it's all good but when i download it to the palm i recive a reset alert after reseting the palm

When would one use the Palm VII Support directory?

2008-05-28 Thread news.palmos.com
A hopefully quick question that someone can answer for me. I've looked long and hard for an answer, but can't find it. When would one use the Palm VII Support directory or the Palm VII Stationary in CodeWarrior? I'm new to Palm development, but after much reading I am under the impression that

Fail to change the readonly attribute of directory

2005-09-21 Thread news.PalmOS.com
¿Õ°×Now i want to change the readonly attributes of a file. If it is a regular file, the function VFSFileSetAttributes works well. But if it is a directory, it returns the error 0x0502. Is there any method to change the readonly attribute of directory? please help! Far Ocean -- For

Re: Fail to change the readonly attribute of directory

2005-09-21 Thread news.PalmOS.com
to open the file in readwrite mode to set attributes or dates. Regards, Miro Pomsar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of news.PalmOS.com Sent: Wednesday, September 21, 2005 08:45 To: Palm Developer Forum Subject: Fail to change the readonly

Java in Palm OS

2005-07-29 Thread news.palmos.com
Hello I'm trying to develop an M-Learning system on Palm OS, I'm just in the midst of choosing to develop this application in JAVA or in the Palm OS fashion way, I have to say that this system is going to be used on mobile phones and Pocket PC as well, for this case I know developing in JAVA

Mobile Learning

2005-07-25 Thread news.palmos.com
Hello Although this might not be the right place to post this, so I appologize. I'm currently working on a Mobile Learning (M-Learning) project which I'm designing on the Palm OS itself, so I want feedback from users on my project. I would be thankful if you can fill this online questionnaire.

Annoying pendown event in my application

2004-08-11 Thread news.palmos.com
Hello all, I've got an application, which uses bitmaps. The user clicks on part of those bitmaps to make some actions. But (using a Handspring Treo 600), when the PDA receives a SMS, when my application is running, and then the user presses the OK button of the SMS application the SMS form

Re: Memory Heap Usage

2003-10-02 Thread news.palmos.com
Try MemHeapFreeBytes for free bytes and MemHeapSize for total size of heap Régis Daniel de Oliveira [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó news:[EMAIL PROTECTED] Hy all! Does anybody know any way to see the size and the amount used of the memory heap? Thanks all! Régis Daniel de Oliveira --

Re: Pocket Smalltalk for T C?

2003-08-25 Thread news.palmos.com
There is also a new compiler called HB++ ( see www.handheld-basic.com ). I don't know for hires, but it seems powerful and easy. But I'm agree with Ken : C (-MW) is the standard. my 2 cents. Steve Paul Folbrecht [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] Please bear with

Are background aplications possible in Palm?

2003-06-29 Thread news.palmos.com
Hi all. I'm doing a project in which i must develop an aplication for a palm and pc which uses bluetooth. My question is the following : is it possible to develop an aplication that without user intervention acknowledges the existence of a piconet and establish a connection between the devices?

Re: Need help with sound stream on TT

2003-06-06 Thread news.palmos.com
I had a problem just like this, had me stumped for quite awhile. Finally I used sndInt16Little instead of the 8 bit unsigned format I was using, and presto no clicks. The sampled sound api apparently has bugs with other formats. Scott Ludwig Ron Nicholson [EMAIL PROTECTED] wrote in message

Problem w/streamed audio on Clie OS5 devices

2003-06-03 Thread news.palmos.com
I've been streaming yamaha adpcm on our non-OS5 Clie devices successfully using the pa1 library (available on cliedeveloper) by buffering audio chunks into the playlist, and playing in continuous mode, filling in chunks when my completion callback gets called. However the exact same code doesn't

Re: WAV compression used by tungsten voice app/conduit

2003-03-05 Thread news.palmos.com
It is called IMA ADPCM. It used to be Intel/DVI ADPCM format, and the IMA Digital Audio Technical Working Group adopted the format, so it is now called IMA ADPCM. It encodes each 16 bit sample into 4 bits via an adaptive differential algorithm. The playback quality is quite good. Here is the

Calling Web Services? - newbie

2003-03-04 Thread news.palmos.com
Dear Friends, Good morning! I am new to the world of Palm development, so please forgive any crazy questions I may ask. I presume a number of developers in this forum are well aware of the world of Web Services. For example, Amazon has a Web Service developers can plug into to perform searches,

Graphic Button Bitmap Problem in OS 3.5

2003-02-26 Thread news.palmos.com
Has anyone found a fix or work around to the graphic button Selected Bitmap problem that exists with OS 3.5. Basically, if a graphic button is used, then the item appears as blank when selected. This can be demonstrated with either selecting the button with the pen or using CtlSetValue to set

playing sampled sound on tungsten

2003-01-27 Thread news.palmos.com
Has anyone managed to play sampled sound on the Palm tungsten using the Sound manager? I'm testing the Stream Manager by outputting random samples: SndStreamCreate(stream, sndOutput, 44100, sndInt16, sndStereo, getbuf, 0, 8192, false); The callback function getbuf gets called properly and is

Error : Resource has unexpected size

2002-11-09 Thread news.palmos.com
I am trying to install the PalmOS 5.0sdk in my Metrowerks CodeWarrior 6.0 environment. When I attempt to create a new project using the PalmOS 5.0 stationary creating a C or a C++ app it will not compile getting the error. PalmRez Warning: Resource has unexpected size: 'fiat ID=1001' Link Error

Re: Error : Resource has unexpected size

2002-11-09 Thread news.palmos.com
Thanks Ben but I should have mentioned that I placed Rez.dll (Version 2.3.0.9) into bin\plugins\compiler PalmRezPostLinker.dll (Version 4.7.0.0) into bin\plugins\linker PPalmRez.dll (Version 4.5.4.0) into bin\plugins\Preference Panel PalmRez Japanese Support into

Re: Error : Resource has unexpected size

2002-11-09 Thread news.palmos.com
reply confirmed that I was on the right track which prompted me to take the step of removing the old files even thought I thought it should not cause a problem. Ron news.palmos.com [EMAIL PROTECTED] wrote in message news:100589;palm-dev-forum... I am trying to install the PalmOS 5.0sdk in my

Textpad and PRC-Tools

2002-10-15 Thread news.palmos.com
Newbie calling for help!! Can anyone help me set up Textpad to compile, link and make-prc. I have PRC-tools installed and working from the DOS prompt, but am getting confused by the PRC-tools documentation. In anticipation Wiggy -- For information on using the Palm Developer Forums, or to

PRC file maximum size?

2002-04-23 Thread news.palmos.com
Is there a maximum size for a PRC? We have a huge application and after adding some new code we can no longer install it on a device using HotSync. Thanks, Brian J. Garland -- For information on using the Palm Developer Forums, or to unsubscribe, please see

codeworrior 6.0 and sdk 4.0 - please........

2002-04-15 Thread news.palmos.com
Hello guys, I'am using codeworrior 6.0. I downloaded the sdk 4.0 for codeworrior and now having some truble using it. 1. what do i have to do after the installation to make the codeworrior use the new sdk. 2. is it possible, or should i upgrade my codeworrior ? 3. I've tried updating the

Edit Categories Problem

2002-04-15 Thread news.palmos.com
How can I hide the Edit Categories option from the categories list. I'm using CategorySelect function, but the const categoryHideEditCategory would only work for palm os 3.5 or higher. what can i do for earlier os versions. I do not want to allow the user to edit the categories thanks Amir

Where can I find Sample Source code

2002-01-26 Thread news.palmos.com
Where can I find source code of (lot of) sample programs for Palm? This will help in to jumpstart sw. dev. -- haresh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

test

2002-01-26 Thread news.palmos.com
test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

When to find Content-Length for an http response usin INetLib

2001-11-16 Thread news.palmos.com
Hi, I have been trying to read the Content-Length http response header using INetLibSockHTTPAttrGet( ) method. Unfortunately it always returns 0. I read the whole response successfully but instead of making a call to INetLibSockHTTPAttrGet( ) for every INet event I am still get 0 returned

Palm with Xircom wireless

2001-10-22 Thread news.palmos.com
I recently got a Palm m505 and also got the Xircom 802.11b wireless network adapter. I've had some very good success using it with my wireless LAN at home. I use PalmScape (dumped AvantGo - I didn't like all the extra communications it did on my behalf) to browse the Internet through a Linux

Draw bitmap on palm os 3.5

2001-07-10 Thread news.palmos.com
Hi, Does any one know how to draw bitmap (signature) under palm os 3.5? I have source code on drawing bitmap under palm os 3.3 or below but the code does not work under palm os 3.5. Please help! Bear -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Sony Memory stick autorun file problems

2001-03-02 Thread news.palmos.com
Hello Has anybody had any success with the sony memory stick autorun? I have a file called DEFAULT.ARN stored in /PALM/LM It is saved with CRLF linefeeds It has the minimal info in it. I stick it in the Sony, (the apps are stored in /PALM/MSFILES), the device boops, and that's it. Are there

What is the maximum limit of List item?

2001-02-05 Thread news.palmos.com
Can anyone tell me how many string item i can input to a List Object? Thanks Tony -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Newbie question about springboard development

2001-01-15 Thread news.palmos.com
I am new to palm development. I am intending to develop a springboard module for the Visor. Can anyone tell me how to get a grip on how to develop in Windows? I have downloaded the tools (PalmOSGNUTools_201.exe, Cygwin.exe Ver B20.1, etc,) from the

Newbie question about springboard development

2001-01-15 Thread news.palmos.com
I am new to palm development. I am intending to develop a springboard module for the Visor. Can anyone tell me how to get a grip on how to develop in Windows? I have downloaded the tools (PalmOSGNUTools_201.exe, Cygwin.exe Ver B20.1, etc,) from the

Newbie question about springboard development

2001-01-15 Thread news.palmos.com
I am new to palm development. I am intending to develop a springboard module for the Visor. Can anyone tell me how to get a grip on how to develop in Windows? I have downloaded the tools (PalmOSGNUTools_201.exe, Cygwin.exe Ver B20.1, etc,) from the

Installing PDB'S request reset!!!help!!!

2000-12-04 Thread news.palmos.com
hi to all! i'm creating an applications that uses 3 pdb's i'm creating the pdb's with filepdb java classes and i'm doing it just as i saw in other pdb's when i runing it on the code warrior emulator it's all good but when i download it to the palm i recive a reset alert after reseting the palm

scrolling a form

2000-11-30 Thread news.palmos.com
hi! i'm sorry if this a silly question but i'm trying to put a vertical scroll on a form and not on a field or table does anyone know how i should do it please help -- For information on using the Palm Developer Forums, or to unsubscribe, please see

storing bmp's in database

2000-11-08 Thread news.palmos.com
my application needs to store a picture to each of the items that i have in the database i didnt find in the documentation anything that can help me store the pictures in the database please help me? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

When would one use the Palm VII Support directory?

2000-08-30 Thread news.palmos.com
A hopefully quick question that someone can answer for me. I've looked long and hard for an answer, but can't find it. When would one use the "Palm VII Support" directory or the "Palm VII Stationary" in CodeWarrior? I'm new to Palm development, but after much reading I am under the impression

Re: Palm OS does housekeeping at midnight?

2000-07-22 Thread news.palmos.com
I seem to remember a similar thread about 6-months ago. You may want to check the archives. I don't think it was ever resolved. Scott "David Heil" [EMAIL PROTECTED] wrote in message news:18239@palm-dev-forum... The Palm Vx has never had any entries added into Datebook. It was purchased

Detect when Palm device is attatched to Portable Keyboard

2000-07-03 Thread news.palmos.com
Hi, I have the Palm Portable Keyboard for Palm V and I would like to detect in my application when the Palm is attatched to the Keyboard and when it is not. Hopefully there is a API call available for this. Or is this a "secret" ? I read an input about calling HwrDockStatus() recently.