Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to set Keyobard Tip by Resource Editor?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to set Keyobard Tip by Resource Editor?

 Post Reply Post Reply
Author
Message
vishnu76 View Drop Down
Newbie
Newbie
Avatar

Joined: 15 January 2008
Location: Korea, South
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote vishnu76 Quote  Post ReplyReply Direct Link To This Post Topic: How to set Keyobard Tip by Resource Editor?
    Posted: 29 January 2008 at 6:32am
Hello,
 
I'm developing the MFC application using Ribbon Interface. And this is program for Korean. So every menu resource are Korean string.
 
In Ribbon Sample amd usual case, Keyboard tips are generated automatically. My program is Korean, therefore program shows keyboard tips in Korean. I want to show in English such as 'BO' and 'SZ'.
 
I believe XTP has the way to assign keyboard tips by Resource.
 
How do I set keyboard tips by Resource?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 29 January 2008 at 7:42am
Hi,
You can assign Tip manually - pControl->SetKeyboardTip("SZ");
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
vishnu76 View Drop Down
Newbie
Newbie
Avatar

Joined: 15 January 2008
Location: Korea, South
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote vishnu76 Quote  Post ReplyReply Direct Link To This Post Posted: 29 January 2008 at 8:52am

Is there any available way to set by resource? Because our team wants to edit Keyboard Tips by Resource Editor.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 29 January 2008 at 9:19am
Hello,
 
Yes,  you can.
 
Format of prompt string is
 
Description\nTooltip\nCaption\nKeyboardTip
 
ID_FILE_NEW             "Create a new document\nNew\n\nN"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.