Search the web
Sign In
New User? Sign Up
palmnest · Support for palmoid.com software
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 428 - 457 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
428
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...
cliepet
Offline Send Email
Oct 1, 2004
4:40 pm
429
... 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...
cliepet
Offline Send Email
Oct 1, 2004
4:48 pm
430
sysEventKeyUpEvent does not seem to appear in EvtGetSysEvent and EvtDequeueKeyEvent. What I am doing wrong?...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 5, 2004
7:09 pm
431
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...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 5, 2004
7:48 pm
432
... I see. This leads to the question: how do I check for a long/short hard button press? As it can be done, for sure......
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 5, 2004
8:07 pm
433
Check autoRepeatKeyMask modifier in keydown events. making Yet Another Easy Launch, eh? Igor ... From: il_demone_guardiano To: palmnest@yahoogroups.com Sent:...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 5, 2004
8:12 pm
434
... 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...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 5, 2004
9:57 pm
435
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...
sekino_satoshi
Offline Send Email
Oct 6, 2004
4:33 am
436
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 Nesterov
nest_nest1
Offline Send Email
Oct 6, 2004
6:03 am
437
... Actually, keyUpEvents are sent on some devices now, including the Treo 600. PalmSource has defined a new modifier flag on the keyDownEvent -- ...
Ben Combee
bcombee
Offline Send Email
Oct 6, 2004
1:59 pm
438
... Still, it must be simpler: a lot of 4.0 hacks were able to intercept the long/short keypress. I've to get one and disassemble it?...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 6, 2004
7:25 pm
439
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...
cport19992003
Offline Send Email
Oct 6, 2004
8:25 pm
440
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...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 6, 2004
8:48 pm
441
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 Nesterov
nest_nest1
Offline Send Email
Oct 6, 2004
9:19 pm
442
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...
cport19992003
Offline Send Email
Oct 7, 2004
1:45 pm
443
... 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...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 9, 2004
12:59 pm
444
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...
mankoff
Offline Send Email
Oct 14, 2004
1:36 pm
445
No, You should use sysTrapCncMgrDispatch systrap with sysTrapCncMgrProfileGetIDFromName in d2 register. It was a method to use one systrap number for whole...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 14, 2004
1:45 pm
446
... OK, I find sysTrapCncMgrDispatch as 0xA3F0. I don't find sysTrapCncMgrProfileGetIDFromName, but I do find CncProfileGetIDFromName in your SysTables.txt as...
mankoff
Offline Send Email
Oct 14, 2004
2:08 pm
447
Check ConnectionMgr.h for selector list ... From: Mankoff To: palmnest@yahoogroups.com Sent: Thursday, October 14, 2004 6:06 PM Subject: Re: [palmnest] SysTrap...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 14, 2004
2:30 pm
448
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...
Alexander Mlazev
bialata
Offline Send Email
Oct 15, 2004
7:42 am
449
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...
dmitrygr2003
Offline Send Email
Oct 21, 2004
2:45 pm
450
New version http://g700.palmoid.com/g700drv.zip 1.5.1 * Diaeresis support on French typeaway layout ( circumflex key with shift) * Standard button shortcuts...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 22, 2004
11:56 am
451
Dmitry, It's possible to write custom thunk for FtrGet syscall. I'll think a liitle and implement it. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 23, 2004
9:42 am
452
http://yahm.palmoid.com/yahm241.zip Main ideas: 1. New thunk id: HEX "TRA5" ID 1000 00 00 00 08 00 00 04 0x24 00 00 00 06 2. Passing oldTrap in 4th parameter ...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 23, 2004
11:07 am
453
... i see. so can i do this with al systraps? get it in last param, if i set 3rd uint32 to 06? oh and btw is this for arm or thumb?...
dmitrygr2003
Offline Send Email
Oct 23, 2004
6:45 pm
454
Nope. This thunk blindly copies oldTrap address to R3....
Igor Nesterov
nest_nest1
Offline Send Email
Oct 23, 2004
6:51 pm
455
... 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...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 24, 2004
8:45 am
456
Adding oldTrap as 0th parameter is much simpler. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 24, 2004
11:14 am
457
... 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...
dmitrygr2003
Offline Send Email
Oct 24, 2004
3:15 pm
Messages 428 - 457 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help