Marinell / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

White Transparencies on iOS don't work #980

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a container with bg white and Transparency 110 over a Container with bg 
blue and Transparency 0. And in the white Container transparency don´t work.

What steps will reproduce the problem?
1.Create a style "jcontainer" with color blue and Transparency 0
2.Create a style "jcontainer_text" with color FFFFFF and transparency 110
3.Add a Container on the form with BorderLayout and Style "jcontainer"
4.Add a Container on the previous Container with contrains BorderLayout.SOUTH 
and Style "jcontainer_text"

What is the expected output? 

A container white with Transparency 110 over a blue container

What do you see instead?

A container white with no Transparency over a blue container

What version of the product are you using?

NB plugin 1.0.60 

On what operating system?

Windows 7

Please provide any additional information below.

Here are two screenshots of my app running on iOs 6 and running on android 4.4

Original issue reported on code.google.com by jaz...@gmail.com on 3 Dec 2013 at 11:51

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry is not Transparency 0, is 255 or not Transparency.

Original comment by jaz...@gmail.com on 4 Dec 2013 at 12:03

GoogleCodeExporter commented 9 years ago
There is a hard to fix issue with background transparency on iOS. Since we are 
currently in the process of rewriting the graphics layer on iOS and are also in 
code freeze this probably won't be fixed until the rewrite occurs.
The workaround is to use an image with the transparency embedded into it until 
we replace the graphics layer.

Original comment by shai.almog on 4 Dec 2013 at 5:59