Re: [opensource-dev] opensource-dev Digest, Vol 9, Issue 27

2010-10-11 Thread Richard Nelson
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

Re: [opensource-dev] opensource-dev Digest, Vol 9, Issue 27

2010-10-07 Thread Garmin Kawaguichi
>> 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 ___

Re: [opensource-dev] opensource-dev Digest, Vol 9, Issue 27

2010-10-06 Thread Kent Quirk (Q Linden)
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

Re: [opensource-dev] opensource-dev Digest, Vol 9, Issue 27

2010-10-06 Thread SuezanneC Baskerville
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