私は ActionScript で書いている BigBlueButton への個別指導拡張機能用の MDIWindow を持っています。私は 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!">