Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2010, 4:46:00 PM (14 years ago)
Author:
smerkli
Message:

Chatbox done, with cursor goodness and everything. Thanks for the help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/data/gui/layouts/ChatBox.layout

    r6837 r6846  
    88        <Window Type="MenuWidgets/FrameWindow" Name="/ChatBox" >
    99            <Property Name="Text" Value="Chat" />
    10             <Property Name="TitlebarFont" Value="Commonwealth-10" />
    1110            <Property Name="InheritsAlpha" Value="False" />
    1211            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1312            <Property Name="TitlebarEnabled" Value="True" />
    1413            <Property Name="UnifiedAreaRect" Value="{{0.01,0},{0.03,0},{0.6,0},{0.69375,0}}" />
    15             <Window Type="MenuWidgets/Listbox" Name="/ChatBox/List" >
     14            <Window Type="MenuWidgets/Listbox" Name="orxonox/ChatBox/history" >
    1615                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1716                <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0.078,0},{0.98,0},{1,-30}}" />
    1817            </Window>
    19             <!--<Window Type="MenuWidgets/Editbox" Name="/ChatBox/Text" >-->
    20                 <!--<Property Name="Text" Value="Error: you did not register any font or none were valid" />-->
    21                 <!--<Property Name="MaxTextLength" Value="1073741823" />-->
    22                 <!--<Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />-->
    23                 <!--<Property Name="UnifiedAreaRect" Value="{{0.02,0},{1,-30},{0.98,0},{1,-5}}" />-->
    24             <!--</Window>-->
    25             <Window Type="MenuWidgets/StaticText" Name="/ChatBox/Text" >
    26                 <Property Name="Text" Value="History" />
    27                 <Property Name="HorzFormatting" Value="RightAligned" />
     18            <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox/input" >
     19                <Property Name="Text" Value="" />
     20                <Property Name="MaxTextLength" Value="1073741823" />
    2821                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    2922                <Property Name="UnifiedAreaRect" Value="{{0.02,0},{1,-30},{0.98,0},{1,-5}}" />
    3023            </Window>
    3124        </Window>
    32         <!--<Window Type="MenuWidgets/Editbox" Name="/ChatBox/History" >-->
    33             <!--<Property Name="Text" Value="5" />-->
    34             <!--<Property Name="MaxTextLength" Value="1073741823" />-->
    35             <!--<Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />-->
    36             <!--<Property Name="UnifiedAreaRect" Value="{{0.77,0},{0.03,0},{0.81,0},{0.1,0}}" />-->
    37         <!--</Window>-->
    38         <Window Type="MenuWidgets/StaticText" Name="/ChatBox/History" >
    39             <Property Name="Text" Value="5" />
    40             <Property Name="HorzFormatting" Value="RightAligned" />
    41             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    42             <Property Name="UnifiedAreaRect" Value="{{0.77,0},{0.03,0},{0.81,0},{0.1,0}}" />
    43         </Window>
    44         <Window Type="MenuWidgets/StaticText" Name="/ChatBox/HistoryLabel" >
    45             <Property Name="Text" Value="History size:" />
    46             <Property Name="HorzFormatting" Value="RightAligned" />
    47             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    48             <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.03,0},{0.77,0},{0.1,0}}" />
    49         </Window>
    50         <Window Type="MenuWidgets/StaticText" Name="/ChatBox/FonSizeLabel" >
    51             <Property Name="Font" Value="Commonwealth-10" />
    52             <Property Name="Text" Value="Font size:" />
    53             <Property Name="HorzFormatting" Value="RightAligned" />
    54             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    55             <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.1,0},{0.77,0},{0.17,0}}" />
    56         </Window>
    57         <Window Type="MenuWidgets/Spinner" Name="/ChatBox/FontSize" >
    58             <Property Name="Text" Value="10" />
    59             <Property Name="StepSize" Value="1" />
    60             <Property Name="CurrentValue" Value="10" />
    61             <Property Name="MaximumValue" Value="72" />
    62             <Property Name="MinimumValue" Value="-32768" />
    63             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    64             <Property Name="UnifiedAreaRect" Value="{{0.77,0},{0.1,0},{0.83,0},{0.17,0}}" />
    65         </Window>
    66         <Window Type="MenuWidgets/StaticText" Name="/ChatBox/FontNameLabel" >
    67             <Property Name="Font" Value="Commonwealth-10" />
    68             <Property Name="Text" Value="Font name:" />
    69             <Property Name="HorzFormatting" Value="RightAligned" />
    70             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    71             <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.17,0},{0.77,0},{0.24,0}}" />
    72         </Window>
    73         <Window Type="MenuWidgets/Combobox" Name="/ChatBox/FontName" >
    74             <Property Name="Text" Value="ChatBoxFont" />
    75             <Property Name="ReadOnly" Value="True" />
    76             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    77             <Property Name="UnifiedAreaRect" Value="{{0.77,0},{0.17,0},{0.99,0},{0.45,0}}" />
    78             <Property Name="MaxEditTextLength" Value="1073741823" />
    79         </Window>
    8025    </Window>
    8126</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.