RE: Event for highlighting list entry

2004-07-20 Thread Y Rekha
Hi, Handle the lstSelectEvent. The EventPtr will have information like list selection. To be exact eventP->data.lstSelect.selection will give you the list selection. rry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SLO Revo News Sent: Wednesday, July

Re: Using C vs C++ to develop apps

2004-07-20 Thread Roel Wijmans
I appreciate your reply Keith, I can see some of the issues with C++ but i still would like to hear other developer's opinion on the topic. As i'm not a hugely technical person as i'm just starting out, some of the topics in the FAQ articles don't mean much to me >From those articles it seems C

How to create Custom Fonts

2004-07-20 Thread Saurabh Agarwal
Hello, I want to use custom fonts for the application. I have downloaded XFont tool for creating custom font. It created .pfn file. For defining custom font we need resource. How to create resource using .pfn file. Thanks. -- For information on using the Palm Developer Forums, or to unsubscr

Re: Event for highlighting list entry

2004-07-20 Thread SLO Revo News
That sounds like exactly what I want. Unfortunately, I'm very new to Palm programming and don't quite understand how I would accomplish this. How do I go about tracking the pen, determining what list item should be selected, and highlighting an item? You can track the pen using EvtGetEvent. T

Re: wincopyrectangle/ offscreen manipulation

2004-07-20 Thread Tim Kostka
What you are doing sounds correct (copying on/offscreen with WinCopyRectangle). The OS Reference recommends you use bitmap functions instead, but both ways should work. When using a high density screen, make sure to create the offscreen window in the same format as the screen (nativeFormat) to av

wincopyrectangle/ offscreen manipulation

2004-07-20 Thread Catherine Soldan
Have been programming for a long time but am just learning my way around palmos. While programming a more or less classic swap type jigsaw puzzle,I wish to have a copy of the screen image offscreen so that I can put the pieces back onscreen in mixed-up order. I have been attempting to do this

[ANN]: HTTPS (Secure) Library for Palm OS Released

2004-07-20 Thread SebastianM
Hi, We recently released our NEW *HTTPS (Secure) Library for Palm OS*. This is a CodeWarrior C++ Palm OS implementation of both HTTP and HTTPS (Secure) protocols. This library enables your program to retrieve any document using HTTPS, providing a secure connection to a server. HTTP protocol is als

Re: JpegLib

2004-07-20 Thread Konstantin Klyatskin
> Only after the author of AbsoluteWord's JPEG library reduces or has reduced > the price substantially would I be willing to give it a second look. It's > price is prohibitive of small-time development with it, and it only has one > major feature not present in the other (free) libraries - GIF an

hidding app icon.. but app tha is on rom

2004-07-20 Thread Alexandre Luz Barreto
ok i want to hid a icon form the lancher but i want to hide memopad, adress book everthing that is on the rom i want just to show my app, hotsync and calc is there a way to do that? cause the user can't use the other things and not even see it thanx -- For information on using the Palm Developer Fo

Re: Event for highlighting list entry

2004-07-20 Thread Curtis Hawthorne
> Not that I know of. At that point, it's too late. You can, > however, detect when the user taps on a list item by looking for > lstEnterEvent, then do whatever you want--track the pen, highlight > an item, etc. That sounds like exactly what I want. Unfortunately, I'm very new to Palm programmin

Re: bitmap in a table cell?

2004-07-20 Thread geoff
Thanks much Dorotéa - Original Message - From: "Dorotéa Karine" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 12:03 PM Subject: Re: bitmap in a table cell? > Put in the TableDrawItemFuncType function this: > > x = bounds->topLeft.x ; > y

Re: Event for highlighting list entry

2004-07-20 Thread SLO Revo News
Is there any way to receive an event as soon as a list item is highlighted? Not that I know of. At that point, it's too late. You can, however, detect when the user taps on a list item by looking for lstEnterEvent, then do whatever you want--track the pen, highlight an item, etc. I've successfu

"Invisible" app?

2004-07-20 Thread Danielle O'Hallisey
Hi All, I continue to make good on my pledge to find new uses for the Palm device, and now want to know the following: Is it possible to compile an application so that it is installed on the handheld with no visible icon? I am creating a suite of applications to manage various aspects of a remote

Silly question re control groups

2004-07-20 Thread Rob Riker
OK, I feel a little silly posting this one, since it must be right in front of my face somewhere, but damned if I can find it... Given a control on a form, how does one get its group id? It's part of the ControlType struct, but the docs say we're supposed to treat that struct as opaque & use a g

