Re: Static functions

2003-11-24 Thread miches
Nope. :) Palm Developer Forum <[EMAIL PROTECTED]> wrote: > A little question, is obligatory the declaration of static of the handlers functions? > (like the static Boolean SomeFunctionHandler()) > > -- > Open WebMail Project (http://openwebmail.org) > > > -- > For information on using the

Re: Compressing the bitmap

2003-11-17 Thread miches
hen compressing take note to use the FORCECOMPRESS method. You can find it here: http://www.ardiri.com There are other means to make this work too. You can convert your BMP file to JPEG, and use the JpegLib for Palm to display them on the device. The library is also easy to use. Hope this

Re: Compressing Palm Records

2003-11-15 Thread miches
try LZO, it has a little version 'miniLZO' that won't eat too much of your code segment size. -miches Palm Developer Forum <[EMAIL PROTECTED]> wrote: > > "David R." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Does an

Re: Compressing the bitmap

2003-11-15 Thread miches
. You can check out this utility for creating your resources. Hope this helps, thanks. -miches Palm Developer Forum <[EMAIL PROTECTED]> wrote: > Hello, > > There has been a discussion on compressing and uncompressing a bitmap > resource.. I am using the constructor v1

Re: Treeview in Palm-OS???

2003-11-01 Thread miches
Hi Barry, Check this out too, app got cool icons. http://www.handango.com/PlatformProductDetail.jsp?productType=2&jid=FF51FF8EE67FCAF1944DX852D4CEAFAD&platformId=1&siteId=1&productId=82572§ionId=195&catalog=1&topSectionId=195 Thanks, Miches Palm Developer