Just create a combo_box like this:
and put it in the proper spot in floater_tools.xml and everything should
just work.
FWIW, I recommend doing development of XUI in your OS-equivalent
Application Data directory:
on Windows 7, for example, copy floater_to
>> The keystroke, by the way, appears to be Control Shift T, not Control Alt
>> T, on my XP system running the Development Viewer.
Note : there are 2 keystrokes : Ctrl - T = the XUI PREVIEW TOOL and Ctrl -
Shift - T = TEST FLOATER (under SL 2.1.1 (207998))
GCI
___
That sort of thing is more involved, I'm afraid; you have to change the
control. I don't know offhand if the XUI commit binding mechanism can be made
to work with only XUI change -- I kind of doubt it. If not, you'll have to
change the c++ event handlers from 4 individual event handlers to one
Thanks, Kent, I'm glad I asked.
The keystroke, by the way, appears to be Control Shift T, not Control Alt
T, on my XP system running the Development Viewer.
I'd like to replace the Focus, Move, Edit, Create, and Land buttons with a
list, I suppose a combo_box, to save horizontal space. How doe