Hi EREL
The following code :
returns as result:
So, no color is being aplied, thou I figure the c-16711936 is the color code
EDIT:
Does work as expected
The following code :
B4X:
LogColor($"Connected as ${Connection}"$,Colors.Green)
returns as result:
B4X:
Installing file.
~i:** Activity (main) Pause, UserClosed = false **
PackageAdded: package:b4a.example
~i:** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
~c-16711936:Connected as BLT
So, no color is being aplied, thou I figure the c-16711936 is the color code
EDIT:
B4X:
LogColor($"Board initialized :${LCDBoard.IsInitialized}"$,Colors.Red)
Last edited: