problem with color table

2005-01-13 Thread Zechner Christian
Hi!... I try to display a form with a graphical bottom. For this, I added a images as resource. BITMAPCOLOR ID IdExample example.bmp COLORTABLE The image is 8 bits and it has a color table. Then in my form, I put this: BUTTON ID BottomBack AT (100 0 33 25) NOFRAME BITMAPID IdExample

RE: problem with images

2005-01-10 Thread Zechner Christian
Thank you a lot! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Henk Jonas Enviado el: Viernes, 07 de Enero de 2005 04:10 p.m. Para: Palm Developer Forum Asunto: Re: problem with images Zechner Christian wrote: The depth of image is 16 bits, but I

problem with images

2005-01-07 Thread Zechner Christian
Hi all!... I'm developing a graphic application, and I try to display a bmp in high resolution. I haven't problem with this. The depth of image is 16 bits, but I can see a image of 8 bits in my Tugnsten E... I know that the Tugnsten can display images of 16 bits, but I don't know how... I use a

jpg...

2004-12-02 Thread Zechner Christian
Hello! I try show JPG images in my application. I used jpeglib, but I don't understand to how do I make a file streams (JPEG). In this page: http://www.nyctergatis.com/jpeglib/ say Support for JPEG data in memory, in file streams (a way to store data in Palm OS databases with an API similar to

RE: jpg...

2004-12-02 Thread Zechner Christian
Ok thanks But, How do I create .PDB file? Because, this code is a decode (in Palm). I need a program or code to run in PC for transform JPG to PDB file. How can I do? Thanks -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de tut.by Enviado el: Jueves, 02 de

RE: Re[2]: jpg...

2004-12-02 Thread Zechner Christian
Yes! it is. I learned pdb format, and I can create a PDB. But, I don't know how transform .JPG to .PDB. Do I break a .JPG in blocks of 60K (or 64k)? Is this a way? Thanks -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de tut.by Enviado el: Jueves, 02 de

RE: problem with memory

2004-10-25 Thread Zechner Christian
Thanks MemPtrFree worked fine! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ben Combee Enviado el: Viernes, 22 de Octubre de 2004 12:46 p.m. Para: Palm Developer Forum Asunto: Re: problem with memory At 08:42 AM 10/22/2004, you wrote: Hello!...

problem with memory

2004-10-22 Thread Zechner Christian
Hello!... I'm using MemGluePtrNew because I need more than 64K. How can I free this block of memory? I can't find this function. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: problem with memory

2004-10-22 Thread Zechner Christian
you try MemPtrFree? Alan On Fri, 22 Oct 2004 10:42:18 -0300, Zechner Christian [EMAIL PROTECTED] wrote: Hello!... I'm using MemGluePtrNew because I need more than 64K. How can I free this block of memory? I can't find this function. -- For information on using the Palm Developer

problem with code error

2004-10-14 Thread Zechner Christian
Hi! I have a problem. I use the function: VFSFileDBGetRecord I haven't problem with it, but when I call the function many times, the function return an error. I don't know witch error is it. I read API reference to find this error, but I can't catch it. The error's number is 513. Anybody know

RE: problem with code error

2004-10-14 Thread Zechner Christian
Thank you Ben!.. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ben Combee Enviado el: Jueves, 14 de Octubre de 2004 11:33 a.m. Para: Palm Developer Forum Asunto: Re: problem with code error At 08:06 AM 10/14/2004, you wrote: Hi! I have a problem. I use

method to generate register code

2004-10-12 Thread Zechner Christian
What is the best method to generate register code with sincronization name? I want generate a register code. I use a sincronization name, but I don't know the best method to create it. Exist any program to create codes? Thanks -- For information on using the Palm Developer Forums, or to

Hide PDB FILE!

2004-07-22 Thread Zechner Christian
Hi all! I need to hide a PDB file. In reality, I develop an application and it contains some PDBs. I want that this belong to my application. Can anybody help me? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Hide PDB FILE!

2004-07-22 Thread Zechner Christian
Thank you very much. It works perfect. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ben Combee Enviado el: Jueves, 22 de Julio de 2004 02:44 p.m. Para: Palm Developer Forum Asunto: Re: Hide PDB FILE! At 12:10 PM 7/22/2004, you wrote: Hi all! I need to

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: 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

Problem with PilRC designer

2004-05-26 Thread Zechner Christian
Hi! I have any problems with PilRC Designer. For example: I add some BITMAPCOLOR16K: BITMAPCOLOR16K ID BotonLupa1_16K Pantalla2_r8_c1.bmp BITMAPCOLOR16K ID BotonLupa2_16K Pantalla2_r8_c1_f2.bmp BITMAPCOLOR16K ID BotonProductos1_16K Pantalla2_r2_c2.bmp BITMAPCOLOR16K ID BotonProductos2_16K

Memory question...

2004-05-19 Thread Zechner Christian
Hello! I allocate memory with the 'new' operator. For example: Char *p; p= new char[1024*1024]; And I haven't problems. But I don't allocate chunk memory, and I allocate more than 64KB. Is it correct? Why can I allocate more than 64Kb? -- For information on using the Palm Developer Forums,

RE: create fonts for high-density

2004-03-24 Thread Zechner Christian
You need piFont program. http://pibuilder.sourceforge.net/ -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de wj Enviado el: Miércoles, 24 de Marzo de 2004 02:33 a.m. Para: Palm Developer Forum Asunto: create fonts for high-density My IDE is CW9.0 for

a Palm software to make databases and queries.

2004-03-04 Thread Zechner Christian
I need a generic software that I can import access database or xml (and know the pdb structure) and an editor to look up the data. The database would have different tables and relationships between them. Do you know a software like this? Any help I would be thanked. -- For information on

Hi-res bitmap problem.

2004-02-09 Thread Zechner Christian
Hi! I need to include a hi-res bitmap in my project. This bitmap is 320x320. I wrote: BITMAPFAMILYEX ID PresPantalla2 BEGIN BITMAP bmps/bitmap/presentacion.bmp BPP 1 BITMAP bmps/RGB\ 16\ bits/presentacion320.bmp BPP 16 DENSITY 2 END in .rcp file. If presentacion320.bmp is 170x170 pixels no

RE: Hi-res bitmap problem.

2004-02-09 Thread Zechner Christian
: Re: Hi-res bitmap problem. sounds like 64k limit issue, break your bmp into smaller bmps. elv Zechner Christian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! I need to include a hi-res bitmap in my project. This bitmap is 320x320. I wrote: BITMAPFAMILYEX ID PresPantalla2 BEGIN

Problem with Bitmaps

2004-02-06 Thread Zechner Christian
Hi! I have the following problem: I can't get a bitmap pointer because I don't search the function. Anybody know?. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Help with Fields

2003-12-23 Thread Zechner Christian
Hi, I have some problems setting a field in mixed modes (italic, bold, etc) in the same field. As matter of fact, I have a ventura text that I have to show in this field, but I don´t know handle the field for this. Any help I would really appreciated. Zechner -- For

problem with LstSetSelection function

2003-12-01 Thread Zechner Christian
Hello! I have a problem with LstSetSelection. I can use this function with Palm m505 emulator without problem, but when I use this function with Palm Vx emulator, I can't select 2999 item or more. In LstSetListChoices I put 3300. Why? Thanks. -- For information on using the Palm Developer

Memory to work in PALM OS 3

2003-11-19 Thread Zechner Christian
Hello! How much memory do I have in PALM OS 3? I am working with a compressor, and it needs 1 MB to work. Tanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

PDB format

2003-11-19 Thread Zechner Christian
Hello! Does anybody know a library in C to make a PDB file? Tanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: PDB format

2003-11-19 Thread Zechner Christian
-- Keith -Original Message- From: Zechner Christian Sent: Wednesday, November 19, 2003 10:46 AM To: Palm Developer Forum Subject: PDB format Does anybody know a library in C to make a PDB file? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Compress

2003-11-17 Thread Zechner Christian
Hello! What is the best method of compression text in records in Palm OS? Because I need to compress 80 MB of text Tanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/