sub MainChannel { $config{MainChannel} = $config{MainWindow}->Toplevel( -width => 350, -height=> 350, -title => "Chatfenster" ); $config{ScreenWidth}=$config{ScreenWidth}-400; $config{ScreenHeight}=$config{ScreenHeight}-200; $config{MainChannel}->geometry("+$config{ScreenWidth}+200"); $config{ChannelFrame} = $config{MainChannel}->Frame()->pack; $config{ChannelFrame}->Scrolled( "Pane", -borderwidth => 4, -scrollbars => 'e', -bg => 'white', -width=>350, -height=>280, -sticky => 'nw' )->pack(); }