Page 1 of 1
		
			
				Ngage Numpad Keys reading....
				
Posted: 
Nov 25, 2004 @ 7:07pmby Twelvegames
				
			 
			
		
			
				
				
Posted: 
Nov 25, 2004 @ 7:13pmby vince_mad
				Hi,
I do the following and it does the trick:
in CMyApplication::KeyDown
Hope it helps.
Vincent.
			 
			
		
			
				
				
Posted: 
Nov 26, 2004 @ 12:57pmby Twelvegames
				Thanks, we are goin to try.
Do you have any advice on .sis creation? I mean, there some good other tool to create Sis files?Our app right now go straight install into the main Ngage memory, but we want to install the game into the Memory Card...
			 
			
		
			
				
				
Posted: 
Nov 26, 2004 @ 1:00pmby Twelvegames
				Ok that works, but we need to know which Key is associated for each number.
Example numpad1== ???
        numpad2== ??
the first number seems to be connected to the Radio button, arrow button ecc..
			 
			
		
			
				
				
Posted: 
Nov 26, 2004 @ 1:35pmby vince_mad
				Hi,
Concerning the .sis file, I use makesis which comes with the nokia sdk, it is pretty easy to use. When installing the user is asked where the app should be installed, card or memory (If you have a memory card inserted of course). 
As for the key, I'm not sure I understand what you want but I would do something like that:
get the value of dwKey in CMyApplication::KeyDown and display it, so you know what value each key has. I haven't done it so I can't tell...
Vincent.
			 
			
		
			
				
				
Posted: 
Nov 26, 2004 @ 3:27pmby Twelvegames