WHy is the z-order being ignored in...

C

Colbert Zhou [MSFT]

Hello Dave,

Good day! I do the following steps in my side and manage to bring the
bitmap to front.

1. I open the report.bad.docx document in my side
2. Navigate to the page 4 and move the TextBox a bit off, so that we can
see the bitmap
3. Select the bitmap, so that we will see the "Format" tab
4. Navigate to the "Format" tab and click the "Bring to Front" button in
the "Arrange" group

Is this what you want? If you have any questions or concerns, please update
and I will do a follow up. :)


Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

David Thielen

Hi;

I can do that too. My question is why is it behind in the bad document
as the z-order in the .docx file should place it above the text. We
need to know what is wrong in the docx as our program generates the
file.

I have spent hours trying to figure out why it is ignoring the z-order
but cannot solve the issue.

thanks - dave



Hello Dave,

Good day! I do the following steps in my side and manage to bring the
bitmap to front.

1. I open the report.bad.docx document in my side
2. Navigate to the page 4 and move the TextBox a bit off, so that we can
see the bitmap
3. Select the bitmap, so that we will see the "Format" tab
4. Navigate to the "Format" tab and click the "Bring to Front" button in
the "Arrange" group

Is this what you want? If you have any questions or concerns, please update
and I will do a follow up. :)


Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
C

Colbert Zhou [MSFT]

Hello Dave,

I find that this issue is caused from the first pair of picture and
textbox. The relativeHeight and z-index are changed to 1 and 0 manually.
But in the report.good.docx, they are 251656192 and 251655168. So I modify
the report.bad.docx's first relativeHeight to 251656192, and the first
z-index to 251655168. It works.

I think we need to use large scale numbers for each image or textbox's
relativeHeight or z-index. When using relativeHeight 100100, 100400 for the
two images and the z-index 100000, 100300 for the two textboxs. The
generated document appears as expected.

Please download my sample document here, and hope that helps.
http://cid-c2e0d62e8a095a30.skydrive.live.com/self.aspx/Public/report.bad.do
cx

Please let me know if this addresses your concern. Have a nice day Dave!

Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
 
D

David Thielen

Hi;

Thank you. Playing with this some more it looks like it has to be a
difference of 1024 or more.

thanks - dave


Hello Dave,

I find that this issue is caused from the first pair of picture and
textbox. The relativeHeight and z-index are changed to 1 and 0 manually.
But in the report.good.docx, they are 251656192 and 251655168. So I modify
the report.bad.docx's first relativeHeight to 251656192, and the first
z-index to 251655168. It works.

I think we need to use large scale numbers for each image or textbox's
relativeHeight or z-index. When using relativeHeight 100100, 100400 for the
two images and the z-index 100000, 100300 for the two textboxs. The
generated document appears as expected.

Please download my sample document here, and hope that helps.
http://cid-c2e0d62e8a095a30.skydrive.live.com/self.aspx/Public/report.bad.do
cx

Please let me know if this addresses your concern. Have a nice day Dave!

Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top