I added an embedded view on a page and set the width and height to fit to window.
The view has the show single category option in order to show only the documents that equal the username.
The problem with height fit to window is that it displays an extra blank line on top of the page which I can not get rid of.
When I specify a height the problem is solved (the specified height has a limit to set).
What I tried is just to mimic a normal view display but now the action button do not line up nice equal.
Anyone who know how to solve this problem?
Or can we register this as a bug?
THanks for your help!
Subject: Embedded view on page - fit to height causes extra blank line on top
If this is a web app you can try our new framework based off of Ext. We don’t yet have support for single category views and view actions but we should in the next couple of weeks.
http://extjs.com/forum/showthread.php?t=6829
Here’s an oinline demo
http://openntf.org/extnd/names.nsf/main.html
Subject: Embedded view on page - fit to height causes extra blank line on top
Hey, I’m having the same problem.My embedded view is causing 3
elements to be inserted on top of the view.
I can’t figure it out. If you do, will you please post it here.
Subject: RE: Embedded view on page - fit to height causes extra blank line on top
3? So I guess I might consider myself lucky with just 1
I have created a new database from scratch and rebuild every building block to come to the same result where I want to display an embedded view on a page and AGAIN the extra white line appears.
I believe we might call this just an ugly bug.
How I solved it:
don’t show the action bar, give the page / form the background of your normal action bar. show an extra empty row on top of your page/form.
okej this is really ugly and you cannot add any actions to the view. if you would add a action button on the page above the view via an image AGAIN Notes places an empty
between the button and the view.
yuk!