Hi all,
I want to open another page with transition effect from right to left, so i follow erel code in this post;
I use this code to create an animation transition (left/right or right/left) between activities: https://www.b4x.com/android/forum/threads/custom-transitions-between-activities.15065/#content Is possible to make this with B4XPages? If yes, how? Thanks in advance for any tip.
The transition work fine, when i change parent color to green it shows correctly
Root.Parent.Color = xui.Color_Green
I don't know if this is bug or not, but when i try to change root parent color with transparent it doesn't work as expected. only white color shown rather than transparent
Root.Parent.Color = xui.Color_Transparent
Any idea how to solve this ?
Thank you