1. created a new display, from scratch;
2. renamed the record format;
3. inserted a "Mobile Device Layout";
4. maximized it;
5. inserted a "Label" on the (canvas of the) mobile device layout.
When I launch the preview, I see the blue top bar and, right below it, the black bottom bar and then, below this two, everything's white.
No sign of the label at all.
On IE, the preview works fine, i.e.:
- blue top bar on top;
- label appears on the canvas (between the top and bottom bars);
- black bottom bar on the bottom.
If I press F12 on Chrome, I can see this error:
"Failed to load resource: the server responded with a status of 404 (Not Found) http://my_iSeries:8080/profoundui/userdata/css/custom.css".
I'm pretty sure this is causing the problem. Why is it trying to load custom.css with Chrome but not with IE (F12 on IE shows no errors)?
Edit:
The Chrome's error message has disappeared. We have a designer working on the custom.css; that explains the error, but the preview still doesn't work on Chrome.
All I can see now is the warning: "Viewport target-densitydpi is not supported. start?mode=preview:8"
If i click on "start?mode=preview:8" it shows me this script:
Code: Select all
<script>
window.onload = function() { pui.start() };
</script>
Thanks.