Re: Newbie Question: Displaying time on a form

2005-03-02 Thread Henk Jonas
Logan Shaw wrote: Henk Jonas wrote: I would use a number a bit smaller than necessary, to ensure, you get the event early enough in any case. Also I would suggest to use something like 59 * SysTicksPerSecond(), I agree about SysTicksPerSecond(). But, updating every 59 seconds is going to give odd

Re: Development of Conduits with Visual C++ 6.0

2005-03-02 Thread Henk Jonas
Wendel wrote: Hi, Im trying to develop a conduit with Visual C++, when i compile the project they dont appears any erros, but when i try to build appears a link error. LINK : fatal error LNK1104: cannot open file "C:\Arquivos de programas\PalmSource\Palm OS CDK\C++\Win\lib\hslog20d.lib" How can i

Re: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Henk Jonas
Sinisa Marovic (AC/EDD) wrote: Did somebody try it yet? I would very much like to know on which devices it works. On my T3: It does crash when "sound" is set to "interrupt". It crashes for some games, I was able to start "Zeewolf1". But could press the esc-key to go behind the intro. The keyboard

Error on PalmVMLaunch.h?

2005-03-02 Thread Vadim
Me need added many attached data in MMProLaunchStruct. I lean text PalmVMLaunch.h and find next declatation: typedef struct { MailAddRecordParamsType mainParams;/**< Email data */ UInt8 category; /**< Mail Category usually Oub

Turning off Full-screen Graffiti AND providing user feedback

2005-03-02 Thread Luc Le Blanc
While displaying a map that supports stylus-driven pan and zoom, I'd like to programmatically turn off Full-screen Graffiti. I can do it fine with a call like GoLcdSetStatus( gGoLCDLibRefNum, goLcdDisabled ). Alas, on the Tungsten 3, the Full-screen Graffiti icon remains set in the tool bar at the

re: Clipping List border

2005-03-02 Thread Jisung
I just erased List border with WinEraseRectangleFrame() function with simple3DFrame option. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Help with a compiler error w/respect to sections in PDS ...

2005-03-02 Thread Ton van Overbeek
On 2005-03-02, Chris Olson <[EMAIL PROTECTED]> wrote: > What does this mean in PODS and how do I fix it? > > section attribute not allowed for `double blah(double, double)' > > The functions all look like this: > > #define SECTION __attribute__ ((section (myfns))) Section names have to be enclosed

re: Timing problem

2005-03-02 Thread roderick young
I ran into very similar trouble on a delay loop. It turned out to be the C optimizer thinking it could speed up execution for me. If you are using PODS, try setting optimization to "SOME" in the makefile. If you are calling gcc directly, try the switch -O1 instead of -O3 or higher on your comp

Re: Help with a compiler error w/respect to sections in PDS ...

2005-03-02 Thread Chris Olson
Regis St-Gelais wrote: "Chris Olson" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] -- chris | Roleplayer, Palm PDA Programmer, Avid Reader, Husband, Wanna- @pdaguy | be-Writer, Geek, Black Belt, Coder, Father of 2, Cycler, 6'5" .com| Long, Red, Pony-tailed hair,

Re: Help with a compiler error w/respect to sections in PDS ...

2005-03-02 Thread Regis St-Gelais
"Chris Olson" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] -- > chris | Roleplayer, Palm PDA Programmer, Avid Reader, Husband, Wanna- > @pdaguy | be-Writer, Geek, Black Belt, Coder, Father of 2, Cycler, 6'5" > .com| Long, Red, Pony-tailed hair, Bearded, 235pd

Help with a compiler error w/respect to sections in PDS ...

2005-03-02 Thread Chris Olson
What does this mean in PODS and how do I fix it? section attribute not allowed for `double blah(double, double)' The functions all look like this: #define SECTION __attribute__ ((section (myfns))) double blah(double a, double b) SECTION; Chris Olson PS. I'm new to the GNU tool chain (actually, its

Re: Flash Player on Palm OS

2005-03-02 Thread Ben Combee
I don't know how it works, but you may also consider in contact Macromedia Company to check in how they can support you as I think that is good for them to have one more platform playing Flash and making this format more popular. Macromedia is very active in licensing their Flash player to prov

Re: Flash Player on Palm OS

2005-03-02 Thread Erico Franco
John Murphy escreveu: Hi, I'm not sure if this is in the correct forum. I am developing a Flash Player for the Palm OS 5 and was wondering could anyone here point me in the right direction for information on porting a Flash Player onto the Palm OS. Where do I start and what should I know. I am un

Skin Image File Formats

2005-03-02 Thread David Dionne
Does the 6.1 sim support jpg file? I cant get any of the buttons to work with a bmp image...im working with the Treo650 image -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Flash Player on Palm OS

2005-03-02 Thread Ingbert Grimpe
On Wed, 2 Mar 2005 21:11:15 -, Laura <[EMAIL PROTECTED]> wrote: Good. U GO John Murphy! Yeah, of course. What's the probability of someone creating a working flash player, who states that he is an absolute beginner on PalmOS and asks for help about how to do it? Don't want to sound negativ

re: Flash Player on Palm OS

2005-03-02 Thread Laura
Good. U GO John Murphy! We've needed a respectable Flash player on the Palm OS since forever. Macromedia Flash Forum moderators seem to think it's up to Palm to write this app, probably want boatloads of dough for the "brand identity." But truly, I guess wiley, sleek third-party-guys will just h

Re: Problem intercepting vchrRockerRight, vchrRockerCenter, & vchrRockerLeft

2005-03-02 Thread Ben Combee
At 02:29 PM 3/2/2005, you wrote: I'm trying to intercept the rocker keys for a game I am developing. When testing on a Palm Zire 31, the up and down rocker keys work fine. Left, right, and center do not work. I've checked the value of event->data.keyDown.chr when I press one of these keys. All t

Problem intercepting vchrRockerRight, vchrRockerCenter, & vchrRockerLeft

2005-03-02 Thread David Garcea
I'm trying to intercept the rocker keys for a game I am developing. When testing on a Palm Zire 31, the up and down rocker keys work fine. Left, right, and center do not work. I've checked the value of event->data.keyDown.chr when I press one of these keys. All three of them show 0x0503 as the

Re: Possible to embed pdb in prc?

2005-03-02 Thread Ben Combee
At 12:51 PM 3/2/2005, you wrote: Stadin, Benjamin wrote: > Is it possible to embed a pdb into the prc as resource? > I've a 800 KB encrypted pdb file which I generate for my > read only application and would like to ship only the prc. What about just choosing your own resource type and then includi

Re: Simulator throws Invalid read from 0000000C error

2005-03-02 Thread Sohil Shah
The "host" local variable (char*) type was getting cleaned up (MemPtrFree) by the calling method, before this function was invoked. Thanks for the help -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Possible to embed pdb in prc?

2005-03-02 Thread Logan Shaw
Stadin, Benjamin wrote: > Is it possible to embed a pdb into the prc as resource? > I've a 800 KB encrypted pdb file which I generate for my > read only application and would like to ship only the prc. What about just choosing your own resource type and then including each PDB record as a PRC reco

Re: Simulator throws Invalid read from 0000000C error

2005-03-02 Thread Cory Pratt
My guess is that you are not checking hostInfo for NULL before using it. If the call to NetLibGetHostByName fails, hostInfo will be NULL. Sohil Shah wrote: > My Palm OS 5 Simulator throws an Invalid read from 00C error. > > The error occurs during the > hostInfo = NetLibGetHostByName(netLib

Re: Exit Application

2005-03-02 Thread Ralph Curtis
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >Btw, the way Palmsource clings onto their old philosophies may well > >prove to be fatal to them. > > > I'd say PalmSource isn't clinging to the past -- they are pushing Palm OS > Cobalt very hard to their licenses (it h

Re: Newbie Question: Displaying time on a form

2005-03-02 Thread Logan Shaw
Henk Jonas wrote: > Christian Lindemeier wrote: >> and as Brandon said you just have to say in your eventloop >> EvtGetEvent(&event, ticks); >> >> where ticks is the time you want the app to update your time. >> I would suggest 6000 for an update every minute. >> You just have to fetch the nilEven

Re: NVFS performace - purging DbCache

2005-03-02 Thread Jan Slodicka
Just for sure I tried it calling DmSyncDatabase before every DmCloseDatabase. As expected - no effect; DbCache remained constantly at the level of 1MB free space. This appears to be the limit when some cleanup takes place to create the space for the next cache request. However this cleanup just tak

Re: Possible to embed pdb in prc?

2005-03-02 Thread Brandon Roberson
Ben, The method described here ( http://www.mail-archive.com/palm-dev-forum@news.palmos.com/msg84347.html ) would work for your large PDB as well as for a PRC. Brandon On Wed, 2 Mar 2005 15:36:36 -, Stadin, Benjamin <[EMAIL PROTECTED]> wrote: > Hi again ;-) > > Is it possible to embed a p

Re: Treo 650 (GSM) crashing on delete record!

2005-03-02 Thread Regis St-Gelais
"Ralph Curtis" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Regis, > > I would expect that someone is very busy trying to figure out how to > fix this and other NVFS related problems on handhelds already in the > field. But, who knows? I also hope they are doing some t

Re: Treo 650

2005-03-02 Thread Eka Gauranga Das
is there any bonafide treo 600 emulator? On Wed, 2 Mar 2005 15:09:21 -0300, Eka Gauranga Das <[EMAIL PROTECTED]> wrote: > is there any way to force treo 600 to work on debug mode on USB?? > > On Wed, 2 Mar 2005 08:39:04 -0300, Eka Gauranga Das > <[EMAIL PROTECTED]> wrote: > > its working fine..

Re: Treo 650

2005-03-02 Thread Eka Gauranga Das
is there any way to force treo 600 to work on debug mode on USB?? On Wed, 2 Mar 2005 08:39:04 -0300, Eka Gauranga Das <[EMAIL PROTECTED]> wrote: > its working fine.. but not in my treo 600 > > thx in advance > > On Tue, 01 Mar 2005 10:30:59 -0600, Ben Combee <[EMAIL PROTECTED]> wrote: > > At 0

Re: NVFS performace - purging DbCache

2005-03-02 Thread Jan Slodicka
Thanks, Aaron, I might try it, but it probably does not help. This function cannot unload a database from the cache as it is called on an opened database and that database must thus remain in the cache. Best regards, Jan Slodicka - Original Message - From: "Aaron Hansen" <[EMAIL PR

RE: NVFS performace - purging DbCache

2005-03-02 Thread Hays, Jonathan \(GE Infrastructure\)
Actually, the DmSyncDatabase just makes sure that the NVFS copy of the data is up to date. It doesn't empty or purge the DBCache. -Jon --- Jonathan Hays Palm OS Certified Developer http://hazelware.luggle.com ---

Re: NVFS performace - purging DbCache

2005-03-02 Thread Jan Slodicka
> It does appear to get flushed when the application exits Wrong information. DBCache remains full until reset. Device sleep does not change it either. I guess we refer to different things: You talk about writing changes to NVFS (that probably happens), I am talking about the cache emptying - tha

Development of Conduits with Visual C++ 6.0

2005-03-02 Thread Wendel
Hi, Im trying to develop a conduit with Visual C++, when i compile the project they dont appears any erros, but when i try to build appears a link error. LINK : fatal error LNK1104: cannot open file "C:\Arquivos de programas\PalmSource\Palm OS CDK\C++\Win\lib\hslog20d.lib" How can i fix that?

RE: NVFS performace - purging DbCache

2005-03-02 Thread Aaron Hansen
Hi Jan, There is a call to flush the DbCache for NVFS devices like the T5. The call is DmSyncDatabase. Here is a link to reference data on it: Hope that helps you, Aaron Hansen >-Origina

RE: NVFS performace - purging DbCache

2005-03-02 Thread Hays, Jonathan \(GE Infrastructure\)
The short answer is that there isn't currently any API exposed to flush the DBCache. It does appear to get flushed when the application exits, but not before that point. If you're interested, I wrote about my experiences and findings here: -Jon ---

Re: Checking for events in a busy loop

2005-03-02 Thread Frank LaRosa
I haven't tried it on a real device; was using the Garnet emulator. I thought maybe the OS could tell I was in the middle of something by the fact that I was using stack space, but this seems a little farfetched. --- Henk Jonas <[EMAIL PROTECTED]> wrote: > Frank LaRosa wrote: > > > Henk, > > >

Re: Treo 650 (GSM) crashing on delete record!

2005-03-02 Thread Ralph Curtis
Regis, I would expect that someone is very busy trying to figure out how to fix this and other NVFS related problems on handhelds already in the field. But, who knows? I am not aware of any accessible Palm outstanding bug report list. Do you know of anything like that? Ralph "Regis St-Gelais" <[

Re: NVFS performace - purging DbCache

2005-03-02 Thread Jan Slodicka
Replying to myself... > It looks like the DmCloseDatabase writes back the DB header, although I That's probably not the right idea because closing the database happens always in exactly the same way, while the speed loss is apparent only in case when DBCache is full. It'll be rather that the T5 s

Re: treo reset

2005-03-02 Thread Ralph Curtis
"Eka Gauranga Das" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > can be cause of stack overflow? > > > > On Wed, 2 Mar 2005 08:37:03 -0500, Ralph Curtis <[EMAIL PROTECTED]> wrote: > > > > "Eka Gauranga Das" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Is th

Re: Games Programming for Palm OS / My tungsten C

2005-03-02 Thread Erico Franco
Chris Hollinworth escreveu: Hi Guys I need some help finding resources for games programming fot palm os. has anyone got any good websites on this subject or links to available source for palm games? Try the Razor! free framework for Palm Games: http://www.tilo-christ.de/razor/ Also you can di

Re: "Reverse" Function

2005-03-02 Thread Ralph Curtis
"John Sutton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Off the top of my head, isn't it as simple as passing a pointer to the string to something like this (assuming they're all single byte characters)... void MyStringReverse(char *s) { long iLo,iHi; char cSwap; iLo=0; iHi=StrLe

SDIO application

2005-03-02 Thread Virgile Speich
Hi all, I'm trying to developp an SDIO application. When I run my application on the simulator an error occures "can't get dbID for Notifys" Someone could help me? Thanks Virgile -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/sup

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Did somebody try it yet? I would very much like to know on which devices it works. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Hi, yes, I know. You could store it there as well. It will even run faster, since MS/MMC/SD cards are sooo slow. *> -Original Message- *> From: [EMAIL PROTECTED] *> [mailto:[EMAIL PROTECTED] *> Sent: Wednesday, 02 March, 2005 15:42 *> To: Palm Developer Forum *> Subject: RE: UAE AMIGA

Possible to embed pdb in prc?

2005-03-02 Thread Stadin, Benjamin
Hi again ;-) Is it possible to embed a pdb into the prc as resource? I've a 800 KB encrypted pdb file which I generate for my read only application and would like to ship only the prc. Is this possible (without this commercial packaging tool.. don't remember it's name)? Greets Ben -- For info

RE: "Reverse" Function

2005-03-02 Thread John Sutton
Off the top of my head, isn't it as simple as passing a pointer to the string to something like this (assuming they're all single byte characters)... void MyStringReverse(char *s) { long iLo,iHi; char cSwap; iLo=0; iHi=StrLen(s)-1; while(iHi>iLo) {

Games Programming for Palm OS / My tungsten C

2005-03-02 Thread Chris Hollinworth
Hi Guys I need some help finding resources for games programming fot palm os. has anyone got any good websites on this subject or links to available source for palm games? I have bought the palm games programmig book but the code causes a fatal error on my palm. the code http://www.geocities.c

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Chris Apers
Some new PalmOne devices (T3 T5 ...) have an Internal Storage acting As a memory card. You should search all available card for the *.bin files -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Sinisa Marovic (AC/EDD) Envoyé : mercredi 2 mars 2005 14:53 À

Re: "Reverse" Function

2005-03-02 Thread Palm Dev
it is not implemented, at least in the release which im using (codewarrior 9.3 with Palm SDK 5). -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Auto power off event

2005-03-02 Thread Lorraine Chin
Kyle, Both are keyDownEvents with the following "chr" set. event.data.keyDown.chr == vchrHardPower occurs when the hard power button is pressed. event.data.keyDown.chr == vchrAutoOff occurs when the inactivity timer expires, controlled with EvtResetAutoOffTimer() or SysSetAutoOffTime() Lorra

Re: SndStream APIs on Emulator

2005-03-02 Thread Kaiser D
Hi All, Let me answer my own question. I found out that the SndStream* APIs do work on simulator. All you have to do is mark "Enable Sound" on the simulator. Cheers Kaiser -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/f

re: sysLibFind - Net.Lib

2005-03-02 Thread Seti-Media
Hi, First "Net.lib" is a built-in library. When the fucntion SysLibFind return 0, it's because it was succesful to find the library. The next step is to open the library and do what you have to do. Here is an example : UInt16 uAppNetRefnum; int nRetour; int nErreur; UInt16 uIFErreurs; // Fi

Re: "Reverse" Function

2005-03-02 Thread Ralph Curtis
"Palm Dev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi > > is there any function in codewarrior used to reverse strings, something like: > Reverse("palm") = "mlap" > > or if anybody has a piece of code doing that. > The usual function is strrev(). Check in the CW manuals. If

Re: treo reset

2005-03-02 Thread Eka Gauranga Das
can be cause of stack overflow? On Wed, 2 Mar 2005 08:37:03 -0500, Ralph Curtis <[EMAIL PROTECTED]> wrote: > > "Eka Gauranga Das" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Is that problem also going on Treo 600??? > > > > thx in advance > > > > > > > BTW: One reason

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
I don't know which device you have. With Clie devices you have the application 'Clie files' with which you can create directories or copy files. Or you could take out the SD/MMC/MS out, plug it into card reader on the PC (if you have one) and do it from windows/linux. I guess you have external card

NVFS performace - purging DbCache

2005-03-02 Thread Jan Slodicka
Hello, there was enough discussion on NVFS so far, but (in my opinion) the following behavior was not explained: First the summary: After DBCache gets filled, the opening of the RAM databases dramatically slows down. Actually the sequence of the operations that slows down is DmOpenDBNoOverlay()

Re: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Eka Gauranga Das
how to do that? On Wed, 2 Mar 2005 14:52:38 +0100, Sinisa Marovic (AC/EDD) <[EMAIL PROTECTED]> wrote: > Did you put the binary to /PALM/Programs/Palmiga ? > If so, do you happen to have two memory card slots on your device? > > *> -Original Message- > *> From: [EMAIL PROTECTED] > *> [mai

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Did you put the binary to /PALM/Programs/Palmiga ? If so, do you happen to have two memory card slots on your device? *> -Original Message- *> From: [EMAIL PROTECTED] *> [mailto:[EMAIL PROTECTED] *> Sent: Wednesday, 02 March, 2005 14:49 *> To: Palm Developer Forum *> Subject: Re: UAE AMIG

Re: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Eka Gauranga Das
how to install it? i upload to the card both files and tell me no bin found On Wed, 2 Mar 2005 12:59:32 +0100, Sinisa Marovic (AC/EDD) <[EMAIL PROTECTED]> wrote: > Does somebody have a place to host ~500k file? > > *> -Original Message- > *> From: [EMAIL PROTECTED] > *> [mailto:[EMAIL PR

Re: treo reset

2005-03-02 Thread Ralph Curtis
"Eka Gauranga Das" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is that problem also going on Treo 600??? > > thx in advance > > > > BTW: One reason for a Treo650 to reset is when using DmDeleteRecord, > > > which apparently is buggy (see posts from Ralph Curtis on Feb 23rd).

RE: t5 and t3 landscape and potrait

2005-03-02 Thread Yuen Kwee
caspar, your method is work, but it's kind of unprogfessional don't you think? but well, it is the only method working at the moment, so i guess i will stick to until someone else figured how to solve it thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please

RE: Exit Application

2005-03-02 Thread Roger Stringer
Subject: RE: Exit Application From: Ben Combee <[EMAIL PROTECTED]> Date: Tue, 01 Mar 2005 04:10:43 -0600 >Btw, the way Palmsource clings onto their old philosophies may well >prove to be fatal to them. I'd say PalmSource isn't clinging to the past -- they are pushing Palm OS Cobalt very hard to th

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Does somebody have a place to host ~500k file? *> -Original Message- *> From: [EMAIL PROTECTED] *> [mailto:[EMAIL PROTECTED] *> Sent: Wednesday, 02 March, 2005 12:54 *> To: Palm Developer Forum *> Subject: RE: UAE AMIGA emulator prerelease finally *> *> *> I can see nothing in there I'm

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Are you sure? Under My Documents there should be an image that you should click. My collegaues could find it. *> -Original Message- *> From: [EMAIL PROTECTED] *> [mailto:[EMAIL PROTECTED] *> Sent: Wednesday, 02 March, 2005 12:54 *> To: Palm Developer Forum *> Subject: RE: UAE AMIGA emulat

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Simon Dick
I can see nothing in there I'm afraid On Wed, 2005-03-02 at 12:49 +0100, Sinisa Marovic (AC/EDD) wrote: > Hi, > > try it now. > > http://f2.pg.briefcase.yahoo.com/bc/sinisamarovic/vwp2?.tok=bcvsa8UB8FtTzLCx&.dir=/My+Documents&.dnm=1.zip&.src=bc -- Simon Dick <[EMAIL PROTECTED]> -- For i

RE: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Hi, try it now. http://f2.pg.briefcase.yahoo.com/bc/sinisamarovic/vwp2?.tok=bcvsa8UB8FtTzLCx&.dir=/My+Documents&.dnm=1.zip&.src=bc Sinisa. *> -Original Message- *> From: [EMAIL PROTECTED] *> [mailto:[EMAIL PROTECTED] *> Sent: Wednesday, 02 March, 2005 12:41 *> To: Palm Developer For

Re: Treo 650

2005-03-02 Thread Eka Gauranga Das
its working fine.. but not in my treo 600 thx in advance On Tue, 01 Mar 2005 10:30:59 -0600, Ben Combee <[EMAIL PROTECTED]> wrote: > At 09:41 AM 3/1/2005, you wrote: > >Hi all > > > >How can i debug on the treo 650 with metrowerks? i used to debug with > >zire 31 and no problem but i dont know h

Re: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Henk Jonas
Sinisa Marovic (AC/EDD) wrote: Hi Guys, Hi Sinisa, "host not found". Could you maybe find a different place for hosting and also send it to me by email. I would be glad to beta test it deeply. I had also a look into UAE, but porting isn't my favourit work, I guess :-) --

Re: Newbie Question: Displaying time on a form

2005-03-02 Thread Henk Jonas
Christian Lindemeier wrote: [...] and as Brandon said you just have to say in your eventloop EvtGetEvent(&event, ticks); where ticks is the time you want the app to update your time. I would suggest 6000 for an update every minute. You just have to fetch the nilEvent in your eventhandler to call th

Re: Strange stack on opcode / gremlin crash

2005-03-02 Thread Henk Jonas
Richard Coutts wrote: " (App) just executed an illegal or unknown machine language instruction. The opcode executed was 0xA0AD" The call stack looks like this: (PenCalibrate) (PrefOpenPreferencesDB) (PrefOpenPreferencesDB) (ErrDisplayFileLineMsg) The call stack shows a call to the P

Re: Checking for events in a busy loop

2005-03-02 Thread Henk Jonas
Frank LaRosa wrote: Henk, Thanks for the advice. It almost works -- for some reason when I press, say, the calculator button, I end up getting the pen up and pen down events, a key event, but I never get the appStopEvent, even if I put exactly the same code in my "busy" loop as I have in my main ev

re: UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
One more thing: left/right click are mapped to application/find button, and Calendar/Address Book/To do/Memo are mapped to Left Alt/Left Amiga/Right Amiga/ Right Alt. Stupid, I know, but I needed it for test reasons. I will change that soon. -- For information on using the Palm Developer Forums

UAE AMIGA emulator prerelease finally

2005-03-02 Thread Sinisa Marovic (AC/EDD)
Hi Guys, could some of you pretest the UAE for Palm? It works perfectly on TG50 overclocked to 400Mhz. Find the requirements and the link at the bottom. Please don't ask me for sources, I'm not ready to give them yet, but eventually I will. Here are the instructions: Create directorie

RE: t5 and t3 landscape and potrait

2005-03-02 Thread Caspar Heiden, vd
How's this: Get the dimensions of the screen If the width is greater than the height, it's landscape. If the height is greater than the width, it's portrait. Of course this doesn't get you the orientation if the T3's slider is closed, do you have the same problem's than? Good luck, Caspar

Re: Checking for events in a busy loop

2005-03-02 Thread Frank LaRosa
Henk, Thanks for the advice. It almost works -- for some reason when I press, say, the calculator button, I end up getting the pen up and pen down events, a key event, but I never get the appStopEvent, even if I put exactly the same code in my "busy" loop as I have in my main event loop. What I d