Hello,
I'm trying to overlay a text in the Page Header from a grouping Header.
It is possible to overlay a grouping header text with a negative top value but it seems that the text of a field is not respecting Z index configuration.
The background color and the border is shown correctly and is overlapping but the texts of the same objects are shown as they would be always on top. So the result is that I see the background of the grouping header and both texts on it.
Any ideas how I can hide the text?
thx
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Z index for texts are not respected
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: Z index for texts are not respected
Hi,
nuHide('FF_label_memo');
or in the Object / Property / Access - choose hidden.
With nuHide in Custome code / JavaScript you can hide any object ex.Any ideas how I can hide the text?
nuHide('FF_label_memo');
or in the Object / Property / Access - choose hidden.
If you like nuBuilder, please leave a review on SourceForge
-
- Posts: 38
- Joined: Wed May 29, 2019 2:50 pm
Re: Z index for texts are not respected
Thank you for your answer.Janusz wrote:Hi,With nuHide in Custome code / JavaScript you can hide any object ex.Any ideas how I can hide the text?
nuHide('FF_label_memo');
or in the Object / Property / Access - choose hidden.
I'm not sure how this could help. Is it possible to initiate code during the report creation?
The thing is that I have one text that is printed on each page but on some pages it should be replaced by the grouping feature. So my thought was that I just put another text object on top that overlaps the original one.
So it would be necessary to hide the original text just on some pages.
Re: Z index for texts are not respected
fpdragon,
You could expect the order of Objects to appear in the same order as Select Objects displays them...
Steven
You could expect the order of Objects to appear in the same order as Select Objects displays them...
Steven
You do not have the required permissions to view the files attached to this post.
-
- Posts: 14
- Joined: Tue Mar 20, 2018 5:07 am
Re: Z index for texts are not respected
I ran into the same problem: I scanned a form and want that as a full page background.png. On top of that background.png I want to display my fields (and fill in the form).
The Z index is not working. I had the image on 100 and the fields on 999 but the fields always ended up being covered by the image.
I found what was posted here: if the image is obj1001 and the fields have a higher number, that works like the Z Index: higher number is on top and visible. The problem is: I cannot choose the obj_no, and the background.png keeps getting the highest number when I save the report and therefore covers all the fields. What can I do to solve that problem? Why is the image always getting the highest number, even though I add new fields?
Thanks Mike
The Z index is not working. I had the image on 100 and the fields on 999 but the fields always ended up being covered by the image.
I found what was posted here: if the image is obj1001 and the fields have a higher number, that works like the Z Index: higher number is on top and visible. The problem is: I cannot choose the obj_no, and the background.png keeps getting the highest number when I save the report and therefore covers all the fields. What can I do to solve that problem? Why is the image always getting the highest number, even though I add new fields?
Thanks Mike
You do not have the required permissions to view the files attached to this post.