Event for highlighting list entry

2004-07-20 Thread Curtis Hawthorne
Hi all, Is there any way to receive an event as soon as a list item is highlighted? I want to let a user drag the stylus over several list items (and possibly below the list so it starts scrolling) and get events when each of the items is highlighted. My eventual goal is to be able to rearran

field to list to DB questions

2004-07-20 Thread Brandon Prater
I am trying to take a number from a field and put it into a list when you hit the an add button. I have an error alert set to go off if the field is null, and a general debugging alert that pops up with your entered value if a number is present in the field. This seems to work the first time aro

libprc and chained headers

2004-07-20 Thread Eric Potter
I created a desktop app to create pdb files for my palm application. To create the record I used the libprc library that comes with par. Libprc is a great library, but I do have one problem. When I create very large databases, the resulting pdb file has chained headers. We would like to aviod t

Re: bitmap in a table cell?

2004-07-20 Thread Dorotéa Karine
Put in the TableDrawItemFuncType function this: x = bounds->topLeft.x ; y = bounds->topLeft.y ; h = DmGetResource(bitmapRsc, img); if (h != NULL) { p = (BitmapType *)MemHandleLock(h); WinDrawBitmap((BitmapPtr) p, x, y); MemHandleUnlock(h); DmReleaseResource(h); }

bitmap in a table cell?

2004-07-20 Thread geoff
Hey, Does anyone know how to put a bitmap in a table cell? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about resources database.

2004-07-20 Thread Ben Combee
At 09:40 AM 7/20/2004, you wrote: Can I put structures or other "non-resource" data in a resource database? A resource is just a blob of data with a four-byte type and a 16-bit ID. As long as the type you use doesn't conflict with a system type, you can put whatever you want in there. In my SXS

Re: Create (or adjust) Scrollbar dynamically?

2004-07-20 Thread Ben Combee
At 09:40 AM 7/20/2004, you wrote: Hi all, I got a text field that create dynamically by FldNewField. I want to have a scrollbar with the same height of the text field. The problem is the height of the text field is dynamically assign, how can I make the height of the scrollbar be the same as the fi

about resources database.

2004-07-20 Thread BrownB
Can I put structures or other "non-resource" data in a resource database? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Create (or adjust) Scrollbar dynamically?

2004-07-20 Thread Geoffrey
Hi all, I got a text field that create dynamically by FldNewField. I want to have a scrollbar with the same height of the text field. The problem is the height of the text field is dynamically assign, how can I make the height of the scrollbar be the same as the field? It seems no API to create or

RE: Treo 600 connector

2004-07-20 Thread Agus Silas
Thanks a lot Ben... Agus -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Ben Combee Envoyé : mardi 20 juillet 2004 14:38 À : Palm Developer Forum Objet : Re: Treo 600 connector At 07:34 AM 7/20/2004, you wrote: >I've tried to find the Treo 600 connector

Re: Creating > 64Kb movable chunk

2004-07-20 Thread Luc Le Blanc
"[ a | x ] - Peter Alex" a écrit : > There is an article on kb.palmsource.com 'keyword' > memglueptrnew which discuss about large memory chunk > allocation (to use memglueptrnew, bmpcreate or > ftrptrnew). > > i hope it can help Not much, alas. None of these calls allocate movable chunks, which r

Treo 600 Focus Problem

2004-07-20 Thread Ste
Hi all, I've a problem with the focus on a field on treo600. In a form I've a TabControl (from POL library) with two tabs. In the first tab there are some fields that I use to search items, while in second tab there is a CustomGrid control where I show search results. I don't switch tabs by means

Re: PRC-Tools and Symbol API for scanner

2004-07-20 Thread Roger Stringer
Subject: PRC-Tools and Symbol API for scanner From: "Olivier" <[EMAIL PROTECTED]> Date: Mon, 19 Jul 2004 07:36:08 -1000 X-Message-Number: 16 Hi, How i can get documentation on how to use the Symbol scanner ( like on SPT 1800 and SPT 1550 ). What is the event i have to catch in my C programs writte

Re: Treo 600 connector

