Flex 4、SWFLoader 边框调整大小问题

发布于 2024-09-16 18:50:39 字数 304 浏览 7 评论 0原文

以下是我面临的问题。

我有一个 MainPage,在初始化时我调用一个方法,该方法将创建一个 SWFLoader 对象(又名 LoginPage)并将其加载到 MainPage 中。当我们在 800x500 窗口中运行 MainPage 时,LoginPage 会以该窗口大小加载,但是当我们最大化窗口时,LoginPage 的内容会调整为 1027X660,但边框仍为 800x500,并且窗口的剩余区域保持空白。

如果我们以最大化状态加载 MainPage,即使我们调整大小,一切也会正常工作。仅当我们第一次以最大化的较小尺寸启动应用程序时,才会出现此问题。

Following is the issue i am facing.

I have a MainPage, on initialize I am calling a method which would create a SWFLoader object (aka LoginPage) and loads it in the MainPage. When we run the MainPage in 800x500 window, the LoginPage loads in that window size, however when we maximize the window the content of the LoginPage gets resized to 1027X660, but the border remains 800x500, and the remainig area of the window stays blank.

If we load the MainPage in maximized state everything works fine even we resize. the problem only happens when we first start the application in smaller size that maximized.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风苍溪 2024-09-23 18:50:39

还有minWidth和maxWidth这样的参数,Height也一样,这样研究一下。

无论如何,请显示您的加载程序和登录屏幕的代码,以便我们提供建议。

there are such params as minWidhth and maxWidth and the same about Height, research in this way.

Anyway show your code, of loader and of login screen, so we could advice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文