我有一个 MDIWindow 用于对我正在用 ActionScript 编写的 BigBlueButton 进行辅导扩展。我是 ActionScript 的新手。每当我创建此窗口时,它都非常大。我不知道为什么它没有显示为声明的宽度和高度。下面我已经包括了我的声明。我将不胜感激您能提供的任何帮助。谢谢!
<MDIWindow xmlns="flexlib.mdi.containers.*"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:mate="http://mate.asfusion.com/"
xmlns:components="org.bigbluebutton.modules.example.view.components.*"
xmlns:views="org.bigbluebutton.modules.example.views.*"
width="650" height="900" label="StudentInterface" creationComplete="onCreationComplete()"
implements="org.bigbluebutton.common.IBbbModuleWindow" layout="horizontal"
title="Student Interface!">