Hello,
i try to create Anotherprogressbar inside a BBCodeview.
I always get java.lang.RuntimeException: Object should first be initialized (B4XView) in Line 3. What is wrong with pb.initialize ? It is a B4Xpage, so i call ROOT as Callback.
Has anyone createt Anotherprogressbar by code ?
i try to create Anotherprogressbar inside a BBCodeview.
B4X:
Dim pb As AnotherProgressBar
pb.Initialize(Root,"sw")
pb.mBase.SetLayoutAnimated(0,0,0,500dip,30dip)
I always get java.lang.RuntimeException: Object should first be initialized (B4XView) in Line 3. What is wrong with pb.initialize ? It is a B4Xpage, so i call ROOT as Callback.
Has anyone createt Anotherprogressbar by code ?