Android Question XUI Views (Declaración actual no concuerda con la anterior)

JaviP

Member
Licensed User
Hi.
I have a mobile application with habitual graphics components. Now I must use XUI componentes (for example: B4XComboBox).
When I use "XUI View" library, I have a compilation error:

B4A Versión: 8.80
Parseando código. (0.15s)
Building folders structure. (0.03s)
Compilando código. Error
Error al compilar el programa.
Descripción del error: Declaración actual no concuerda con la anterior.
Previous: {Type=F,Rank=0, RemoteObject=False}
Current: {Type=B4XFont,Rank=0, RemoteObject=True}
Ha ocurrido un error en la línea: 220
Dim f As B4XFont = xui.CreateFont2(HintFont, LargeLabelTextSize)


The line 220 isn't in my application, probably is from "XUI View" library.
¿Can anyone help me to solve the problem?
Thanks.
 
Top