Advertisement
Guest User

Inv-mini-map

a guest
Mar 7th, 2010
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3.  mouse_opaque="true"
  4.  background_visible="true"
  5.  bg_alpha_color="DkGray"
  6.  bg_opaque_color="DkGray"
  7.  follows="left|bottom|right"
  8.  height="33"
  9.  layout="topleft"
  10.  left="0"
  11.  name="bottom_tray"
  12.  top="28"
  13.  chrome="true"
  14.  border_visible="false"
  15.  width="1000">
  16.   <string name="SpeakBtnToolTip">Turns microphone on/off</string>
  17.   <string name="VoiceControlBtnToolTip">Shows/hides voice control panel</string>
  18.     <layout_stack
  19.      mouse_opaque="false"
  20.      border_size="0"
  21.      clip="false"
  22.      follows="all"
  23.      height="28"
  24.      layout="topleft"
  25.      left="0"
  26.      name="toolbar_stack"
  27.      orientation="horizontal"
  28.      top="0"
  29.      width="1000">
  30.         <icon
  31.          auto_resize="false"
  32.          follows="left|right"
  33.          height="10"
  34.          image_name="spacer24.tga"
  35.          layout="topleft"
  36.          min_width="2"
  37.          left="0"
  38.          top="0"
  39.          width="2" />
  40.         <layout_panel
  41.     mouse_opaque="false"
  42.          auto_resize="false"
  43.          follows="left|right"
  44.          height="28"
  45.          layout="topleft"
  46.          left="0"
  47.          min_height="23"
  48.          width="310"
  49.          top="4"
  50.          min_width="216"
  51.          name="chat_bar"
  52.          user_resize="false"
  53.          filename="panel_nearby_chat_bar.xml" />
  54.         <layout_panel
  55.          mouse_opaque="false"
  56.          auto_resize="false"
  57.          follows="right"
  58.          height="28"
  59.          layout="topleft"
  60.          min_height="28"
  61.          width="100"
  62.          top_delta="0"
  63.          min_width="100"
  64.          name="speak_panel"
  65.          user_resize="false">
  66.           <talk_button
  67.            follows="left|right"
  68.            height="23"
  69.            speak_button.tab_stop="true"
  70.            show_button.tab_stop="true"
  71.            layout="topleft"
  72.            left="0"
  73.            name="talk"
  74.            top="5"
  75.           width="100">
  76.   <speak_button
  77.     name="speak_btn"
  78.     label="Speak"
  79.     label_selected="Speak"
  80.     />
  81.               <show_button>
  82.                   <show_button.init_callback
  83.                    function="Button.SetDockableFloaterToggle"
  84.                    parameter="voice_controls" />
  85.               </show_button>
  86.           </talk_button>
  87.         </layout_panel>
  88.         <icon
  89.             auto_resize="false"
  90.             follows="left|right"
  91.             height="10"
  92.             image_name="spacer24.tga"
  93.             layout="topleft"
  94.             left="0"
  95.             name="after_speak_panel"
  96.             min_width="3"
  97.             top="0"
  98.             width="3"/>
  99.         <layout_panel
  100.          mouse_opaque="false"
  101.          auto_resize="false"
  102.          follows="right"
  103.          height="28"
  104.          layout="topleft"
  105.          min_height="28"
  106.          width="82"
  107.          top_delta="0"
  108.          min_width="62"
  109.          name="gesture_panel"
  110.          user_resize="false">
  111.          <gesture_combo_list
  112.           follows="left|right"
  113.           height="23"
  114.           label="Gesture"
  115.           layout="topleft"
  116.           name="Gesture"
  117.           left="0"
  118.           top="5"
  119.           width="82"
  120.           tool_tip="Shows/hides gestures">
  121.              <gesture_combo_list.combo_button
  122.               pad_right="10"
  123.               use_ellipses="true" />
  124.          </gesture_combo_list>
  125.         </layout_panel>
  126.         <icon
  127.          auto_resize="false"
  128.          color="0 0 0 0"
  129.          follows="left|right"
  130.          height="10"
  131.          image_name="spacer24.tga"
  132.          layout="topleft"
  133.          left="0"
  134.          min_width="3"
  135.          name="after_movement_panel"
  136.          top="0"
  137.          width="3"/>
  138.          <button
  139.                  image_selected="PushButton_Selected_Press"
  140.                  image_pressed="PushButton_Press"
  141.          image_pressed_selected="PushButton_Selected_Press"
  142.              follows="left|right"
  143.              height="23"
  144.              use_ellipses="true"
  145.              is_toggle="true"
  146.              label="Map"
  147.              layout="topleft"
  148.              left="0"
  149.              tool_tip="Shows/hides World Map"
  150.              top="5"
  151.              name="world_map_btn"
  152.              width="80">
  153.                 <button.init_callback
  154.                  function="Button.SetDockableFloaterToggle"
  155.                  parameter="world_map" />
  156.             </button>
  157.          <icon
  158.          auto_resize="false"
  159.          color="0 0 0 0"
  160.          follows="left|right"
  161.          height="10"
  162.          image_name="spacer24.tga"
  163.          layout="topleft"
  164.          left="0"
  165.          min_width="3"
  166.          name="after_map_button"
  167.          top="0"
  168.          width="3"/>
  169.             <button
  170.                  image_selected="PushButton_Selected_Press"
  171.                  image_pressed="PushButton_Press"
  172.          image_pressed_selected="PushButton_Selected_Press"
  173.              follows="left|right"
  174.              height="23"
  175.              use_ellipses="true"
  176.              is_toggle="true"
  177.              label="Mini-Map"
  178.              layout="topleft"
  179.              left="0"
  180.              tool_tip="Shows/hides Mini-Map"
  181.              top="5"
  182.              name="mini_map_btn"
  183.              width="80">
  184.                 <button.init_callback
  185.                  function="Button.SetDockableFloaterToggle"
  186.                  parameter="mini_map" />
  187.             </button>
  188.         <icon
  189.          auto_resize="false"
  190.          color="0 0 0 0"
  191.          follows="left|right"
  192.          height="10"
  193.          image_name="spacer24.tga"
  194.          layout="topleft"
  195.          left="0"
  196.          min_width="3"
  197.          name="after_mini_map_button"
  198.          top="0"
  199.          width="3"/>
  200.             <button
  201.                  image_selected="PushButton_Selected_Press"
  202.                  image_pressed="PushButton_Press"
  203.          image_pressed_selected="PushButton_Selected_Press"
  204.              follows="left|right"
  205.              height="23"
  206.              use_ellipses="true"
  207.              is_toggle="true"
  208.              label="Inventory"
  209.              layout="topleft"
  210.              left="0"
  211.              tool_tip="Shows/hides Inventory"
  212.              top="5"
  213.              name="inventory_btn"
  214.              width="80">
  215.                 <button.init_callback
  216.                  function="Button.SetDockableFloaterToggle"
  217.                  parameter="inventory" />
  218.             </button>
  219.         <icon
  220.          auto_resize="false"
  221.          color="0 0 0 0"
  222.          follows="left|right"
  223.          height="10"
  224.          image_name="spacer24.tga"
  225.          layout="topleft"
  226.          left="0"
  227.          min_width="3"
  228.          name="after_inventory_button"
  229.          top="0"
  230.          width="3"/>
  231.         <layout_panel
  232.          mouse_opaque="false"
  233.          auto_resize="false"
  234.          follows="left|right"
  235.          height="28"
  236.          layout="topleft"
  237.          min_width="40"
  238.          name="snapshot_panel"
  239.          width="40">
  240.             <button
  241.              follows="left|right"
  242.              height="23"
  243.              image_selected="PushButton_Selected_Press"
  244.              image_pressed="PushButton_Press"
  245.              image_pressed_selected="PushButton_Selected_Press"
  246.              left="0"
  247.              label=""
  248.              layout="topleft"
  249.              name="snapshots"
  250.              width="36"
  251.              top="5"
  252.              is_toggle="true"
  253.              image_overlay="Snapshot_Off"
  254.              tool_tip="Take snapshot">
  255.                 <button.init_callback
  256.                  function="Button.SetFloaterToggle"
  257.                  parameter="snapshot" />
  258.             </button>
  259.         </layout_panel>
  260.         <layout_panel
  261.          mouse_opaque="false"
  262.          follows="left|right"
  263.          height="30"
  264.          layout="topleft"
  265.          top="0"
  266.          name="chiclet_list_panel"
  267.          width="189"
  268.          min_width="60"
  269.          user_resize="false"
  270.          auto_resize="true">
  271. <!--*NOTE: min_width of the chiclet_panel (chiclet_list) must be the same
  272. as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. EXT-991-->
  273.             <chiclet_panel
  274.         mouse_opaque="false"
  275.              follows="left|right"
  276.              height="24"
  277.              layout="topleft"
  278.              left="1"
  279.              min_width="60"
  280.              name="chiclet_list"
  281.              top="7"
  282.              chiclet_padding="4"
  283.              scrolling_offset="40"
  284.              width="189">
  285.                 <button
  286.                  auto_resize="true"
  287.                  follows="right"
  288.                  height="29"
  289.                  image_selected="SegmentedBtn_Left_Off"
  290.                  image_unselected="SegmentedBtn_Left_Off"
  291.          image_hover_selected="SegmentedBtn_Left_Over"
  292.          image_hover_unselected="SegmentedBtn_Left_Over"
  293.          image_pressed="SegmentedBtn_Left_Press"
  294.          image_pressed_selected="SegmentedBtn_Left_Press"
  295.          image_overlay="Arrow_Small_Left"
  296.                  layout="topleft"
  297.                  name="chicklet_left_scroll_button"
  298.         scale_image="true"
  299.                  tab_stop="false"
  300.                  top="-4"
  301.                  right_pad="2"
  302.                  visible="false"
  303.                  width="7" />
  304.                 <button
  305.                  auto_resize="true"
  306.                  follows="right"
  307.                  height="29"
  308.                  image_selected="SegmentedBtn_Right_Off"
  309.                  image_unselected="SegmentedBtn_Right_Off"
  310.          image_hover_selected="SegmentedBtn_Right_Over"
  311.          image_hover_unselected="SegmentedBtn_Right_Over"
  312.          image_pressed="SegmentedBtn_Right_Press"
  313.          image_pressed_selected="SegmentedBtn_Right_Press"
  314.          image_overlay="Arrow_Small_Right"
  315.                  layout="topleft"
  316.                  name="chicklet_right_scroll_button"
  317.         scale_image="true"
  318.                  tab_stop="false"
  319.                  top="-4"
  320.                  visible="false"
  321.                  width="7" />
  322.             </chiclet_panel>
  323.         </layout_panel>
  324.         <icon
  325.          auto_resize="false"
  326.          color="0 0 0 0"
  327.          follows="left|right"
  328.          height="10"
  329.          image_name="spacer24.tga"
  330.          layout="topleft"
  331.          left="0"
  332.          min_width="4"
  333.          name="DUMMY"
  334.          top="0"
  335.          width="5"/>
  336.         <layout_panel
  337.          auto_resize="false"
  338.          follows="right"
  339.          height="28"
  340.          layout="topleft"
  341.          min_height="28"
  342.          top="0"
  343.          name="im_well_panel"
  344.          width="35"
  345.          min_width="35"
  346.          user_resize="false">
  347.             <chiclet_im_well
  348.              max_displayed_count="99"
  349.              flash_period="0.3"
  350.              follows="right"
  351.              height="28"
  352.              layout="topleft"
  353.              left="0"
  354.              name="im_well"
  355.              top="0"
  356.              width="35">
  357.              <!--
  358. Emulate 4 states of button by background images, see details in EXT-3147. The same should be for notification_well button
  359. xml attribute           Description
  360. image_unselected        "Unlit" - there are no new messages
  361. image_selected          "Unlit" + "Selected" - there are no new messages and the Well is open
  362. image_pressed           "Lit" - there are new messages
  363. image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well is open
  364.              -->
  365.                 <button
  366.                  auto_resize="true"
  367.                  follows="right"
  368.                  halign="center"
  369.                  height="23"
  370.                  image_overlay="Unread_IM"
  371.                  image_overlay_alignment="center"
  372.                  image_pressed="WellButton_Lit"
  373.                  image_pressed_selected="WellButton_Lit_Selected"
  374.                  image_selected="PushButton_Press"
  375.                  label_color="Black"
  376.                  left="0"
  377.                  name="Unread IM messages"
  378.                  tool_tip="Conversations"
  379.                  width="34" >
  380.                     <button.init_callback
  381.                      function="Button.SetDockableFloaterToggle"
  382.                      parameter="im_well_window" />
  383.                 </button>
  384.             </chiclet_im_well>
  385.         </layout_panel>
  386.         <layout_panel
  387.          auto_resize="false"
  388.          follows="right"
  389.          height="28"
  390.          layout="topleft"
  391.          min_height="28"
  392.          top="0"
  393.          left_pad="3"
  394.          name="notification_well_panel"
  395.          width="40"
  396.          min_width="40"
  397.          user_resize="false">
  398.          <icon
  399.          auto_resize="false"
  400.          color="0 0 0 0"
  401.          follows="left|right"
  402.          height="10"
  403.          image_name="spacer24.tga"
  404.          layout="topleft"
  405.          left="0"
  406.          min_width="4"
  407.          top="0"
  408.          width="5" />
  409.             <chiclet_notification
  410.              flash_period="0.25"
  411.              follows="right"
  412.              height="23"
  413.              layout="topleft"
  414.              left="0"
  415.              max_displayed_count="99"
  416.              name="notification_well"
  417.              top="5"
  418.              width="35">
  419.               <button
  420.                  bottom_pad="3"
  421.                  image_pressed="WellButton_Lit"
  422.                  image_pressed_selected="WellButton_Lit_Selected"
  423.                  image_selected="PushButton_Press"
  424.               auto_resize="true"
  425.                halign="center"
  426.                height="23"
  427.                follows="right"
  428.                 label_color="Black"
  429.                left="0"
  430.                name="Unread"
  431.                image_overlay="Notices_Unread"
  432.                image_overlay_alignment="center"
  433.                tool_tip="Notifications"
  434.                width="34" >
  435.                   <button.init_callback
  436.                    function="Button.SetDockableFloaterToggle"
  437.                    parameter="notification_well_window" />
  438.               </button>
  439.          <icon
  440.          auto_resize="false"
  441.          color="0 0 0 0"
  442.          follows="left|right"
  443.          height="10"
  444.          image_name="spacer24.tga"
  445.          layout="topleft"
  446.          left="0"
  447.          min_width="4"
  448.          top="0"
  449.          width="5" />
  450.         </chiclet_notification>
  451.         </layout_panel>
  452.     </layout_stack>
  453. </panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement