showBarcode method
dynamic
showBarcode(
- dynamic param,
- dynamic context,
- dynamic backcolor
Implementation
showBarcode(param, context, backcolor) {
myLogAll('showBarcode');
param[gName] = gBarcode;
showScreenPage([
{
gName: param[gLabel],
gType: gScreen,
gItems: {
0: {gItem: getJsonEncode(param)},
// 1: {gItem: '{"$gType":"$gPhoto","$gValue":$isSelfie}'}
}
}
], context);
}