2004-07-20 Thread Ben Combee
At 07:34 AM 7/20/2004, you wrote: I've tried to find the Treo 600 connector specification but I can find nothing. I've tried at PalmOne and HandSpring sites but no results. Could someone give me the link where I can download the Technical document of the Treo 600 ? The Treo 600 development guide (a

Re: Ho can I save a bitmap in a non-res database?

2004-07-20 Thread Ben Combee
At 05:28 AM 7/20/2004, you wrote: I'm using BmpCreateBitmapV3() to get raw data saved in a record using BmpGetBits(). How can I convert it to BitmapType? Can I just do a cast like (BitmapType*)ptr_to_myBitmapV3? Please look at the sample code in the PalmSource KB at http://kb.palmsource.com/cgi-b

Re: How to use prc-tools

2004-07-20 Thread John Marshall
On Mon, Jul 19, 2004 at 07:31:35PM +0200, John Marshall wrote: > On Mon, Jul 19, 2004 at 05:30:51PM +0200, Yann Garcia wrote: >>> /usr/share/prc-tools/include/PalmOS.h:15: warning: #warning [...] you >>> may need to run palmdev-prep [...] >> >> sdk-4 headers in 'include', libraries in 'li

Hide PDB

2004-07-20 Thread Dorotéa Karine
My application create some PDBs. I want to hide this PDBs at the file list of Palm OS. How can i do this? Thanks. Dorotéa Karine ___ Yahoo! Mail agora com 100MB, anti-spam e antivírus grátis! http://br.info.ma

Treo 600 connector

2004-07-20 Thread PalmOS
Hi All, I've tried to find the Treo 600 connector specification but I can find nothing. I've tried at PalmOne and HandSpring sites but no results. Could someone give me the link where I can download the Technical document of the Treo 600 ? Thank you in advance Agus -- For information on us

RE: Creating > 64Kb movable chunk

2004-07-20 Thread Annada Prasana
In the sdk also. -Original Message- From: [ a | x ] - Peter Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 1:35 PM To: Palm Developer Forum Subject: Re: Creating > 64Kb movable chunk There is an article on kb.palmsource.com 'keyword' memglueptrnew which discuss about large m

Invalid Handheld file deleted

2004-07-20 Thread Scott Mahoney
I am using Code warrior 9, and have built an application using POL. I am experiencing issues when hot synching the application to the device. Hotsynch rejects the file as invalid, but the emulator and simulator run it just fine. I have a multi segment app, I do not have link single segment checke

Ho can I save a bitmap in a non-res database?

2004-07-20 Thread BrownB
I'm using BmpCreateBitmapV3() to get raw data saved in a record using BmpGetBits(). How can I convert it to BitmapType? Can I just do a cast like (BitmapType*)ptr_to_myBitmapV3? Thanks for help, BrownB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://w

Problems with WinCreateOffscreenWndow()..

2004-07-20 Thread BrownB
Hello, I've some problems managing WinHandles. I'm trying to allocate some globals OffscreenWindows using a struct of WinHandles, but it seems that the returned value for each WinHandle is NULL... I use something like this: Err allocateWindow(WinHandle *hWin){ *hWin=WinCreateOffscreenWindow(..)

Problem saving bitmap version 3 to resource

2004-07-20 Thread Season
Hi, I want to read a bitmapV3 from resource, modify it, and save it back to database resource, but the saved resource is not bitmap version 3 and density of 144, it showed bitmap version 0 and density of 72... I have done it with the same code for bitmap version 2 (with offscreen creation of generi

Re: Creating > 64Kb movable chunk

2004-07-20 Thread \[ a | x \] - Peter Alex
There is an article on kb.palmsource.com 'keyword' memglueptrnew which discuss about large memory chunk allocation (to use memglueptrnew, bmpcreate or ftrptrnew). i hope it can help regards, Peter Alex --- Luc Le Blanc <[EMAIL PROTECTED]> wrote: > My application needs to store various computat

Re: Tungsten T3 Serial port problem

2004-07-20 Thread raja_venkat
Hi, Thanks lot for your response . Iam interested in testing SerialFix version 2.2 . Iam unable to find SerialFix version 2.2 . Pls let me know how to follow it. Thanks & Regards, Venkat -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Treo 600 - Console mode

2004-07-20 Thread Ben Combee
At 02:14 AM 7/20/2004, you wrote: Hi , I want to load my application from my Desktop PC to the Treo 600 device.I 'm connecting my device using USB cable.To bring the device into console mode..i run that DotDot.prc and even tried by entering the shortcut key..But everytime the Codewarrior give

Treo 600 - Console mode

2004-07-20 Thread Gaurav Mengi
Hi , I want to load my application from my Desktop PC to the Treo 600 device.I 'm connecting my device using USB cable.To bring the device into console mode..i run that DotDot.prc and even tried by entering the shortcut key..But everytime the Codewarrior gives the message put the device in Co