Indigo Rose Software
  #1  
Old 01-24-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
BUG? e_Key returns wrong value

Hi! I wanted to show a combobox with options if someone enters "/" in the input field.

the manual says / is the code 191 or 111 for the numpad /. But if you use 111 it does not trigger, instead it just returns 55 which is the code for the key "7" (you use SHIFT+7 for the /). But it should return the code 111 if you enter a "/", right?
Reply With Quote
  #2  
Old 01-24-2008
longedge longedge is offline
Indigo Rose Customer
 
Join Date: Aug 2003
Posts: 1,847
I am currently on Ver6 but e_Key returns the correct values i.e. 111 and 191 here. You haven't got some sort of alternative keyboard driver or mapping have you?
Reply With Quote
  #3  
Old 01-24-2008
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Yes, it returned the correct values 191 and 111 for me as well, but in version 7.0.

Is there anything unique about your system?
__________________
Darryl
Indigo Rose Corporation

Product Guides: AMS70 | SUF80 | TU30 | VP30 |MSIFACT |DeltaMAX
Reply With Quote
  #4  
Old 01-24-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
hmm I use Win XP SP2 with Bootcamp on my iMac and use the apple keyboard. all other keys seem to work but the "/" returns the code of the 7. The numpad-/ works.

I used this as workaround:
if (e_Key == 55 and e_Modifiers.shift == true) or e_Key == 111 then
and it seems to work. Will this work if / returns 191 or should I add it?
Reply With Quote
  #5  
Old 01-24-2008
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Yes, I would add the 191 as well so it works for both the numpad and regular keyboard character.
__________________
Darryl
Indigo Rose Corporation

Product Guides: AMS70 | SUF80 | TU30 | VP30 |MSIFACT |DeltaMAX
Reply With Quote
  #6  
Old 01-24-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
Ok, thanks.

Don't know why it returns the wrong value but I used the Apple Drivers on the Leopard DVD for WinXP (Bootcamp).

/EDIT: the same applies for ;, instead of 186 it returns 188 (,).

Last edited by SonG0han; 01-24-2008 at 09:59 AM.
Reply With Quote
  #7  
Old 01-30-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
Found another one: the e_Key for the key "ü" is the same as ";" - is this the same for all German Keybords or is this just an issue with Bootcamp and the Apple Keyboard?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TrueUpdate 2.0 Update (v2.0.6.0) Released Brett TrueUpdate 2.0 0 10-31-2006 02:10 PM
New Setup Factory 7.0 (v 7.0.3.0) Available Darryl Setup Factory 7.0 Discussion 3 06-19-2005 01:59 AM
New Setup Factory 7.0 (v 7.0.2.0) Available Darryl Setup Factory 7.0 Discussion 9 03-06-2005 02:57 PM
AutoPlay Media Studio 4.0.0.3 Released Brett AutoPlay Media Studio 4.0 0 12-11-2002 09:39 AM


All times are GMT -6. The time now is 04:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software