Handx pInstaller

2004-03-12 Thread mahrine
I am using HandX pInstaller to create a setup for deploying my application on palm. For this it is a good tool but i don't know from where to add custom messages into the wizard which it generates. Editing the settings.xml file is easy but i don't know where its source files are? Can any one hel

Re: How to display Windows Bitmap on Palm

2004-03-12 Thread SLO Revo News
I'm currently reading whole the bitmap data (in the form of void *) from palm memory, is that necessary to setup the color table first on palm? And how to convert the color table being stored on the source bitmap (Window) to the palm one? Take a look at the PilRC source code for some clues. Reg

How to display Windows Bitmap on Palm

2004-03-12 Thread Devil
Dear All, Does anybody have the sample on guiding on how to display a Bitmap being saved from MS Windows on Palm OS device? I'm currently reading whole the bitmap data (in the form of void *) from palm memory, is that necessary to setup the color table first on palm? And how to convert the colo

Re: FrmDoDialog draws on the behind form

2004-03-12 Thread SLO Revo News
That won't help -- FrmEraseForm happens as part of closing the form. The problem is that he's writing to the screen before the form has been drawn and the "behind-bits" are saved. Doing a FrmDrawForm first prevents this. You're right. I didn't read the explanation of the problem carefully enou

Re: FrmDoDialog draws on the behind form

2004-03-12 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 6:57 PM Subject: Re: FrmDoDialog draws on the behind form > At 06:44 PM 3/12/2004, you wrote: > >>But when that form closes ( and disappears ), it leav

Re: FrmDoDialog draws on the behind form

2004-03-12 Thread Ben Combee
At 06:44 PM 3/12/2004, you wrote: But when that form closes ( and disappears ), it leaves texts on the behind form ( the form that calls FrmDoDialog ), no matter if I set the option SaveBehind or not. Try doing a FrmEraseForm before deleting. That won't help -- FrmEraseForm happens as part of closi

Re: FrmDoDialog draws on the behind form

2004-03-12 Thread Ben Combee
At 06:22 PM 3/12/2004, you wrote: I use FrmDoDialog to display some information and then close it by the following code: pForm = FrmInitForm( AboutForm ); FrmSetEventHandler( pForm, AboutFormEventHandler ); [...] SetFieldText( pFld, message, true); FrmDoDialog( pForm ); FrmDeleteForm( pForm )

Re: FrmDoDialog draws on the behind form

2004-03-12 Thread SLO Revo News
But when that form closes ( and disappears ), it leaves texts on the behind form ( the form that calls FrmDoDialog ), no matter if I set the option SaveBehind or not. Try doing a FrmEraseForm before deleting. Regards, Steve Mann --- [EMAIL PROTECTED] Available for Contract Work -- For information

FrmDoDialog draws on the behind form

2004-03-12 Thread Vu Pham
I use FrmDoDialog to display some information and then close it by the following code: pForm = FrmInitForm( AboutForm ); FrmSetEventHandler( pForm, AboutFormEventHandler ); [...] SetFieldText( pFld, message, true); FrmDoDialog( pForm ); FrmDeleteForm( pForm ); But when that form closes ( a

Re: Native Coordinates

2004-03-12 Thread Ben Combee
At 10:52 AM 3/12/2004, you wrote: Hi, I'm using a double density (320x320) display, and I want my application to do drawing in native coordinates (1 coord per pixel). Where do I need to call WinSetCoordinateSystem(kCoordinatesDouble)? You need to do this before any drawing operation, and reset to

RE: strange message from PilRC Designer

2004-03-12 Thread Ben Combee
This warning is meaningless when you use the GENERATEHEADER command. PD can also generate a header based on a #include line, but this requires that you do all of your editing in PD. -Original Message- From: Vu Pham Date: 3/12/04 9:53 am To: Palm Developer Forum Subj: strange message

CArray Instantiation Problem (Repeat)

2004-03-12 Thread Kalyan Sakhamuri
Hello, Following is one of the questions I've posted about 4 days ago and haven't had a response. So, thought I'ld repost it, just to catch the attention of some of the Gurus out there. This one has been killing me for a while. In one of the projects I'm working on, I have two classes declared,

Re: Working with GIF File Palm OS - There is a library!

2004-03-12 Thread Konstantin Klyatskin
Yes. You are wrong as we offer jpeg/gif library for CodeWarrior developers. http://www.absoluteword.com/jpglib/ (haven't updated the site though...) The library runs on any Palm 3.5 or later. Uses Motorola assembler code or native ARM when applicable. Memory requirements are minor. As for GIF, bel

Re: scrollbar e table

2004-03-12 Thread Matt Graham
Roberto Pedrozo Mendes wrote: How i can to link a scrollbar and table ? You have to do it programmatically. Use SclSetScrollBar() to keep the scroll bar updated with the correct values which you have to keep track of manually. -- For information on using the Palm Developer Forums, or to unsubscr

Re: Free / cheap web-based bug tracking?

2004-03-12 Thread Mike Margerum
We have been using Bugzilla with great success. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Working with GIF File Palm OS

2004-03-12 Thread SLO Revo News
I am new to PalmOS and currently working application which deals with many GIF Files. I am having problem on how to store/read those files under PalmOS environment. You need to convert them to Palm bitmap files in order to work on the Palm OS, find a third-party library that can work with GIF file

Native Coordinates

2004-03-12 Thread Jan Bandouch
Hi, I'm using a double density (320x320) display, and I want my application to do drawing in native coordinates (1 coord per pixel). Where do I need to call WinSetCoordinateSystem(kCoordinatesDouble)? I call it after FrmDrawForm() in my frmOpenEvent, but I get really weird behaviour. Also when

Re: scrollbar e table

2004-03-12 Thread Matthew Henry
Roberto Pedrozo Mendes wrote: Hi How i can to link a scrollbar and table ? Thanks FWIW, that'd be pretty nonstandard. Tables always have up/down buttons, for any app I've ever seen. POL has support for linking a scrollbar to its CGrid class; that's easy to do. But rows in a CGrid can't have va

Re: jpeg armlet library question

2004-03-12 Thread Matthew Henry
At 07:03 AM 3/12/2004 -0800, you wrote: hi matt, thank you for trying this, but i actually need the decompressing one (and TestArmletC is the compressing one, right?). i have been struggling with TestArmlet2. can you check the size of ARM0001.bin in that project for me and see if you can get it t

PalmREZ linker update??

2004-03-12 Thread Regis St-Gelais
Now that Ben is switched to the PalmSource side, do you think that we will see an update of PalmREZ linker to fix the CW 9 compatibility issue ?? -- Regis St-Gelais www.laubrass.com -- Which is the drak side, CodeWarrior or PalmSource ?? ;-) -- For information on using the Palm Developer

strange message from PilRC Designer

2004-03-12 Thread Vu Pham
I accidentally put in a #define in my .rcp file, like "#define fkrmxyz 1" ( without quotes ). PilRC itself does not complain anything when compiling, but PilRC Designer warns me when I save it. The warning message is "There are no include-files to update in resource file, and this will probably

VFS Importing and Exporting functions

2004-03-12 Thread Eva Dominguez
Hello!! I have developed an application .prc with 8 databases without memory card. The database are created when you launch the application in AppStart function. Now I have modify the application for use it with memory card. The idea is to use the memory card to save the databases and the applica

scrollbar e table

2004-03-12 Thread Roberto Pedrozo Mendes
Hi How i can to link a scrollbar and table ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: http://br.yahoo.co

Re: How to tell when user "opens" a T3 ?

2004-03-12 Thread JamesSturdevant
You can use a keyboard combination to "slide" the T3. Here are the commands I've found for various simulators. It would be nice to get them all documented in one place... Tungsten Simulators [alt] + [ctrl] = SelectTT [alt] + [enter] = SelectT3 [home]Treo 600 [alt] + [l

Re: App crashes after PilotMain terminated...

2004-03-12 Thread Ben Combee
You could also set a global variable that says 'stop' and check it in your main app loop. My guess is that your card removal handler is destroying something that also gets destroyed by your main app. Have you tried the 'step through exit code' step I mentioned. You don't have to step through y

Re: App crashes after PilotMain terminated...

2004-03-12 Thread Pascal LEVY
> If the app gets killed by clicking the 'home' button, it just terminates > without problems. Then, just enqueue a 'home' button into the event queue instead of posting an appStopEvent... Pascal -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.

App crashes after PilotMain terminated...

2004-03-12 Thread Caspar Heiden, vd
Hi all, I'd like my app to terminate as soon as the SD card (from which it runs and that holds all the data, etc.) is pulled out of the device. When the app gets (sub-)launched with a sysNotifyCardRemovedEvent notification, I put an appStopEvent on the event-queue, expecting the app to quit 'grace

Re: How to tell when user "opens" a T3 ?

2004-03-12 Thread Thomas Damme
You will get the event winDisplayChangedEvent Thomas "Jeff Diamond" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Palm group. > The T3 emulator doesn't slide open and closed like a real T3, and we > can't figure out how an app can be alerted when the user slides open or > close

Re: Working with GIF File Palm OS

2004-03-12 Thread Aaron Ardiri
> I might be wrong, but I don't think there's any GIF libraries for Palm. > yer probably going to have to convert them to palmstyle bitmaps. we use gif in most of our latest SHARK based games :) but, we wrote a gif and jpg image processing library (but, haven't made it public). it will be planned

RE: Tungsten T3 DIA Trouble - Crash on Soft Reset

2004-03-12 Thread Caspar Heiden, vd
Is there any code that executes if the startup command is NOT sysAppLaunchCmdNormalLaunch? And if that's the case, does this code use global variables? good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Sent: Wednesday, March 10, 20

Re: Invalid chunk... after app exits in Debug mode

2004-03-12 Thread Alexander Lange
Hello Wojtek, Wojtek schrieb: I get "MemoryMgr.c, Line:3760, Invalid chunk ptr" after my app exits. Probably you have allocated a memory chunk with MemPtrNew() or MemHandleNew() and it was not long enough. Check that you do not write outside the boundaries. This is also the case when you alloca

Re: This newsgroup not searchable in nntp?

2004-03-12 Thread Doug Blatherwick
In Mozilla I just go offline, do my search, then go back online to open the messages. I would imaging you can do this same trick in the 4.x series of Netscape as well. -Doug Luc Le Blanc wrote: Is it just me or this newsgroup isn't searchable with a nntp reader? I use Netscape 4.6, and when I t