Hi
I try to make this example and library work with B4XPage (B4A) s, but i get a white screen , loading the P4X page that contain the layout.
Here's my B4XPage class instance :
Not problem without p4Xpage with default type activity project.
Anyone know know to make this lib work with B4XPages ?
thank you
I try to make this example and library work with B4XPage (B4A) s, but i get a white screen , loading the P4X page that contain the layout.
[B4X] [XUI] SD AwesoneWheel
SD_XUI_AwesoneWheel Author: Star-Dust Version: 0.05 AwesoneWheel Events: StopWheel (Index As Int, Value As String) Fields: Degree As Int TextSize As Int TimeLapseTick As Int Time frame that the wheel takes to cross each box - Defaults is 60 (milliseconds) RadiusCentralBall As Int Default...
www.b4x.com
Here's my B4XPage class instance :
B4X:
Sub Class_Globals
Private Root As B4XView 'ignore
Private xui As XUI 'ignore
Private AwVerb As AwesoneWheel
End Sub
'You can add more parameters here.
Public Sub Initialize As Object
Return Me
End Sub
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
'load the layout to Root
Root.LoadLayout("SxWheelPageLayout")
AwVerb.AddItem("1", xui.Color_Magenta)
AwVerb.AddItem("2", xui.Color_RGB(255,150,150))
AwVerb.AddItem("3", xui.Color_RGB(255,150,150))
Awverb.Text="Go !" ' Default is Play
End Sub
Not problem without p4Xpage with default type activity project.
Anyone know know to make this lib work with B4XPages ?
thank you