Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4ChatPassword

Extends
UT2K4GetDataMenu

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.UT2K4GenericMessageBox
                        |   
                        +-- GUI2K4.UT2K4GetDataMenu
                           |   
                           +-- GUI2K4.UT2K4ChatPassword

Variables Summary
stringChatRoomTitle
stringIncorrectPassword
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
function HandleParameters (string Title, string FailCode)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function RetryPassword ()
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

ChatRoomTitle Source code

var string ChatRoomTitle;

IncorrectPassword Source code

var localized string IncorrectPassword;


Functions Detail

HandleParameters Source code

function HandleParameters ( string Title, string FailCode )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

RetryPassword Source code

function RetryPassword ( )


Defaultproperties

defaultproperties
{
     IncorrectPassword="Incorrect password specified for channel '%ChatRoom%' ."
     Begin Object Class=GUIButton Name=GetPassFail
         Caption="CANCEL"
         WinTop=0.561667
         WinLeft=0.586523
         WinWidth=0.147500
         WinHeight=0.045000
         TabOrder=2
         bBoundToParent=True
         OnClick=UT2K4ChatPassword.InternalOnClick
         OnKeyEvent=GetPassFail.InternalOnKeyEvent
     End Object
     b_Cancel=GUIButton'GUI2K4.UT2K4ChatPassword.GetPassFail'

     Begin Object Class=moEditBox Name=GetPassPW
         CaptionWidth=0.400000
         Caption="Chat Room Password"
         OnCreateComponent=GetPassPW.InternalOnCreateComponent
         WinTop=0.497450
         WinLeft=0.212500
         WinWidth=0.643751
         WinHeight=0.047305
         TabOrder=0
     End Object
     ed_Data=moEditBox'GUI2K4.UT2K4ChatPassword.GetPassPW'

     Begin Object Class=GUIButton Name=GetPassRetry
         Caption="RETRY"
         WinTop=0.561667
         WinLeft=0.346289
         WinWidth=0.131641
         TabOrder=1
         bBoundToParent=True
         OnClick=UT2K4ChatPassword.InternalOnClick
         OnKeyEvent=GetPassRetry.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4ChatPassword.GetPassRetry'

     Begin Object Class=GUILabel Name=GetPassLabel
         Caption="A password is required to join this chat room"
         TextAlign=TXTA_Center
         bMultiLine=True
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.318897
         WinLeft=0.010742
         WinWidth=0.995117
         WinHeight=0.054688
         bBoundToParent=True
     End Object
     l_Text=GUILabel'GUI2K4.UT2K4ChatPassword.GetPassLabel'

     bAllowedAsLast=True
     OpenSound=Sound'MenuSounds.selectDshort'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:22.109 - Created with UnCodeX