Additional comments ... Correct. The 68K trap table is a different thing altogether. Many of the 68K traps repackage the args from the 68K emulator stack, and...
... Yes, works quite well. R9 is setup properly in the ARM callback. There is no need for a PACEInterface context. All the normal caveats about not using...
I thought this is miracle event, not really sent by palmos. Igor ... From: il_demone_guardiano To: palmnest@yahoogroups.com Sent: Tuesday, October 05, 2004...
Check autoRepeatKeyMask modifier in keydown events. making Yet Another Easy Launch, eh? Igor ... From: il_demone_guardiano To: palmnest@yahoogroups.com Sent:...
... But, at this point I can't get the short keypresses: a long keypress is: one vcharXXX one vchrResetAutoOff one or more vcharXXX with the autoRepeatKeyMask...
Add some documents. 1.Hack writing with CodeWarrior. 2.How to allocate new-Stack. 3.How to call Native API from ARM-code. ... Some sample-code and CW-project...
Another solution: you can check keyState on generated chars, if state bit still active, consider it as possible long press, else process it. Igor ... From:...
Igor mentions in the YAHM notes that the Native (ARM) routines do not have CardNo arguments. However only a few such routines appear in the palmos5.h file with...
Dave, You are right. palmos5.h header is incomlete. I think that DataMgr.h from Cobalt much closer to native API than OS5 header. I think that you can freely...
Those hacks frequently become a root of troubles. Fable: Before my "hack period" I have a "pure non-hack period". PowerNet application was created in "non-hack...
Igor, Thanks for your help. Yes removing cardNo from the Dm routine prototypes seems to work, at least with the five or six routines I tried. Take care with...
... Well, I found a way. I'm not really sure it is the best way, but apparently there's no other one (atleast I didn't find it). Inside the SysHandleEvent() or...
Hi Group, I am trying to find a trap number for CncProfileGetIDFromName. This is for an OnBoardC program, and normally I just look in CoreTraps.h, but it is...
No, You should use sysTrapCncMgrDispatch systrap with sysTrapCncMgrProfileGetIDFromName in d2 register. It was a method to use one systrap number for whole...
... OK, I find sysTrapCncMgrDispatch as 0xA3F0. I don't find sysTrapCncMgrProfileGetIDFromName, but I do find CncProfileGetIDFromName in your SysTables.txt as...
Hi, On Treo600 there is a list with special characters that pops when "alt" is pressed after char. Does any one know how I can pop this list programmly? Thank...
I need to Patch FtrGet, but it is not possible as it would have no way of getting the oldTrap, as it would enter an infinite loop. is there any other way to...
New version http://g700.palmoid.com/g700drv.zip 1.5.1 * Diaeresis support on French typeaway layout ( circumflex key with shift) * Standard button shortcuts...
... It would be nice, for time critical patches, to have the oldTrap passed as parameter. Maybe the thunk could be changed to pass the trap address as...
... how so? as th elast parameter, you caould push it to stack if it has more then 4, or else put in appropriate reghister, BUT if it is first, you'd have to...