stari Active Member Licensed User Longtime User Dec 23, 2020 #1 I browsed the forum but can't find how to SetLayout (as for Button) for B4XButton. I want to set position for B4XButton programmatically. Thks.
I browsed the forum but can't find how to SetLayout (as for Button) for B4XButton. I want to set position for B4XButton programmatically. Thks.
LucaMs Expert Licensed User Longtime User Dec 23, 2020 #2 stari said: B4XButton Click to expand... ? You should have something like: B4X: Sub Process_Globals Private MyButton As B4XView '... End Sub MyButton.Left = MyButton.SetLayoutAnimated( Upvote 0
stari said: B4XButton Click to expand... ? You should have something like: B4X: Sub Process_Globals Private MyButton As B4XView '... End Sub MyButton.Left = MyButton.SetLayoutAnimated(
stari Active Member Licensed User Longtime User Dec 23, 2020 #3 LucaMs said: ? You should have something like: B4X: Sub Process_Globals Private MyButton As B4XView '... End Sub MyButton.Left = MyButton.SetLayoutAnimated( Click to expand... Thks @LucaMs . I know. I thought there was something like SetLayout. No problem. Thanks anyway Upvote 0
LucaMs said: ? You should have something like: B4X: Sub Process_Globals Private MyButton As B4XView '... End Sub MyButton.Left = MyButton.SetLayoutAnimated( Click to expand... Thks @LucaMs . I know. I thought there was something like SetLayout. No problem. Thanks anyway
LucaMs Expert Licensed User Longtime User Dec 23, 2020 #4 stari said: I thought there was something like SetLayout. Click to expand... SetLayoutAnimated is the same, just set the animation duration to zero. Upvote 0
stari said: I thought there was something like SetLayout. Click to expand... SetLayoutAnimated is the same, just set the animation duration to zero.