ADF 组件 - 调整大小问题
我们在 Oracle JDeveloper 11g Release1 的 [ADF] 中创建了一个应用程序。
我们面临着调整大小的问题。
当我们调整应用程序的大小时......大多数组件都会被削减。它们不会根据屏幕分辨率调整大小。
请提供合适的输入。
它仅在 1364 x 768 上工作正常。:( 但在低于这些分辨率的情况下,组件根据屏幕分辨率不灵活。
在这种情况下,请给我们发送一个指针。
We have created an application in [ADF] in Oracle JDeveloper 11g Release1.
We are facing a resizing issue.
When we re-size our application.. most of the components are getting cut. They are not resizing as per the screen resolution.
Kindly provide suitable inputs.
it is only working fine on 1364 x 768. :( but on resolutions lesser than these, the components are not flexible as per the screen resolution.
kindly send us a pointer in this case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,获得正确的调整大小行为并不困难。在 ADF 中,每个组件都有两个方面:
看看http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/layoutBasics.jspx;jsessionid=pGxPT2BY4GfrvvW WpTvx3QNTn1F3GTQxFlVwBYSF1WG3wLwBS2vp!-1053881112?_afrLoop=89920899359956&_afrWindowMode=0&Adf-Window-Id=w0
Well, it's little tricky to get the right resize behavior. In ADF every component has two aspects:
Have a look at http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/layoutBasics.jspx;jsessionid=pGxPT2BY4GfrvvWWpTvx3QNTn1F3GTQxFlVwBYSF1WG3wLwBS2vp!-1053881112?_afrLoop=89920899359956&_afrWindowMode=0&Adf-Window-Id=w0
对于图像,您还可以尝试在 ADF 中使用 HTML 标签:
For an Image you can also try using HTML tags in ADF: