Re: JPEG display

2002-06-12 Thread Steven Fisher
Bozidar Benc wrote: > [snip] > >>There may be common JPEG code, but I've not seen any that is open >>source. You might want to contact the author of a program that already >>does JPEG display and see about licensing costs. > > > IJG (http://www.ijg.org/) library source code is free. Yeah, t

wierd problem

2002-06-12 Thread Salil Gokhale
Hello Has anyone tried native programming on simulator? Now we can pass a structure of parameters to the native code as userdata. I want to pass a number of buffers to the code. So I declare struct s1 { long *v1; long *v2; }; in my palm program. Also I have to access this str

RE: JPEG display

2002-06-12 Thread Bozidar Benc
[snip] > There may be common JPEG code, but I've not seen any that is open > source. You might want to contact the author of a program that already > does JPEG display and see about licensing costs. IJG (http://www.ijg.org/) library source code is free. Bozidar > -- > Ben Combee <[EMAIL P

RE: JPEG display

2002-06-12 Thread Bozidar Benc
You can find the compression library for Palm OS at http://www.eyemodule.com/developer/index.asp However, they didn't port uncompression library. Bozidar > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steven > Fisher > Sent: 12. lipanj 2002 23:3

Re: Unknown error code in CW

2002-06-12 Thread Chris Tutty
From: "Joe Malone" <[EMAIL PROTECTED]> > Has anybody seen this when compiling a CW project? > > Unknown error code: 0x%04x > Yes, it used to come up with CW7.1, Win2000, POSE 3.3 in exactly the same situation as the old "This target is not registered" error when attempting to start a debug.

Re: POSE Does Not Reload Software Image After Rebuild?

2002-06-12 Thread Ben Combee
In article <88773@palm-dev-forum>, [EMAIL PROTECTED] says... > > From: "Chris Tutty" <[EMAIL PROTECTED]> > > > > I'm not sure if it's related to the inane "please wait while POSE > > resets" dialog (which waits about ten times longer than is necessary) > > I don't know if it's longer than necess

Re: Unknown error code in CW

2002-06-12 Thread Joe Malone
--- Joe Malone <[EMAIL PROTECTED]> wrote: > Has anybody seen this when compiling a CW project? > > Unknown error code: 0x%04x > Talking to myself: It seems to have been caused by an oersized bitmap pasted into constructor. I do think it's a rather obscure error message! __

Re: Unknown error code in CW

2002-06-12 Thread Ben Combee
In article <88774@palm-dev-forum>, [EMAIL PROTECTED] says... > > Has anybody seen this when compiling a CW project? > > Unknown error code: 0x%04x Where does this show up? In the "Errors and Warnings" window? If its there, what other info do you get if you click on the Magnifying Glass to

Unknown error code in CW

2002-06-12 Thread Joe Malone
Has anybody seen this when compiling a CW project? Unknown error code: 0x%04x Ben? Heather? Anybody? __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- For information on using the Palm Develo

Re: POSE Does Not Reload Software Image After Rebuild?

2002-06-12 Thread Mark Wilden
From: "Chris Tutty" <[EMAIL PROTECTED]> > > I'm not sure if it's related to the inane "please wait while POSE > resets" dialog (which waits about ten times longer than is necessary) I don't know if it's longer than necessary, since I haven't seen the code, but I do agree that the delay is very an

Re: JPEG display

2002-06-12 Thread James
Of course, what would be even better would be if some kind soul (with more knowledge and time than I have) wrote a library that worked across all devices and that made use of the hardware-accelerated Sony library if it were present. I am rather surprised that there isn't already a common JPEG sha

Duplicated Icons From Expansion Card to Rom

2002-06-12 Thread Jim
Good day, does anyone ever encountered an icon duplication type of problem with Palm Os between the expansion card and the rom? When I launch an application from the expansion card, and that this appl. is not present on the rom, it actually copies this application icon to the rom. For now, ithttp:

Re: POSE Does Not Reload Software Image After Rebuild?

2002-06-12 Thread Chris Tutty
From: "Ben Combee" <[EMAIL PROTECTED]> > I'm trying to track down more information on this "not loading" problem. > From what I've read here, it seems to be related to the particular > program -- one project will have this occur a lot, but others will never > see it. It happens with CW Palm V8.2.

RE: Encryption API's for Palm

2002-06-12 Thread Dave Brown
Thanks for all the info! I also found some libraries at: http://www.ccs.neu.edu/home/ahchan/wsl/PalmCryptoLib/DES/ Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Brown Sent: Monday, June 10, 2002 5:15 PM To: Palm Developer Forum Subject: E

Re: Newbee getting endless loop when counting databases

2002-06-12 Thread Ben Combee
In article <88758@palm-dev-forum>, [EMAIL PROTECTED] says... > > I'm writing my first database code. I copied this simple function out of > the Palm OS Programming Bible, but its not returning. Or, it wasn't until I > made it quit when the count rose to 1. It seems so straight forward, > I

Re: POSE Does Not Reload Software Image After Rebuild?

2002-06-12 Thread Ben Combee
In article <88724@palm-dev-forum>, [EMAIL PROTECTED] says... > > Right, on previous versions this problem was manageable. Only occasional. > Now its so bad I'm relegated to Hard Reset before each run. This sucks! I'm trying to track down more information on this "not loading" problem. >From wh

Re: Newbee getting endless loop when counting databases

2002-06-12 Thread Pat Kerwan
The problem is DmGetNextDatabaseByTypeCreator returns errNone (aka 0) when successful, and a non-zero value when there are no (more) matching databases. So the if statement and while loop are using the logical opposite of what you want. Somehow I missed that one when I went through the "bible

Newbee getting endless loop when counting databases

2002-06-12 Thread Richard Coutts
I'm writing my first database code. I copied this simple function out of the Palm OS Programming Bible, but its not returning. Or, it wasn't until I made it quit when the count rose to 1. It seems so straight forward, I'm at a loss what's going on. Any insight would be greatly appreciated.

JPEG display

2002-06-12 Thread Steven Fisher
I'd like to display a JPEG stored on an external card in my application. Has anyone ported the IJG library to the Palm, or does a similiar library (at a reasonable cost) exist? I tried to port IJG, but since I'm neither a Palm nor an IJG expert it didn't go to well... I'd like to get this working

RE: Encryption API's for Palm

2002-06-12 Thread Tribble, David
Went digging on EncDES (note to self - dig _first_) and found a wealth of info. Most of what you want to know is covered in the thread starting at http://www.escribe.com/computing/pcpqa/m51861.html . Doing an EScribe ( http://www.escribe.com/computing/pcpqa/index.html ) search on "Encrypt" is also

RE: TblSetCustomDrawProcedure Optimization

2002-06-12 Thread DE FREMONT Vincent
You may try to set the DrawProcedure only for one column and redraw all the 4 column in the same time. This way you could reduce tests and initialize time by 4. -Message d'origine- De : Edward P. Ross [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 12 juin 2002 20:28 À : Palm Developer Foru

Re: Accessing these groups via NNTP

2002-06-12 Thread Alex Robinson
Oscar Fowler wrote: > > I'm wondering how many of you are accessing these groups/messages via a news > reader (NNTP) as opposed to just receiving individual emails or digests. If > you're using NNTP: is news.palmos.com incredibly slow for you to access? If > not, what news reader are you using?

Can't get high-res checkerboard pattern in OS 5 (nativeFormat)

2002-06-12 Thread Mike McCollister
Hi, I am trying to create a high-resolution checkerboard in an offscreen window in OS 5. Unfortunately, it creates a checkerboard but each square in the chekerboard is 2x2 pixels. Any idea on how to get the finer chekerboard? I am getting the higher resolution fonts though. Here are some code

Re: Good bitmap/icon artist

