Implement ChatCantStealFocus.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@243 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -35,6 +35,8 @@ import mx.managers.IFocusManagerComponent;
|
|||||||
|
|
||||||
import mx.skins.ProgrammaticSkin;
|
import mx.skins.ProgrammaticSkin;
|
||||||
|
|
||||||
|
import com.threerings.crowd.chat.client.ChatCantStealFocus;
|
||||||
|
|
||||||
import com.threerings.flash.MediaContainer;
|
import com.threerings.flash.MediaContainer;
|
||||||
|
|
||||||
// TODO: there are focus issues in here that need dealing with.
|
// TODO: there are focus issues in here that need dealing with.
|
||||||
@@ -45,7 +47,7 @@ import com.threerings.flash.MediaContainer;
|
|||||||
// damn thing doesn't seem to grip onto the focus.
|
// damn thing doesn't seem to grip onto the focus.
|
||||||
//
|
//
|
||||||
public class GameContainer extends VBox
|
public class GameContainer extends VBox
|
||||||
implements IFocusManagerComponent
|
implements ChatCantStealFocus, IFocusManagerComponent
|
||||||
{
|
{
|
||||||
public function GameContainer (url :String)
|
public function GameContainer (url :String)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user