Schakalaka Active Member Licensed User Longtime User Yesterday at 4:41 PM #1 Hello, I' m using B4X] AS DraggableBottomCard from this post: i want use only one animation from hiden to show, without the option to reduce of 50% the view. Actually i use this code. B4X: asdbc_main.Initialize(Me,"asdbc_main") asdbc_main.Create(PanelContent,80%y,80%y,0%y,PanelContent.Width,asdbc_main.Orientation_MIDDLE) on click button event asdbc_main.BodyPanel.LoadLayout("frm_body") asdbc_main.Show(False) But i think that it is loading layout twice.. How can i do? Thanks @Alexander Stolte
Hello, I' m using B4X] AS DraggableBottomCard from this post: i want use only one animation from hiden to show, without the option to reduce of 50% the view. Actually i use this code. B4X: asdbc_main.Initialize(Me,"asdbc_main") asdbc_main.Create(PanelContent,80%y,80%y,0%y,PanelContent.Width,asdbc_main.Orientation_MIDDLE) on click button event asdbc_main.BodyPanel.LoadLayout("frm_body") asdbc_main.Show(False) But i think that it is loading layout twice.. How can i do? Thanks @Alexander Stolte
Alexander Stolte Expert Licensed User Longtime User Yesterday at 5:02 PM #2 Schakalaka said: How can i do? Click to expand... Simply enter the same height. Upvote 0