Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2009, 9:45:39 PM (14 years ago)
Author:
dafrick
Message:

KeyBindMenu is working now. (Apart from some minor faults)
Found some commandExecutor("show/hideGUI …") in DecisionPopup, and another possible bug.
Added an InfoPopup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout

    r6224 r6266  
    22
    33<GUILayout >
    4     <Window Type="DefaultWindow" Name="orxonox/KeyBindBackground" >
     4    <Window Type="DefaultWindow" Name="orxonox/KeyBindMenu/Background" >
    55        <Property Name="InheritsAlpha" Value="False" />
    66        <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    1414            <Property Name="VertFormatting" Value="TopAligned" />
    1515            <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.325,0},{0.75,0},{0.6,0}}" />
    16             <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane/" >
     16            <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane" >
    1717                <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" />
    1818                <Property Name="HorzStepSize" Value="0.1" />
     
    2424                <Property Name="HorzScrollPosition" Value="0" />
    2525                <Property Name="VertScrollPosition" Value="0" />
    26                 <AutoWindow NameSuffix="__auto_container__" >
    27                     <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" />
    28                     <Property Name="ChildExtentsArea" Value="l:0 t:0 r:0 b:0" />
    29                 </AutoWindow>
    3026            </Window>
    3127        </Window>
     
    3430            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    3531            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" />
     32            <Event Name="Clicked" Function="KeyBindMenu.KeyBindBackButton_clicked"/>
    3633        </Window>
    3734    </Window>
Note: See TracChangeset for help on using the changeset viewer.