Hello,
When my app opens I am loading my Layout using the following code:
So far so good.
On my 'Main' layout I have a button that will display another layout called 'test' and I am calling it using:
Now I have 2 layouts open at the same time, which I want. I have my 'test' layout 100% the width and height and set the background color to Black and set the Alpha to 200 which allow me to still see the 'Main' layout which I want.
However how can I make it so that you can't click on buttons/objects from the 'Main' layout while the 'test' layout is shown ?
(I want to be able to see the 'Main' layout as well as the 'test' layout at the same time)
Any one got any ideas?
When my app opens I am loading my Layout using the following code:
B4X:
Activity.LoadLayout("Main")
So far so good.
On my 'Main' layout I have a button that will display another layout called 'test' and I am calling it using:
B4X:
Activity.LoadLayout("test")
Now I have 2 layouts open at the same time, which I want. I have my 'test' layout 100% the width and height and set the background color to Black and set the Alpha to 200 which allow me to still see the 'Main' layout which I want.
However how can I make it so that you can't click on buttons/objects from the 'Main' layout while the 'test' layout is shown ?
(I want to be able to see the 'Main' layout as well as the 'test' layout at the same time)
Any one got any ideas?