[RLVa] rlva strings floater!

Generalized toggle() visible() call pattern of rlv floaters to a template struct.
This commit is contained in:
Inusaito Sayori
2014-01-31 00:47:19 -05:00
parent 0c33c0de2e
commit bceaee6e41
6 changed files with 408 additions and 13 deletions

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="true"
height="215"
layout="topleft"
legacy_header_height="18"
name="rlva_strings"
title="RLVa Strings"
width="350">
<combo_box
allow_text_entry="false"
follows="top|left"
height="22"
layout="topleft"
left="15"
max_chars="255"
name="string_list"
bottom="-45"
width="320" />
<text_editor
enabled="false"
height="60"
layout="topleft"
left_delta="0"
name="string_descr"
bottom_delta="-65"
width="320"
hide_scrollbar="true"
word_wrap="true" />
<text_editor
enabled="true"
height="60"
layout="topleft"
left_delta="0"
name="string_value"
bottom_delta="-65"
width="320"
hide_scrollbar="true"
word_wrap="true" />
<button
enabled="false"
height="22"
label="Reset to default"
layout="topleft"
left_delta="0"
name="default_btn"
bottom_delta="-27"
width="150" >
<button.commit_callback
function="ClickDefault" />
</button>
</floater>

View File

@@ -9693,6 +9693,14 @@ Cannot create large prims that intersect other players. Please re-try when othe
<!-- Singularity Specific notifications should go below here, alphabetically -->
<!-- Singu Note: RLVa notifications come first here -->
<notification
icon="alertmodal.tga"
name="RLVChangeStrings"
type="alertmodal">
Changes won't take effect until after you restart [APP_NAME].
</notification>
<!-- Singu TODO: Migrate our special notifications to here -->
<notification
icon="notifytip.tga"