2002-06-12 Thread Alan Jay Weiner
(posted by Alan Weiner for Robert Jen... he's having trouble posting to the list) Alan, > >Does anyone know of someone who is good a creating some 16-bit icons >>and bitmaps? What a good artist can do in 15 minutes would take me >>hours to do. > > >I had bookmarked this guy's site: >http://w

TblSetCustomDrawProcedure Optimization

2002-06-12 Thread Edward P. Ross
I have a table with 4 columns, 9 rows. I am using a custom callback routine to draw the items using TblSetCustomDrawProcedure like this: for (i = 0; i < 4; i++){ TblSetColumnSpacing (tableP, i, 0); TblSetCustomDrawProcedure(tableP, i, ListTableDrawItem); TblSetColumnUsable (tableP,

Re: Capture penX and penY

2002-06-12 Thread Curt Allen
Thanks for that API function. I'm not using a form handler though... I'm running an interface simulation for what will become an embedded handheld device. I'm using screen taps to mock the keypresses of what will be the keypad on the handheld. For example, if the user presses the numeric '1' k

Re: POSE Does Not Reload Software Image After Rebuild?

2002-06-12 Thread DL
Right, on previous versions this problem was manageable. Only occasional. Now its so bad I'm relegated to Hard Reset before each run. This sucks! "Craig Belson" <[EMAIL PROTECTED]> wrote in message news:88671@palm-dev-forum... > > > > > One other clue, Metrowerks claims "Connect Attempt > > Faile

Re: Capture penX and penY

2002-06-12 Thread Aaron Ardiri
On Wed, 12 Jun 2002, Joe Malone wrote: > > > I was using penx() and peny() in PocketC to acquire the coords > > > of a screen tap. Now I'm using CW8.0 and I can't seem to > > > figure out how to get these coords. Any help? > > --- Aaron Ardiri <[EMAIL PROTECTED]> wrote: > > EvtGetPen(&penX, *p

Re: Capture penX and penY

2002-06-12 Thread Joe Malone
> On Wed, 12 Jun 2002, Curt Allen wrote: > > I was using penx() and peny() in PocketC to acquire the coords > > of a screen tap. Now I'm using CW8.0 and I can't seem to > > figure out how to get these coords. Any help? --- Aaron Ardiri <[EMAIL PROTECTED]> wrote: > EvtGetPen(&penX, *penY, *p

Sockets!

2002-06-12 Thread ana erdozain
Hello! I have a really problem with sockets. I am writing an application an I want to load a Database in my PDA using sockets (tcp/ip connection) to do that i do: ** open socket and connect: with following function socketfd=NetUTCPOpen("192.168.220.174",NULL,6001); where the first parameter is

Re: Fatal Error on PalmOS 3.5.2H3.0

2002-06-12 Thread Erik Blake
>. > >I also had pdated the developement platform to V4.0 and then V.4.0 update 1 > >Does someone has any idea on how I can resolve this problem... Could it be that you are compiling for PalmOS4.0? That might cause a few problems with a v3.5 handheld :) Try adding a check for platform OS versi

Re: Capture penX and penY

2002-06-12 Thread Aaron Ardiri
On Wed, 12 Jun 2002, Curt Allen wrote: > I was using penx() and peny() in PocketC to acquire the coords of a screen > tap. Now I'm using CW8.0 and I can't seem to figure out how to get these > coords. Any help? EvtGetPen(&penX, *penY, *penDown); // az [EMAIL PROTECTED] http://www.ardiri.com/

Capture penX and penY

2002-06-12 Thread Curt Allen
I was using penx() and peny() in PocketC to acquire the coords of a screen tap. Now I'm using CW8.0 and I can't seem to figure out how to get these coords. Any help? Thanks Curt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/s

RE: usign namespace

2002-06-12 Thread Dominique Martel
OK thank you! -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: 12 juin, 2002 11:18 To: Palm Developer Forum Subject: Re: usign namespace In article <88707@palm-dev-forum>, [EMAIL PROTECTED] says... > > I have an application for the Palm and I have many .c files. I

Re: usign namespace

2002-06-12 Thread Ben Combee
In article <88707@palm-dev-forum>, [EMAIL PROTECTED] says... > > I have an application for the Palm and I have many .c files. In many of > these files, I wanted to use the namespace command. But it doesn't seem to > compile. Can we use it? If so, how? namespaces are a C++ feature, not something

usign namespace

2002-06-12 Thread Dominique Martel
I have an application for the Palm and I have many .c files. In many of these files, I wanted to use the namespace command. But it doesn't seem to compile. Can we use it? If so, how? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please se

Re: "overflowing the stack" after DmNewRecord

2002-06-12 Thread Ben Combee
In article <88674@palm-dev-forum>, [EMAIL PROTECTED] says... > > I observed Register A7, which is the stack pointer. The stack overflow > occurs within an object member function, which does subsequent and > identical calls to other member functions: > > MemSet(&AusRec, sizeof(AusRec), 0); StrCop

Where's the content?

2002-06-12 Thread Jeffrey Slack
I'm getting headers only from this newsgroup, both palm-dev-forum and symbol-forum. I have no problems with other newgroups. What am I missing. My email is [EMAIL PROTECTED], remember, I can't read the content of posts to this group. Thanks for the help, Jeff Slack -- For information on u

Re: Table Control

2002-06-12 Thread Werner Poschenrieder
In Constructor create a table. Watch the table attributes: Select the entry "Column Widths" there. In the Constuctor menu select 'Edit' and 'Add column width'. You get an additional column width i.e. a new column. Adjust the widths of the previous single column and the new column :-). Werner V

Re: Table Control

2002-06-12 Thread Dave Lippincott
You don't mention the platform so I'm assuming its Windows. At design time: highlight the column width property and press k once for each column - Original Message - From: "Vladimir Malyshko" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002

Pls Help: modem connection

2002-06-12 Thread Laiyuan Liu
Hi All, I developed a MIDP application, quite similar with SUN's smarticket demo, basically a Midlet running on the Palm will talk with the application server running on my laptop. If I use the Palm emulator, everything works fine, but I don't know how to set up the connection if I use my Palm m

Fatal Error on PalmOS 3.5.2H3.0

2002-06-12 Thread news.palos.com
Hi everybody I have bought recently the new Visor Neo with PalmOS v3.5.2H3.0 I've also developed an application using the CodeWarrion PalmComputing release 6 ( IDE version 4.01). This application was written in C, and the final size of the application is about 52k. The code has been compiled usi

Re: Table Control

2002-06-12 Thread Joe Malone
--- Vladimir Malyshko <[EMAIL PROTECTED]> wrote: > I am trying to create a table control with two columns but > Palm Contructor allows me to create only one column. > I could not find a way to create a second one. > I am using Codewarrior for Palm R6 and I tried several SDKs > (3.1, 3.5, 4.0)

Re: "overflowing the stack" after DmNewRecord

2002-06-12 Thread Werner Poschenrieder
I had better done the encapsulation actually: It works. Now I understand what's happened. This was great :-) :-) help. Thank you. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Extending PalmOS 5.0 Functionality

2002-06-12 Thread Steven Fisher
Miron Ophir wrote: > Thanks Ben, you are right (as always). This thread only comes to point that > some of the old "nice" tricks that were possible in the past by using the > traps are taken from us :( I don't get it. Summary (as I've read it anyway): Miron: How do we extend the Palm OS without

Table Control

2002-06-12 Thread Vladimir Malyshko
Hi! I am a new Palm programmer so my question may be a bit silly. ;) I am trying to create a table control with two columns but Palm Contructor allows me to create only one column. I could not find a way to create a second one. I am using Codewarrior for Palm R6 and I tried several SDKs (3.

Re: "overflowing the stack" after DmNewRecord

2002-06-12 Thread John Marshall
On Wed, Jun 12, 2002 at 08:08:04AM +0200, Werner Poschenrieder wrote: > I observed Register A7, which is the stack pointer. The stack overflow > occurs within an object member function, which does subsequent and > identical calls to other member functions: > > MemSet(&AusRec, sizeof(AusRec), 0);

FrmUpdateScrollers on Palm OS 5 Simulator problem

2002-06-12 Thread Maks Pyatkovskiy
Hi everybody! I've recently downloaded latest version of Palm OS 5 Simulator. My app shows ordinary form and calls FrmUpdateScrollers for repeating buttons inside frmOpenEvent: FrmUpdateScrollers(frmP, id1, id2, false, false); // I want to hide buttons But this code doesn't work (both buttons s