B b4auser1 Well-Known Member Licensed User Longtime User Apr 4, 2017 #1 I have two layouts: main and sub. In main layout I have mypanel. In Designer: for sub I set Activity.color = Transparent for main I set mypanel.color = Gray I do Activity.LoadLayout("main") mypanel.LoadLayout("sub") and I don't see Gray for mypanel. What I should do fix this problem ?
I have two layouts: main and sub. In main layout I have mypanel. In Designer: for sub I set Activity.color = Transparent for main I set mypanel.color = Gray I do Activity.LoadLayout("main") mypanel.LoadLayout("sub") and I don't see Gray for mypanel. What I should do fix this problem ?
R ronell Well-Known Member Licensed User Longtime User Apr 4, 2017 #2 can you post your codes ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 4, 2017 #4 mypanel backgroud color will be the "activity" color from sub layout file. Upvote 0