Re: drawing tables

2004-06-23 Thread Hanumanth rao
Hi Surely you can do this by using this API functions given below WinDrawLine(2,39,160,39); WinDrawGrayLine(2,142,160,142); Refer the palmos reference documentation for detailed explanation. hanumanth Roberto Pedrozo Mendes [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote in message news:[EMAIL

RE:Creating a PDB file on the PC

2004-06-23 Thread Hanumanth rao
Hey Eddie Here's an application you can find it very useful. Download it from the below mentioned site. http://www.mverive.com/pdbconverter.htm hanumanth - Original Message - From: Eddie Gomez [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: palm-dev-forum Sent: Saturday, June 19, 2004

Palm Network Debugging Tools

2004-06-23 Thread Gaurav Mengi
Hi Friends , Do we have any Network Debugging Tools for palm..I want to check whether the socket gets binded to ne port or not..tools like netstat. If anyone has any info..pls send me the pointers. Gaurav Mengi -- For information on using the Palm

RE: [ANN] Jpeg/Gif decompression library updated.

2004-06-23 Thread Matthew Bevan
I enquired as to the price to the aforementioned libraray many moons ago and was quite dissapointed - there is no way an at-home developer like myself could afford such a thing for, say, a freeware application. Because of this, I now use the freely available (with source code) ports of the

TsmLib.c Line448

2004-06-23 Thread armada
It crash,and tell me TsmLib.c Line448. How do I correct it? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Wi-fi Problem

2004-06-23 Thread Gaurav Mengi
hi, I'm having a problem in binding on a port using a tungstanc device. Even if we give a wrong ip the device is not giving any error and its also not running means not accepting data sent by the simulator. The same code is running fine on the 2 simulators of tungsten C.

Re: Form won't unload

2004-06-23 Thread Jason Oakley
Hmmm. Must be a hard one for others too... I have a problem. I have three forms. 1. Form1 starts 2. Tap on a button and FrmGotoForm(Form2) which closes Form1 3. Play game. FrmPopupForm(Form3) [can't use FrmDoDialog as this form has two buttons, one I need to intercept, the

prc hotsync cause machine to halt

2004-06-23 Thread armada
The following steps can cause the clie TH55 to halt up, please help me,thanks! 1 install the prc 2 hotsync the prc from clie to pc 3 delete the prc in the pc directory 4 hotsync the prc from clie to pc again(I found the prc has changed compare to step 2) 5 hardware reset the machine 6 hotsync the

Error launching application

2004-06-23 Thread palm
Sometimes when I launch my application, I got the message Fatal alert, PalmOS_Startup.cpp, Line:455, Error launching application. Does anybody know this error? This occurs in a Zire. Thanks in advance! --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system

RE: [ANN] Jpeg/Gif decompression library updated.

2004-06-23 Thread José dos Santos Machado
- http://www.nyctergatis.com/jpeglib/ (non-ARM) - http://www.laubrass.com/doc/PUB/JPEG/ (non-ARM) - http://www.dp.mcw.edu/palmImaging/jpegArmlets.zip (ARM-native) Thanks Matthew, that sounds useful. --- J. Machado [EMAIL PROTECTED] Palmcon Consultoria (www.palmcon.com.br) +55 21 9302-2794

changing lists for usable or not usable

2004-06-23 Thread Roberto Pedrozo Mendes
Hi How can i to change one list in my form for usable or not usable. Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - agora com 100MB de espaço, anti-spam e

write a string to the memo pad

2004-06-23 Thread Jorge Bustos
Hello everybody, How can I write a string from an application to the memo pad. Exist an easy way to do that?. I'm using codewarrior 9. Ragards, Jorge -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Function key text select

2004-06-23 Thread Ben Roe
In the process of writing a text edit control for Palm, I tried to implement the Function key + cursor key text selection that standard text controls do for external keyboard users. Unfortunately, after pressing Fn and any arrow key, all characters from then on from keyboard alternate between

Re: write a string to the memo pad

2004-06-23 Thread Robert Moynihan
Jorge Bustos wrote: Hello everybody, How can I write a string from an application to the memo pad. Exist an easy way to do that?. I'm using codewarrior 9. Ragards, Jorge Jorge, it's not too hard. Just have your app open up the memopad database, create a new record, and write some data to the

RE: write a string to the memo pad

2004-06-23 Thread Rahul Gupta
Hello everybody, I want some info on the J2ME and the oracle lite communication. Has anyone done anything similar?? Regards RG. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Moynihan Sent: Wednesday, June 23, 2004 6:53 PM To: Palm Developer Forum

Re: changing lists for usable or not usable

2004-06-23 Thread rguevara
With: ControlType * clista=GetObjectPtr(OrderList); CtlSetUsable(clista, true); Work fine -- Open WebMail Project (http://openwebmail.org) -- Original Message --- From: Roberto Pedrozo Mendes [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wed, 23 Jun 2004

Kiosk-like quick install Win XP solution?

2004-06-23 Thread Luc Le Blanc
In a few weeks, I'll be presenting my cave survey freeware at a cavers' convention. As I'll have a laptop with a functional IR (I often sync with it), I'd like to be able to beam my app to whoever comes up and wants it. Is there a simple (Win XP) solution (preferably free, or very cheap) to

recent palm OS book?

2004-06-23 Thread andy h
can anyone recommend a comprehensive book on Palm programming that was written recently? Most of the one's I've seen were published 2001 or 2002 and only cover OS 3.5 -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Modify properties of other programs

2004-06-23 Thread Clarke, Jim
I have a Garmin iQue 3600. When I am using their map program, I want to execute my application (in the background) and have it put text into the iQue user interface. Is there any way to do this using the Palm OS API? Jim -- For information on using the Palm Developer Forums, or to

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Douglas Handy
Luc Le Blanc, Is there a simple (Win XP) solution (preferably free, or very cheap) to install a few PRCs and PDBs on demand? Creating ad hoc new Hotsync users and deselecting all default conduits is a bit cumbersome. See Pilot Install, at http://envicon.de/e/pinstall/pinstall.html It is free

Playing audio!

2004-06-23 Thread Keyur Patwa
Hi friends, In my application, I am launching a webpage and there I have a link to some audio file with .rm format! I have realplayer installed on my Treo600 device which supports the same format but when I am clicking on the audio link, an error message pops up saying. The file you

Re: (newbie) equivalent of dll for Palm?

2004-06-23 Thread Roger Stringer
Subject: (newbie) equivalent of dll for Palm? From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tue, 22 Jun 2004 10:08:58 -0700 (PDT) X-Message-Number: 20 Hi I am trying to figure out how to build a dll kind of thing for Palm. We want to do out own I18N instead of using overlay, so our goal is to

Re: changing lists for usable or not usable

2004-06-23 Thread Matt Graham
Roberto Pedrozo Mendes wrote: How can i to change one list in my form for usable or not usable. FrmShowObject( active_form, list_index ); FrmHideObject( active_form, list_index ); /* * Matt Graham * Palm OS Developer * www.healthramp.com */ -- For information on using the Palm Developer

Re: recent palm OS book?

2004-06-23 Thread Ben Combee
At 06:44 AM 6/23/2004, you wrote: can anyone recommend a comprehensive book on Palm programming that was written recently? Most of the one's I've seen were published 2001 or 2002 and only cover OS 3.5 Palm OS Programming Bible, 2nd edition -- it came out in late 2002 and has coverage of Palm OS

Re: Error launching application

2004-06-23 Thread Ben Combee
At 05:49 AM 6/23/2004, you wrote: Sometimes when I launch my application, I got the message Fatal alert, PalmOS_Startup.cpp, Line:455, Error launching application. Does anybody know this error? This occurs in a Zire. This means that there isn't enough dynamic heap storage available to allocate

Re: changing lists for usable or not usable

2004-06-23 Thread Ben Combee
At 03:35 AM 6/23/2004, you wrote: With: ControlType * clista=GetObjectPtr(OrderList); CtlSetUsable(clista, true); Work fine Actually, it won't, at least on all versions of Palm OS. A ListType is not a ControlType. The API to use is FrmHideObject and FrmShowObject, but there a caveat that this

Re: recent palm OS book?

2004-06-23 Thread Luc Le Blanc
Ben Combee a écrit : At 06:44 AM 6/23/2004, you wrote: can anyone recommend a comprehensive book on Palm programming that was written recently? Most of the one's I've seen were published 2001 or 2002 and only cover OS 3.5 Palm OS Programming Bible, 2nd edition -- it came out in late 2002

Re: changing lists for usable or not usable

2004-06-23 Thread Roberto Pedrozo Mendes
Really, i tryed this but didn´t work. --- Ben Combee [EMAIL PROTECTED] escreveu: At 03:35 AM 6/23/2004, you wrote: With: ControlType * clista=GetObjectPtr(OrderList); CtlSetUsable(clista, true); Work fine Actually, it won't, at least on all versions of Palm OS. A ListType is not a

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Dave Lippincott
Write a quick program for you Palm that continuously beams your app to who ever is near. No PC needed. I would work epically well if you have another Palm available you could leave out. I saw this done a more than one trade show and it worked quite well. - Original Message - From: Luc

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Neil Whitworth
Dave Lippincott wrote: Write a quick program for you Palm that continuously beams your app to who ever is near. No PC needed. I would work epically well if you have another Palm available you could leave out. I saw this done a more than one trade show and it worked quite well. There is a

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Luc Le Blanc
Dave Lippincott a écrit : Write a quick program for you Palm that continuously beams your app to who ever is near. No PC needed. I would work epically well if you have another Palm available you could leave out. I saw this done a more than one trade show and it worked quite well. I'd

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread LionScribe
You have to realize that some people might not be comfortable hooking their Palm to your PC. You should always have a beaming option. If you do not need BeamProExpo, you can also use standard BeamPro or Nutshell, all from www.ecamm.com LionScribe Luc Le Blanc [EMAIL PROTECTED] wrote in message

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Douglas Handy
LionScribe, You have to realize that some people might not be comfortable hooking their Palm to your PC. You should always have a beaming option. Pilot Install can install via IR as well as serial or USB, and it sounds like the laptop in question already has an IR port. So one could let Pilot

Re: recent palm OS book?

2004-06-23 Thread Laurens
Ben Combee wrote: Palm OS Programming Bible, 2nd edition -- it came out in late 2002 and has coverage of Palm OS 5. This is an *excellent* book. Both for learning Palm OS programming and for using as a reference. I highly recommend it. AFAIK, there are no other reasonably up-to-date books

Re: Working with time zones

2004-06-23 Thread SLO Revo News
I want to make a popup list that lets the user select a time zone. What I did is that I made a list with 24 items. The minutes value that i pass to TimeZoneToAscii is equal to ((itemNum - 12) * 60). Therefore, the list items range from -720 (-12 hours) to 660 (+11 hours). Is this the correct

Install File Without HotSync

2004-06-23 Thread Adrien Regimbald
Recently there was a post about a program Pilot Install which installed files to the Palm without using HotSync and had a really great speed. Is there any documentation on how this sort of thing is done? I've now seen it done in the RealOne player and Card Export in addition to Pilot Install, with

application that run´s in background

2004-06-23 Thread Roberto Pedrozo Mendes
I need to make an aplication that 1 - Starts automaticaly 2 - Run´s in background and send me some messages based in the time but i want that aplication send me the message too if i work with another aplication. Anyone have any idea or example ? I need to make one aplication or one hack ?

Free Book of Palm OS

2004-06-23 Thread Roberto Pedrozo Mendes
Where i could to find any free book of Palm Os in PDF or HTML Thanks --- Ben Combee [EMAIL PROTECTED] escreveu: At 06:44 AM 6/23/2004, you wrote: can anyone recommend a comprehensive book on Palm programming that was written recently? Most of the one's I've seen were published 2001 or 2002 and

HotSync : No association found for creator ID

2004-06-23 Thread Paul Barry Delongchamps
Hi, I created a minimal conduit using the CDK and VS. I registered the conduit on the HotSync dev version. I also created a database in the AppStart of my palm application with the same creator ID. When I try to run a synchronization I have the following error message in HotSync logs :

Re: Function key text select

2004-06-23 Thread Erik Rauch
Ben, Based on what you've reported, I'm assuming you are using the PalmOne Keyboard (with HW and SW made by Think Outside). If I remember the specifics, this is a problem that 'developed' with the Graffiti2 AutoShift. I'm not saying that there is a bug in G2, but that G2-Keyboard

Re: Function key text select

2004-06-23 Thread Ben Roe
Ben, Based on what you've reported, I'm assuming you are using the PalmOne Keyboard (with HW and SW made by Think Outside).   Yep, that's the one. At least it's not my fault for once ;) I guess I can enable the feature and just say it doesn't work for G2 devices or something for now.

Re: Free Book of Palm OS

2004-06-23 Thread Ben Combee
At 09:41 AM 6/23/2004, you wrote: Where i could to find any free book of Palm Os in PDF or HTML The Palm OS SDK includes a two-volume book set called Palm OS Companion that's available for download from the PalmSource developer website. I'd highly recommend reading this book to get a full

Re: Free Book of Palm OS

2004-06-23 Thread Roberto Machorro
The PalmOS (Programmer's) Companion PDF files that come with the SDK. Where i could to find any free book of Palm Os in PDF or HTML Thanks --- Ben Combee [EMAIL PROTECTED] escreveu: At 06:44 AM 6/23/2004, you wrote: can anyone recommend a comprehensive book on Palm programming that was

Re: application that run¥s in background

2004-06-23 Thread SLO Revo News
I need to make an aplication that 1 - Starts automaticaly 2 - Run´s in background and send me some messages based in the time but i want that aplication send me the message too if i work with another aplication. Anyone have any idea or example ? You could probably use alarms if your program

difference

2004-06-23 Thread Zechner Christian
Which is the difference between MemPtr Pointer=MemPtrNew(30*1024); And char *Pointer=new char[30*1024]; ?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: application that run¥s in background

2004-06-23 Thread Roberto Pedrozo Mendes
I need to make a program like an schedulle at 06/12/2004 12:00 i need to go a meet at 07/12/2004 13:00 i have lunch with Mr X but i need that my palm wakeup or interrupt other aplication to send me the messages --- SLO Revo News [EMAIL PROTECTED] escreveu: I need to make an aplication that 1

Re: difference

2004-06-23 Thread Ben Combee
At 11:29 AM 6/23/2004, you wrote: Which is the difference between MemPtr Pointer=MemPtrNew(30*1024); And char *Pointer=new char[30*1024]; First, you should write 30*1024L to avoid overflowing a Int16. Second, the big difference is that the allocation using operator new[] stores a small amount of

Re: application that run¥s in background

2004-06-23 Thread Robert Moynihan
Roberto, it sounds like just setting an alarm would be perfect. Read the docs on AlmSetAlarm() and the like. It's not hard to do. Bob. Roberto Pedrozo Mendes wrote: I need to make a program like an schedulle at 06/12/2004 12:00 i need to go a meet at 07/12/2004 13:00 i have lunch with Mr X

Re: application that run¥s in background

2004-06-23 Thread Daniel Seifert
Am Mi, den 23.06.2004 schrieb Roberto Pedrozo Mendes um 20:40: Hi, I need to make a program like an schedulle at 06/12/2004 12:00 i need to go a meet at 07/12/2004 13:00 i have lunch with Mr X but i need that my palm wakeup or interrupt other aplication to send me the messages For this,

Re: Free Book of Palm OS

2004-06-23 Thread Daniel Seifert
Hi, Am Mi, den 23.06.2004 schrieb Roberto Pedrozo Mendes um 18:41: Where i could to find any free book of Palm Os in PDF or HTML Check the documents that are available at www.palmsource.com (API reference, documentation, etc). It's very extensive and free. -- Daniel Seifert [EMAIL PROTECTED]

RE: difference

2004-06-23 Thread Zechner Christian
Thanks!. Can you allocate more than 64*1024L with this method? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ben Combee Enviado el: Miércoles, 23 de Junio de 2004 03:43 p.m. Para: Palm Developer Forum Asunto: Re: difference At 11:29 AM 6/23/2004, you

Re: TsmLib.c Line448

2004-06-23 Thread Daniel Seifert
Am Mi, den 23.06.2004 schrieb armada um 11:06: Hi, It crash,and tell me TsmLib.c Line448. How do I correct it? 1) It probably told you more than that?! 2) Use a debugger or similiar means to find out at which line of your code this happens and correct the bug. -- Daniel Seifert [EMAIL

RE: difference

2004-06-23 Thread Ben Combee
At 11:52 AM 6/23/2004, you wrote: Thanks!. Can you allocate more than 64*1024L with this method? No. You need to use MemGluePtrNew (and link in the Palm OS glue library) to allocate 64K or more memory from the dynamic heap. Note: even with that call, you're still limited to the size of the

Re: Form won't unload

2004-06-23 Thread Joseph Lunderville
Jason Oakley wrote: Hmmm. Must be a hard one for others too... No, we RTM. From the Palm OS Reference (which is the first place you should look when having trouble with a function), in the comments on FrmReturnToForm: FrmReturnToForm does not generate a frmCloseEvent when called from a modal

Re: Install File Without HotSync

2004-06-23 Thread Brian Smith
On Wed, 23 Jun 2004, Adrien Regimbald wrote: Recently there was a post about a program Pilot Install which installed files to the Palm without using HotSync and had a really great speed. Is there any documentation on how this sort of thing is done? If you look a little more closely at the site

Re: application that run*s in background

2004-06-23 Thread SLO Revo News
I need to make a program like an schedulle at 06/12/2004 12:00 i need to go a meet at 07/12/2004 13:00 i have lunch with Mr X but i need that my palm wakeup or interrupt other aplication to send me the messages Sounds like you should look at the Attention Manager. -- Regards, Steve Mann ---

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread Luc Le Blanc
LionScribe a écrit : You have to realize that some people might not be comfortable hooking their Palm to your PC. You should always have a beaming option. If you do not need BeamProExpo, you can also use standard BeamPro or Nutshell, all from www.ecamm.com Indeed, but people can notice I'm

Re: Kiosk-like quick install Win XP solution?

2004-06-23 Thread David A. Desrosiers
Pilot Install is actually very neat: it does not clear its list of files to install after installation, so I can leave it running and anyone can come to my laptop and help oneself. Great software! If you weren't stuck using XP, you could do this today, using Unix or Linux. I do this

Debugging Problem!

2004-06-23 Thread Keyur Patwa
Hi, I am trying to debug my application while it runs on the device (Treo600)! In the Palm OS debugging option of Debugger option in the Debug Settings for my project in IDE CW9, I am selecting Connect to: Device But I don't know which port I should select! I am using the DotDotTwo application

Playing MP3s

2004-06-23 Thread joe bloggs
Hello Forum, I need to add the playing of MP3's to an application I am working on. The application is for a Garmin iQue 3600, which runs the Palm 5.2 OS. Is there any sample code out there for playing mp3's? I am assuming that you use the SndStreamCreate function. Is this correct or should I

Re: about input mode on clie

2004-06-23 Thread Ken Krugler
I input 'a' on Japanese mode,then do the same as 1.jpg of the attachment.You will see the 2.jpg of the attachment. Attention:It is different between it and selected state. 3.jpg of the attachment is the selected state. What you are seeing here is Japanese text entry using a FEP (front end

Error executing functions of memopad

2004-06-23 Thread Jorge Bustos
Hello everybody, I'm inserting part of the memo pad code (contained in palm SDK 4). But when i tried of execute it (the compilation is ok) in the emulator appears an error message: this program just read from memory location 0x6 wich is in low memory I'm using the createrecord() function

Re: Debugging Problem!

2004-06-23 Thread Ben Combee
At 02:02 PM 6/23/2004, you wrote: I am trying to debug my application while it runs on the device (Treo600)! You need a serial cable to debug an application on a Treo 600. USB debugging doesn't work with this device. Is there any way, I can find out on which port the Device is connected to my

Re: Playing MP3s

2004-06-23 Thread Ben Combee
At 01:59 PM 6/23/2004, joe bloggs wrote: Hello Forum, I need to add the playing of MP3's to an application I am working on. The application is for a Garmin iQue 3600, which runs the Palm 5.2 OS. Is there any sample code out there for playing mp3's? I am assuming that you use the SndStreamCreate

Re: Form won't unload

2004-06-23 Thread Jason Oakley
Yep. I realise that. However, after FrmReturnToForm, I use FrmCloseAllForms which also doesn't close the form. I guess I wasn't very clear as to the problem. --- Jason Oakley wrote: Hmmm. Must be a hard one for others too... No, we RTM. From the Palm OS Reference (which is the first

help creating a custom event loop

2004-06-23 Thread rob_palmer
Hi all, New member with my first question. Can someone explain how to setup a custom event loop? I think I understand the general concepts, create a que, create functions for pointer initialization, adding events, consuming events, and cleaning up. It's the details i am a bit fuzzy on.

Re: Form won't unload

2004-06-23 Thread Ben Combee
At 02:39 PM 6/23/2004, you wrote: Yep. I realise that. However, after FrmReturnToForm, I use FrmCloseAllForms which also doesn't close the form. I guess I wasn't very clear as to the problem. FrmReturnToForm will call FrmEraseForm and FrmDeleteForm on the current, active form. So, any operations

Re: Playing MP3s

2004-06-23 Thread joe bloggs
Thanks for the advice. Just to clarify, are you saying that it is not worth writing my own code to play MP3's (using such funcstions as SndStreamCreateExtended) and that I should use a third party application to do the playing of MP3's? Cheers, Joe

Re: Playing MP3s

2004-06-23 Thread Robert Moynihan
Joe, to play mp3's you can't just throw them at SndStreamCreateExtended and expect to get anything not resembling noise. They have to be decoded (decompressed) as they play, and that is not a trivial task. Unless you really want to create your own mp3 playback application, it would be much

eScribe Archive

2004-06-23 Thread Bradly J. Barton
FYI to those that deal with such things... The eScribe archive of this newsgroup appears to be broken there are no new posts since June 10 and there are several of the Nigerian banking scam emails there instead. -- Bradly J. Barton - [EMAIL PROTECTED] Jenies Technologies Incorporated (972)

Re: Form won't unload

2004-06-23 Thread Jason Oakley
Ah okay. I have to close the form before FrmReturnToForm. Thanks, Ben!! At 02:39 PM 6/23/2004, you wrote: Yep. I realise that. However, after FrmReturnToForm, I use FrmCloseAllForms which also doesn't close the form. I guess I wasn't very clear as to the problem. FrmReturnToForm will call

Re: Playing MP3s

2004-06-23 Thread joe bloggs
Thanks It looks like I am going to have to re-think how I approach this situation. However, if I was to write my own MP3 playback app were would I start? Does anyone know of sample code out there (for Palm or other platforms) that could be used as a starting point? Cheers, Joe

Re: Playing MP3s - mpg321?

2004-06-23 Thread Peter Spam
There have got to be at least a few freeware mp3 decoders ... might want to start with: http://mpg321.sourceforge.net/ Thanks, Peter On Jun 23, 2004, at 4:13 PM, joe bloggs wrote: Thanks It looks like I am going to have to re-think how I approach this situation. However, if I was to write my

Re: Playing MP3s

2004-06-23 Thread Ben Combee
At 04:13 PM 6/23/2004, you wrote: Thanks It looks like I am going to have to re-think how I approach this situation. However, if I was to write my own MP3 playback app were would I start? Does anyone know of sample code out there (for Palm or other platforms) that could be used as a starting

Custom font

2004-06-23 Thread Alexander Galkin
I want to create and use custom font. How can I do this? Actually, I would even be fine with taking the standard font and making it twice smaller. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Custom font

2004-06-23 Thread Roberto Machorro
I would create the font on the desktop as a TrueType, the convert it with the FontBucket utility and use the FontBucket library on the handheld to load and use the font. It's *free*, it's got a nice font admin tool for the handheld, supports hi res fonts and it's really easy to use.

Re: Playing MP3s

2004-06-23 Thread joe bloggs
Fantastic! Thanks for the leads. Cheers, Joe __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Custom font

2004-06-23 Thread Matthew Bevan
Search the archives and you will find your answer. I have in the past given complete font library examples with eactly what you are looking for - half density copies of the standard fonts. Others have posted similar. For your convienance I have reproduced the link below.

Re: TsmLib.c Line448

2004-06-23 Thread armada
I use PNO to develop my project,and I have no palm TT/treo600,so I don't debug on the simulator. Daniel Seifert [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Am Mi, den 23.06.2004 schrieb armada um 11:06: Hi, It crash,and tell me TsmLib.c Line448. How do I correct it? 1) It

re: help creating a custom event loop

2004-06-23 Thread Dave Lasker
There are lots of details too numerous to mention that need to be handled. Best advice I can give you is to register as a developer with PalmSource, then download the OS source code and look at some examples, e.g. LstPopupList in file List.c. Dave -- For information on using the Palm Developer

5-Way Navigator Question

2004-06-23 Thread Thomas McCarthy
Hello, When I hold down one of the navigator buttons, I hear a clicking sound with a frequency of about 5 Hz. Does this mean it sends out pulses at this rate or are these clicks just indicators that the botton is being depressed and that by holding down the button, as continuous signal is

RE: Free Book of Palm OS

2004-06-23 Thread Isabella
You can find the free palm os programming Book as PDF file from the following link.(author O'Reilly) http://www.google.co.in/search?q=Palm_Programming_The_Developers_Guide1ie=U TF-8hl=enbtnG=Google+Searchmeta= -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: Playing MP3s

2004-06-23 Thread Nathan Black
I thought it wouldn't be to hard either, and I tried it a while back, just working with some GPL code WOW especially not knowing PNOs ARM development. It is REALLY much bigger than you think. We ended up just interfacing with PocketTunes. And to add on that, the API will work just fine in the

RE: 5-Way Navigator Question

2004-06-23 Thread Nathan Black
When I hold down one of the navigator buttons, I hear a clicking sound with a frequency of about 5 Hz. don't hear this on my T or T|3. What model is it? I really don't think so, since I'm polling them at a much higher rate and I am getting a good responce back. Nathan -- For

RE: Playing MP3s - mpg321?

2004-06-23 Thread Nathan Black
That's a WHOLE different ballgame when you're talking about Palm OS and ARM... memory constraints, dynamic loading of the code, segmenting, 4-byte struct alignment They don't port over easy at all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter

Re: illegal single-segment 32-bit reference to a function in a shared library

2004-06-23 Thread Ritu Chawla
Hi All, I am still facing the same problem. Can any body help me out rgds, Ritu Ritu Chawla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am facing problem in using function pointers.Code gets compiled well but i am getting following error while linking to the lib.

RE: 5-Way Navigator Question

2004-06-23 Thread Nathan Black
Oh, ok, I hear it now. I was pushing the middle one hehe. It doesn't seem to affect the framerate in my program, I can still get much higher than it. What I think it is, it is beeping everytime it produces a keyRepeatEvent (or whatever it exacly is). I am polling in my game, and it responds at

Re: illegal single-segment 32-bit reference to a function in a shared library

2004-06-23 Thread Ben Combee
At 10:48 PM 6/22/2004, you wrote: Hi All, I am facing problem in using function pointers.Code gets compiled well but i am getting following error while linking to the lib. Here is the code. SectionTable_t downloadSectionTable[] ={ { MsgLibDownloadXd10VideoData }}; /* download functions indexed

Duplicate Resource

2004-06-23 Thread Hanumanth rao
Hi I am using constructor to create a resource exactly as an existing resource. what I did is I just duplicated and used the same resource but that gave a warning ...duplicate resource when I ran the program. Is it OK if I continue to use it this way or create another resource instead of