asales Expert Licensed User Longtime User May 29, 2019 #1 I tried to compile the examples of the new BCTextEngine, but I get this errors in B4A and B4J: B4J: B4X: B4J Version: 7.32 Java Version: 11 Parsing code. (0.03s) Building folders structure. (0.03s) Compiling code. (0.07s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) Compiling generated Java code. Error B4J line: 170 skipUntilEndTag = True src\b4j\example\bbcodeview.java:416: error: not a statement _stackpeek().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True"; ^ 1 error B4A: B4X: B4A Versão: 9.01.2 Java Versão: 11 Analisando o código. (0.14s) Building folders structure. (0.15s) Compilando o código (0.09s) Arquivo ObfuscatorMap.txt criado na pasta "Objects". Compilando código dos layouts. (0.00s) Organizando bibliotecas (0.00s) Gerando o arquivo R. (0.00s) Compilando o código Java. Error B4A line: 170 skipUntilEndTag = True src\b4a\example\bbcodeview.java:400: error: not a statement _vvvv1().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True"; ^ 1 error
I tried to compile the examples of the new BCTextEngine, but I get this errors in B4A and B4J: B4J: B4X: B4J Version: 7.32 Java Version: 11 Parsing code. (0.03s) Building folders structure. (0.03s) Compiling code. (0.07s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) Compiling generated Java code. Error B4J line: 170 skipUntilEndTag = True src\b4j\example\bbcodeview.java:416: error: not a statement _stackpeek().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True"; ^ 1 error B4A: B4X: B4A Versão: 9.01.2 Java Versão: 11 Analisando o código. (0.14s) Building folders structure. (0.15s) Compilando o código (0.09s) Arquivo ObfuscatorMap.txt criado na pasta "Objects". Compilando código dos layouts. (0.00s) Organizando bibliotecas (0.00s) Gerando o arquivo R. (0.00s) Compilando o código Java. Error B4A line: 170 skipUntilEndTag = True src\b4a\example\bbcodeview.java:400: error: not a statement _vvvv1().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True"; ^ 1 error
Erel B4X founder Staff member Licensed User Longtime User May 29, 2019 #2 Fixed in v1.01: https://www.b4x.com/android/forum/t...xt-engine-bbcode-parser-rich-text-view.106207 Upvote 0