Can i change key with OnIsInput event ?

.NET Edition of the F-IN-BOX
vsesh02
Posts: 23
Joined: Mon Oct 12, 2009 7:51 am

Can i change key with OnIsInput event ?

Postby vsesh02 » Mon Dec 07, 2009 8:34 am

This example does not work with input text and keys like A,W,E,R

http://f-in-box.com/dotnet/help/index/c ... utkey.html

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Mon Dec 07, 2009 11:45 am

Thank you for your question.

Yes; but this is an expected behavior.

f-in-box uses http://msdn.microsoft.com/en-us/library ... utkey.aspx to raise this event:

Keys that are preprocessed include the TAB, RETURN, ESCAPE, and the UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW keys.


If you need to handle usual keys, you can create a control that is inherited from f_in_box__control, and override WndProc to handle such keys.

Thank you.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html

vsesh02
Posts: 23
Joined: Mon Oct 12, 2009 7:51 am

Postby vsesh02 » Mon Dec 07, 2009 12:28 pm

I mean catch user key and send to flash another key

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Mon Dec 07, 2009 5:12 pm

vsesh02 wrote:I mean catch user key and send to flash another key


You can implement it by creating a new control based on f_in_box__control and overriding WndProc.

PS you need it to solve the problem with cyrrilic input?...
Best regards, Artem A. Razin,

F-IN-BOX support

Ask your question here: http://www.f-in-box.com/support.html

vsesh02
Posts: 23
Joined: Mon Oct 12, 2009 7:51 am

Postby vsesh02 » Tue Dec 08, 2009 12:24 pm

yes


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 12 guests

cron