If you are making a ADF webapplication then you must aware about some of the basic problems you can came around.
The most common problem is Screen Resolution. What I mean by screen resolution is that user may be on different screen resolution than your during development screen. An example may clear more::
For development you have resolution of 1280*1024 and every thing looks fine but even 1024*768 can ruin your application easily.
This happens usually when you try to fix the size of a stretchable component like table etc.In the following example I didn't set the size of table's width then it can accommodate any screen size because its a stretchable component.See below...
No comments:
Post a Comment