NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 47 48 49 50 51 … 93 Next »
Keymapping issue

 
  • 0 Vote(s) - 0 Average
Keymapping issue
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#1
2007-01-04, 12:02 PM
hi,

I have implemented the keyhelper as per subs direction but I still get the message "No key mapping found for: DOWN"

this message is actually given out before I have even entered OnKeyDown function as can be seen in the log below.

here is my log:

05/01/2007 00:53:53.603 VERBOSE [1] Loading key mapping: C:\Program Files\devnz\gbpvr\KeyMappings\GameZone.xml
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Down GameZone_DOWN
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Up GameZone_UP
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Left GameZone_LEFT
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Right GameZone_RIGHT
05/01/2007 00:53:53.603 VERBOSE [1] Adding: PAGEUP GameZone_PageUp
05/01/2007 00:53:53.603 VERBOSE [1] Adding: NEXT GameZone_PageDown
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Enter GameZone_Enter
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Return GameZone_Enter
05/01/2007 00:53:53.603 VERBOSE [1] Adding: RETURN GameZone_Enter
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Escape GameZone_Escape
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Decimal GameZone_Kill
05/01/2007 00:53:53.603 VERBOSE [1] Adding: ^Q GameZone_SaveState
05/01/2007 00:53:53.603 VERBOSE [1] Adding: ^CONTROLKEY GameZone_SaveState
05/01/2007 00:53:53.603 VERBOSE [1] Adding: Play GameZone_Play From Saved State
05/01/2007 00:53:53.603 VERBOSE [1] Skinhelper loading image from file: .\skin\Blue\GameZone\..\background.jpg
05/01/2007 00:53:54.150 VERBOSE [1] GameZone: Initfilelist routine entered
05/01/2007 00:53:54.165 VERBOSE [1] GameZone: Initfilelist routine exited
05/01/2007 00:53:54.165 VERBOSE [1] GameZone: Exiting Activate
05/01/2007 00:53:54.165 VERBOSE [1] videoInsetVisible = false
05/01/2007 00:53:54.165 VERBOSE [1] GameZone: Entering Render
05/01/2007 00:53:54.181 ERROR [1] Unable to find named image: /settings/CompositeImages/CompositeImage[@name="ListBoxImage"]
05/01/2007 00:53:54.197 VERBOSE [1] GameZone: Entered RenderFileListBox
05/01/2007 00:53:54.197 VERBOSE [1] GameZone: Exited RenderFileListBox
05/01/2007 00:53:54.228 VERBOSE [1] HideMouse ref=-1
05/01/2007 00:53:55.415 VERBOSE [1] No key mapping found for: DOWN
05/01/2007 00:53:55.431 VERBOSE [1] GameZone: Entering OnKeyDown
05/01/2007 00:53:55.431 VERBOSE [1] GameZone: received key event 40
05/01/2007 00:53:55.431 VERBOSE [1] GameZone: Entering gbpvrUiElements_OnKeyDown
05/01/2007 00:53:55.431 VERBOSE [1] GameZone: Command Received = GameZone_DOWN


=======

The keymapping seem to work fine I would just like to get rid of the No Keymap found message

Thanks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2007-01-04, 05:09 PM
You dont need to worry about this message. It just means that a GB-PVR component that has first go at the message, but decides it doesnt have a mapping defined for that specific key.
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#3
2007-01-04, 09:48 PM
Thanks for that Sub, I will stop wasting any more time in trying to prevent its out put then :-)

What about this message:

Key PAGEDOWN called NEXT in Keymapping!

should this also be ignored?

Thanks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2007-01-04, 11:17 PM
Quote:Key PAGEDOWN called NEXT in Keymapping!
That one doesnt sound familiar to me, and a quick search of the code didnt show it. Is that the exact message?
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#5
2007-01-05, 07:30 AM
That was the exact wording I would think that the PAGEDOWN NEXT keywords are derived from my keymap.xml file
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2007-01-05, 03:45 PM
I still cant find - even searching for "in Keymapping"
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#7
2007-01-07, 10:37 AM
Maybe its one of the DLLs I'm using UIElments perhaps?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#8
2007-01-07, 03:15 PM
Yeah, I'm guessing so.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  WizUIhelper 1.0.15.4 issue idkpmiller 9 3,142 2008-04-03, 02:04 AM
Last Post: JavaWiz
  UIStatic issue idkpmiller 8 5,168 2008-01-08, 05:01 PM
Last Post: whurlston
  Keymapping what is it for exactly? idkpmiller 1 1,361 2006-11-19, 02:22 AM
Last Post: sub
  onkeydown = play, pluginHelper.IsPlaylistPaused() issue reven 2 1,775 2006-07-04, 09:28 PM
Last Post: reven
  PLAY>PAUSE>STOP>PLAY issue reven 2 1,612 2006-01-20, 04:57 AM
Last Post: reven
  CDK Scheduler issue with Quotes ZaDDaZ 13 4,082 2005-04-11, 01:38 AM
Last Post: KingArgyle

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode