Bug maybe.......maybe me. I have included a project I did a while ago, I am sure it worked but in the current version of b4j I seem to have an issue with the initialization of a class. It is colorpicker class. In the initialize it needs 4 params
I initialize in the appStart with
I am getting an error "too many parameters" as I said I am sure it worked before. Have I missed something in the updates?
B4X:
Public Sub Initialize(Module As Object,EventName As String,Pane1 As Pane,Color As Paint)
B4X:
CP.Initialize(Me,"CP",pnlCP,fx.Colors.Black) ' colorpicker