GWT 设计器尺寸限制
我正在使用 GWT 设计器设计一个主页。但是当我达到超过 600 的高度时,图像不会显示。我放置了一些图像并运行应用程序,然后它会显示。但在设计模式下它不会显示可见。大小有任何这样的限制吗?我无法对齐页脚中的文本,这显然是在最后......
I am designing a home page by using the GWT designer.But when I reached the height of more than 600 the images are not displayed.I have placed some images and run the application then it will show.But in the design mode it is not visible.Is there any such limitation in the size ?.I am unable to align the text in the footer which is obviously at the end ....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是 GWT Designer 的一个已知限制。到目前为止还没有办法绕过这个限制。
This is a known limitation of GWT Designer. There's no way around this limitation so far.
这是一个已知的操作系统限制(它不会呈现大于物理显示器的任何内容)。使用更大的物理(或虚拟)显示器。
This is a known operating system limitation (it won't render anything larger than the physical display). Use a larger physical (or virtual) display.