Hi,
i need to customize some user experience of view
For examble RowHeight, User Color and other
I have thinked to insert a list of commands in a memo field and run it at runtime.
Is this possible?
An example of memo is the following
On activity_create event
i need scan memo field and execute each command line
i need to customize some user experience of view
For examble RowHeight, User Color and other
I have thinked to insert a list of commands in a memo field and run it at runtime.
Is this possible?
An example of memo is the following
B4X:
Dim LaySetting as String
LaySetting = $"
txtBarcode.Color = Colors.RGB(255,192,128)
txtBarcode.TextSize = 20
"$
i need scan memo field and execute each command line