Difference between revisions of "Panel chat bar.xml-20090623a"

From Second Life Wiki
Jump to navigation Jump to search
(New page: renderFarClip (Drawdistance) slider on your chat bar Image:RenderFarClip_slider_on_panel_chat_bar.xml.jpg <xml> <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <!-- BETLOG H...)
 
Line 13: Line 13:
     WANT TO INSTALL IT?
     WANT TO INSTALL IT?
         Win-E and then navigate to:
         Win-E and then navigate to:
             <SL INSTALL FOLDER>\skins\<SKIN YOU USE>\xui\en-us\
             [SL INSTALL FOLDER]\skins\[SKIN YOU USE]\xui\en-us\
         Backup (ctrl-c..ctrl-v) your existing file (named similarly to this notecard)
         Backup (ctrl-c..ctrl-v) your existing file (named similarly to this notecard)
         Paste all of the text in this notecard into your .xml file and save.
         Paste all of the text in this notecard into your .xml file and save.
Line 52: Line 52:
       </combo_box>
       </combo_box>


      
     <!-- This is the new part -->
     <slider bottom="-20" width="96" height="14" left_delta="68" follows="right|bottom" mouse_opaque="true"  
     <slider bottom="-20" width="96" height="14" left_delta="68" follows="right|bottom" mouse_opaque="true"  
         name="drawslider" initial_val="64" max_val="512" min_val="24" increment="8.0"  
         name="drawslider" initial_val="64" max_val="512" min_val="24" increment="8.0"  

Revision as of 01:06, 23 June 2009

renderFarClip (Drawdistance) slider on your chat bar

RenderFarClip slider on panel chat bar.xml.jpg

<xml> <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel bottom="-1" default_tab_group="1" follows="left|bottom|right" height="25" left="0" name="chat_bar" width="395">

   <panel bottom="1" follows="left|right|bottom" height="23" left="0"
        use_bounding_rect="true" width="397" bg_visible="false" border="false" border_visible="false">
       <panel bottom="0" filename="panel_bg_tab.xml" height="22" left="-398" width="396" />
   </panel>
   <button bottom="-23" follows="left|bottom" font="SansSerif" halign="center" height="20"
        label="Local Chat" left="7" name="History"
        tool_tip="Click here to see what has been said" width="83" />
   <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-23"
        follows="left|right|bottom" font="SansSerif"
        handle_edit_keys_directly="false" height="20" label="Click here to chat."
        left="97" max_length="254" name="Chat Editor"
        select_all_on_focus_received="false" select_on_focus="false" tab_group="1"
        tool_tip="Press Enter to say, Ctrl-Enter to shout." width="75" />
   <flyout_button bottom="-23" follows="right|bottom" height="20" label="Say" left_delta="80"
        list_position="above" mouse_opaque="true" name="Say" tool_tip="(Enter)"
        width="60">
       <flyout_button_item value="shout" name="shout_item">
           Shout
       </flyout_button_item>
       <flyout_button_item value="say" name="say_item">
           Say
       </flyout_button_item>
       <flyout_button_item value="whisper" name="whisper_item">
           Whisper
       </flyout_button_item>
   </flyout_button>
   <combo_box allow_text_entry="false" bottom="-23" follows="right|bottom" height="20"
        label="Gestures" left_delta="60" max_chars="20" name="Gesture" width="70">
     </combo_box>
   <slider bottom="-20" width="96" height="14" left_delta="68" follows="right|bottom" mouse_opaque="true" 
       name="drawslider" initial_val="64" max_val="512" min_val="24" increment="8.0" 
       can_edit_text="false" enabled="true" decimal_digits="0" show_text="true" value="64"
            control_name="RenderFarClip" tool_tip="Draw Distance"  />         
     
 <string name="gesture_label">Gestures</string>

</panel> </xml>