Thanks Chip: Here are more thoughts on your comment about extended searches 
including the menu item:
Find Feature for TextBox:
Ctrl-f3 to open FindDialog:
FindDialog:
DialogReturn:
OK find string.
Cancel, cancel
ignore same as cancel.
SearchLabel:
SearchTextBox 
ScopeLabel
ScopeListBox
select:
"Entire Document" or, 
a dynamically loaded list of language codes such as:
en
no
fr
gb etc... pulled from the loaded document.
F3 would, within the selected scope, find the next occurance of the specified 
word or string.
ctrl-f3 would start a new search.
There should be, by default or by selection, be the ability to search from 
wherever the user is in the document or start at the beginning of a new search 
scope. For example,
Hit ctrl-f3 and pick a scope that goes from your current position, perhaps on a 
<dialog element, and then enter something new to search for like "<menu" and 
search forward only from the point where you are instead of starting at the top 
of the scope, the "<language" tag perhaps.
Anyway, this should address what you mentioned and extend the flexibility of 
moving around a really large and complex document like the UI_Design xml file 
etc...
Anything else you can think of?
Later Rick USA

Reply via email to