Skip to content
Snippets Groups Projects
Commit f76812b2 authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-10349 Added more tooltips

parent ba415b8e
Branches
Tags
No related merge requests found
...@@ -915,7 +915,8 @@ ...@@ -915,7 +915,8 @@
name="Object Name" name="Object Name"
select_on_focus="true" select_on_focus="true"
top_delta="0" top_delta="0"
width="170" /> width="170"
tool_tip="The name is limited to 63 characters. Longer prim names are cut short. Names can only consist of printable characters found in the ASCII-7 (non-extended) character set, with the exception of the vertical bar/pipe '|'." />
<text <text
follows="left|top" follows="left|top"
height="10" height="10"
...@@ -933,7 +934,8 @@ ...@@ -933,7 +934,8 @@
name="Object Description" name="Object Description"
select_on_focus="true" select_on_focus="true"
top_delta="0" top_delta="0"
width="170" /> width="170"
tool_tip="When people have &apos;Hover Tips on All Objects&apos; selected in the viewer's settings, they'll see the object description pop-up for any object under their mouse pointer. The prim description is limited to 127 bytes any string longer then that will be truncated." />
<text <text
type="string" type="string"
left="10" left="10"
...@@ -1090,7 +1092,8 @@ ...@@ -1090,7 +1092,8 @@
layout="topleft" layout="topleft"
name="clickaction" name="clickaction"
width="130" width="130"
left_pad="10"> left_pad="10"
tool_tip="A click action enables you to interact with an object with a single left click. Each click action has a special cursor indicating what it does. Some click actions have requirements to function. For example Touch and Pay require scripts" >
<combo_box.item <combo_box.item
label="Touch (default)" label="Touch (default)"
name="Touch/grab(default)" name="Touch/grab(default)"
...@@ -1126,7 +1129,8 @@ ...@@ -1126,7 +1129,8 @@
layout="topleft" layout="topleft"
name="checkbox for sale" name="checkbox for sale"
left="7" left="7"
width="97" /> width="97"
tool_tip="Lets people buy this object, its content or it copy inworld for specified price." />
<!-- NEW PRICE SPINNER <!-- NEW PRICE SPINNER
Objects are allowed to be for sale for L$0 to invoke buy UI behavior Objects are allowed to be for sale for L$0 to invoke buy UI behavior
even though the user gets a free copy. even though the user gets a free copy.
...@@ -1144,7 +1148,8 @@ even though the user gets a free copy. ...@@ -1144,7 +1148,8 @@ even though the user gets a free copy.
width="85" width="85"
min_val="0" min_val="0"
height="20" height="20"
max_val="999999999" /> max_val="999999999"
tool_tip="Object cost." />
<!-- NEW SALE TYPE COMBO BOX --> <!-- NEW SALE TYPE COMBO BOX -->
<combo_box <combo_box
left_pad="8" left_pad="8"
...@@ -1157,7 +1162,8 @@ even though the user gets a free copy. ...@@ -1157,7 +1162,8 @@ even though the user gets a free copy.
max_chars="20" max_chars="20"
mouse_opaque="true" mouse_opaque="true"
name="sale type" name="sale type"
width="89"> width="89"
tool_tip="Select whether purchaser will receive a copy, copy of the content or item itself." >
<combo_box.item <combo_box.item
name="Copy" name="Copy"
label="Copy" label="Copy"
......
...@@ -130,7 +130,8 @@ ...@@ -130,7 +130,8 @@
max_length_bytes="63" max_length_bytes="63"
name="LabelItemName" name="LabelItemName"
top_delta="0" top_delta="0"
width="210" /> width="210"
tool_tip="The name is limited to 63 characters. Longer prim names are cut short. Names can only consist of printable characters found in the ASCII-7 (non-extended) character set, with the exception of the vertical bar/pipe &apos;|&apos;." />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -153,7 +154,8 @@ ...@@ -153,7 +154,8 @@
max_length_bytes="127" max_length_bytes="127"
name="LabelItemDesc" name="LabelItemDesc"
top_delta="-5" top_delta="-5"
width="210" /> width="210"
tool_tip="When people have &apos;Hover Tips on All Objects&apos; selected in the viewer's settings, they'll see the object description pop-up for any object under their mouse pointer. The prim description is limited to 127 bytes any string longer then that will be truncated." />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -421,14 +423,16 @@ ...@@ -421,14 +423,16 @@
left="20" left="20"
name="CheckPurchase" name="CheckPurchase"
top_pad="20" top_pad="20"
width="100" /> width="100"
tool_tip="Lets people buy this object, its content or it copy inworld for specified price." />
<combo_box <combo_box
height="23" height="23"
left_pad="0" left_pad="0"
layout="topleft" layout="topleft"
follows="left|top" follows="left|top"
name="ComboBoxSaleType" name="ComboBoxSaleType"
width="170"> width="170"
tool_tip="Select whether purchaser will receive a copy, copy of the content or item itself." >
<combo_box.item <combo_box.item
name="Copy" name="Copy"
label="Copy" label="Copy"
...@@ -455,7 +459,8 @@ ...@@ -455,7 +459,8 @@
min_val="0" min_val="0"
height="23" height="23"
max_val="999999999" max_val="999999999"
top_pad="10"/> top_pad="10"
tool_tip="Object cost." />
</panel> </panel>
</scroll_container> </scroll_container>
......
...@@ -130,7 +130,8 @@ ...@@ -130,7 +130,8 @@
max_length_bytes="63" max_length_bytes="63"
name="Object Name" name="Object Name"
top_delta="0" top_delta="0"
width="225" /> width="225"
tool_tip="The name is limited to 63 characters. Longer prim names are cut short. Names can only consist of printable characters found in the ASCII-7 (non-extended) character set, with the exception of the vertical bar/pipe &apos;|&apos;." />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -154,7 +155,8 @@ ...@@ -154,7 +155,8 @@
left_delta="78" left_delta="78"
max_length_bytes="127" max_length_bytes="127"
top_delta="-5" top_delta="-5"
width="225"/> width="225"
tool_tip="When people have &apos;Hover Tips on All Objects&apos; selected in the viewer's settings, they'll see the object description pop-up for any object under their mouse pointer. The prim description is limited to 127 bytes any string longer then that will be truncated." />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -271,7 +273,8 @@ ...@@ -271,7 +273,8 @@
layout="topleft" layout="topleft"
name="clickaction" name="clickaction"
width="168" width="168"
left="81"> left="81"
tool_tip="A click action enables you to interact with an object with a single left click. Each click action has a special cursor indicating what it does. Some click actions have requirements to function. For example Touch and Pay require scripts" >
<combo_box.item <combo_box.item
label="Touch (default)" label="Touch (default)"
name="Touch/grab(default)" name="Touch/grab(default)"
...@@ -422,14 +425,16 @@ ...@@ -422,14 +425,16 @@
left="20" left="20"
name="checkbox for sale" name="checkbox for sale"
top_pad="10" top_pad="10"
width="100" /> width="100"
tool_tip="Lets people buy this object, its content or it copy inworld for specified price." />
<combo_box <combo_box
height="23" height="23"
left_pad="0" left_pad="0"
layout="topleft" layout="topleft"
follows="left|top" follows="left|top"
name="sale type" name="sale type"
width="170"> width="170"
tool_tip="Select whether purchaser will receive a copy, copy of the content or item itself.">
<combo_box.item <combo_box.item
name="Copy" name="Copy"
label="Copy" label="Copy"
...@@ -456,7 +461,8 @@ ...@@ -456,7 +461,8 @@
width="150" width="150"
min_val="1" min_val="1"
height="20" height="20"
max_val="999999999" /> max_val="999999999"
tool_tip="Object cost." />
<check_box <check_box
height="20" height="20"
width="110" width="110"
...@@ -573,7 +579,8 @@ ...@@ -573,7 +579,8 @@
left="5" left="5"
name="open_btn" name="open_btn"
top="0" top="0"
width="73" /> width="73"
tool_tip="Open to view the Object Contents." />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -582,7 +589,8 @@ ...@@ -582,7 +589,8 @@
left_pad="5" left_pad="5"
name="pay_btn" name="pay_btn"
top="0" top="0"
width="73" /> width="73"
tool_tip="Open Pay Window. Object must have pay script for this to work." />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -591,7 +599,8 @@ ...@@ -591,7 +599,8 @@
left_pad="5" left_pad="5"
name="buy_btn" name="buy_btn"
top="0" top="0"
width="73" /> width="73"
tool_tip="Open Buy Window. Requires the object to be set for sale." />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -600,7 +609,8 @@ ...@@ -600,7 +609,8 @@
left_pad="5" left_pad="5"
name="details_btn" name="details_btn"
top="0" top="0"
width="74" /> width="74"
tool_tip="Open Inspect Object Window." />
</panel> </panel>
</panel> </panel>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment