Posted 19 years ago
by Benjamin Dilts
I'm providing my users with additional functionality based on keyboard shortcuts/chords. I have them enter the keyboard shortcut into a BarKeyboardShortcutTextBox, then store the Key and ChordKey values to an internal database for later use. When the user returns to edit the keyboard shortcut, however, there doesn't seem to be any way for me to populate a BarKeyboardShortcutTextBox with the Key and ChordKey that I'd stored in the database. I tried going through an intermediary BarKeyboardShortcut to produce the string representing the chord and setting the textbox's Text value to that, but of course that didn't work.
What is the preferred method for initializing a BarKeyboardShortcutTextBox to a non-blank value?
Ben Dilts
What is the preferred method for initializing a BarKeyboardShortcutTextBox to a non-blank value?
Ben Dilts