Version: 4:11:02

Se arrglo el resumen dia, ahora puedes entrar sin necesidad de hacer algun pedido sin que truene, se muestra la cantidad de clientes visitados sin importar si tienen o no tienen venta y tambien se le agrego la cantidad de clientes que si tienen venta.
This commit is contained in:
IsR0d
2024-11-04 12:36:27 -06:00
parent 65319638b4
commit f9f3ff7d6e
545 changed files with 22807 additions and 103664 deletions

View File

@@ -10,7 +10,7 @@ public class animatedcounter extends B4AClass.ImplB4AClass implements BA.SubDele
private static java.util.HashMap<String, java.lang.reflect.Method> htSubs;
private void innerInitialize(BA _ba) throws Exception {
if (ba == null) {
ba = new anywheresoftware.b4a.ShellBA(_ba, this, htSubs, "keymon.lat.medicomed.animatedcounter");
ba = new BA(_ba, this, htSubs, "keymon.lat.medicomed.animatedcounter");
if (htSubs == null) {
ba.loadHtSubs(this.getClass());
htSubs = ba.htSubs;
@@ -23,14 +23,7 @@ public class animatedcounter extends B4AClass.ImplB4AClass implements BA.SubDele
ba.raiseEvent2(null, true, "class_globals", false);
}
public void innerInitializeHelper(anywheresoftware.b4a.BA _ba) throws Exception{
innerInitialize(_ba);
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
return BA.SubDelegator.SubNotFound;
}
public anywheresoftware.b4a.keywords.Common __c = null;
public anywheresoftware.b4a.keywords.Common __c = null;
public String _meventname = "";
public Object _mcallback = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _mbase = null;
@@ -57,421 +50,287 @@ public keymon.lat.medicomed.b4xpages _b4xpages = null;
public keymon.lat.medicomed.b4xcollections _b4xcollections = null;
public keymon.lat.medicomed.httputils2service _httputils2service = null;
public keymon.lat.medicomed.xuiviewsutils _xuiviewsutils = null;
public String _base_resize(keymon.lat.medicomed.animatedcounter __ref,double _width,double _height) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "base_resize", true))
{return ((String) Debug.delegate(ba, "base_resize", new Object[] {_width,_height}));}
public String _base_resize(double _width,double _height) throws Exception{
int _columns = 0;
anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _bmp = null;
int _left = 0;
int _i = 0;
anywheresoftware.b4a.objects.B4XViewWrapper _iv = null;
RDebugUtils.currentLine=44302336;
//BA.debugLineNum = 44302336;BA.debugLine="Private Sub Base_Resize (Width As Double, Height A";
RDebugUtils.currentLine=44302337;
//BA.debugLineNum = 44302337;BA.debugLine="mBase.GetView(0).SetLayoutAnimated(0, 0, 0, Width";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .GetView((int) (0)).SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
RDebugUtils.currentLine=44302338;
//BA.debugLineNum = 44302338;BA.debugLine="xfadeIv.SetLayoutAnimated(0, 0, 0, Width, Height)";
__ref._xfadeiv /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
RDebugUtils.currentLine=44302339;
//BA.debugLineNum = 44302339;BA.debugLine="xfadeIv.SetBitmap(fade.Resize(Width, Height, Fals";
__ref._xfadeiv /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetBitmap((android.graphics.Bitmap)(__ref._fade /*anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper*/ .Resize((int) (_width),(int) (_height),__c.False).getObject()));
RDebugUtils.currentLine=44302340;
//BA.debugLineNum = 44302340;BA.debugLine="DigitHeight = Height";
__ref._digitheight /*int*/ = (int) (_height);
RDebugUtils.currentLine=44302341;
//BA.debugLineNum = 44302341;BA.debugLine="Dim Columns As Int = mdigits";
_columns = __ref._mdigits /*int*/ ;
RDebugUtils.currentLine=44302342;
//BA.debugLineNum = 44302342;BA.debugLine="DigitWidth = Width / Columns";
__ref._digitwidth /*int*/ = (int) (_width/(double)_columns);
RDebugUtils.currentLine=44302343;
//BA.debugLineNum = 44302343;BA.debugLine="Dim bmp As B4XBitmap = CreateBitmap(lblTemplate)";
//BA.debugLineNum = 70;BA.debugLine="Private Sub Base_Resize (Width As Double, Height A";
//BA.debugLineNum = 71;BA.debugLine="mBase.GetView(0).SetLayoutAnimated(0, 0, 0, Width";
_mbase.GetView((int) (0)).SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
//BA.debugLineNum = 72;BA.debugLine="xfadeIv.SetLayoutAnimated(0, 0, 0, Width, Height)";
_xfadeiv.SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
//BA.debugLineNum = 73;BA.debugLine="xfadeIv.SetBitmap(fade.Resize(Width, Height, Fals";
_xfadeiv.SetBitmap((android.graphics.Bitmap)(_fade.Resize((int) (_width),(int) (_height),__c.False).getObject()));
//BA.debugLineNum = 74;BA.debugLine="DigitHeight = Height";
_digitheight = (int) (_height);
//BA.debugLineNum = 75;BA.debugLine="Dim Columns As Int = mdigits";
_columns = _mdigits;
//BA.debugLineNum = 76;BA.debugLine="DigitWidth = Width / Columns";
_digitwidth = (int) (_width/(double)_columns);
//BA.debugLineNum = 77;BA.debugLine="Dim bmp As B4XBitmap = CreateBitmap(lblTemplate)";
_bmp = new anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper();
_bmp = __ref._createbitmap /*anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper*/ (null,__ref._lbltemplate /*anywheresoftware.b4a.objects.B4XViewWrapper*/ );
RDebugUtils.currentLine=44302344;
//BA.debugLineNum = 44302344;BA.debugLine="Dim left As Int = Width";
_bmp = _createbitmap(_lbltemplate);
//BA.debugLineNum = 78;BA.debugLine="Dim left As Int = Width";
_left = (int) (_width);
RDebugUtils.currentLine=44302345;
//BA.debugLineNum = 44302345;BA.debugLine="For i = 0 To ImageViews.Size - 1";
//BA.debugLineNum = 79;BA.debugLine="For i = 0 To ImageViews.Size - 1";
{
final int step9 = 1;
final int limit9 = (int) (__ref._imageviews /*anywheresoftware.b4a.objects.collections.List*/ .getSize()-1);
final int limit9 = (int) (_imageviews.getSize()-1);
_i = (int) (0) ;
for (;_i <= limit9 ;_i = _i + step9 ) {
RDebugUtils.currentLine=44302346;
//BA.debugLineNum = 44302346;BA.debugLine="Dim iv As B4XView = ImageViews.Get(i)";
//BA.debugLineNum = 80;BA.debugLine="Dim iv As B4XView = ImageViews.Get(i)";
_iv = new anywheresoftware.b4a.objects.B4XViewWrapper();
_iv = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__ref._imageviews /*anywheresoftware.b4a.objects.collections.List*/ .Get(_i)));
RDebugUtils.currentLine=44302348;
//BA.debugLineNum = 44302348;BA.debugLine="left = left - DigitWidth";
_left = (int) (_left-__ref._digitwidth /*int*/ );
RDebugUtils.currentLine=44302349;
//BA.debugLineNum = 44302349;BA.debugLine="iv.SetLayoutAnimated(0, left, TopFromValue(i), D";
_iv.SetLayoutAnimated((int) (0),_left,__ref._topfromvalue /*int*/ (null,_i),__ref._digitwidth /*int*/ ,(int) (__ref._digitheight /*int*/ *10));
RDebugUtils.currentLine=44302350;
//BA.debugLineNum = 44302350;BA.debugLine="iv.SetBitmap(bmp)";
_iv = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_imageviews.Get(_i)));
//BA.debugLineNum = 82;BA.debugLine="left = left - DigitWidth";
_left = (int) (_left-_digitwidth);
//BA.debugLineNum = 83;BA.debugLine="iv.SetLayoutAnimated(0, left, TopFromValue(i), D";
_iv.SetLayoutAnimated((int) (0),_left,_topfromvalue(_i),_digitwidth,(int) (_digitheight*10));
//BA.debugLineNum = 84;BA.debugLine="iv.SetBitmap(bmp)";
_iv.SetBitmap((android.graphics.Bitmap)(_bmp.getObject()));
}
};
RDebugUtils.currentLine=44302352;
//BA.debugLineNum = 44302352;BA.debugLine="End Sub";
//BA.debugLineNum = 86;BA.debugLine="End Sub";
return "";
}
public anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _createbitmap(keymon.lat.medicomed.animatedcounter __ref,anywheresoftware.b4a.objects.B4XViewWrapper _lbl) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "createbitmap", true))
{return ((anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper) Debug.delegate(ba, "createbitmap", new Object[] {_lbl}));}
public String _class_globals() throws Exception{
//BA.debugLineNum = 5;BA.debugLine="Sub Class_Globals";
//BA.debugLineNum = 6;BA.debugLine="Private mEventName As String 'ignore";
_meventname = "";
//BA.debugLineNum = 7;BA.debugLine="Private mCallBack As Object 'ignore";
_mcallback = new Object();
//BA.debugLineNum = 8;BA.debugLine="Public mBase As B4XView 'ignore";
_mbase = new anywheresoftware.b4a.objects.B4XViewWrapper();
//BA.debugLineNum = 9;BA.debugLine="Private xui As XUI 'ignore";
_xui = new anywheresoftware.b4a.objects.B4XViewWrapper.XUI();
//BA.debugLineNum = 10;BA.debugLine="Private ImageViews As List";
_imageviews = new anywheresoftware.b4a.objects.collections.List();
//BA.debugLineNum = 11;BA.debugLine="Private mdigits As Int";
_mdigits = 0;
//BA.debugLineNum = 12;BA.debugLine="Private lblTemplate As B4XView";
_lbltemplate = new anywheresoftware.b4a.objects.B4XViewWrapper();
//BA.debugLineNum = 13;BA.debugLine="Private mValue As List";
_mvalue = new anywheresoftware.b4a.objects.collections.List();
//BA.debugLineNum = 14;BA.debugLine="Private DigitHeight, DigitWidth As Int";
_digitheight = 0;
_digitwidth = 0;
//BA.debugLineNum = 15;BA.debugLine="Private mDuration As Int";
_mduration = 0;
//BA.debugLineNum = 16;BA.debugLine="Private fade As B4XBitmap";
_fade = new anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper();
//BA.debugLineNum = 17;BA.debugLine="Private xfadeIv As B4XView";
_xfadeiv = new anywheresoftware.b4a.objects.B4XViewWrapper();
//BA.debugLineNum = 18;BA.debugLine="Public Tag As Object";
_tag = new Object();
//BA.debugLineNum = 20;BA.debugLine="End Sub";
return "";
}
public anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _createbitmap(anywheresoftware.b4a.objects.B4XViewWrapper _lbl) throws Exception{
anywheresoftware.b4a.objects.B4XViewWrapper _p = null;
anywheresoftware.b4a.objects.B4XCanvas _cvs = null;
anywheresoftware.b4a.objects.B4XCanvas.B4XRect _r = null;
int _baseline = 0;
int _i = 0;
anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _res = null;
RDebugUtils.currentLine=44433408;
//BA.debugLineNum = 44433408;BA.debugLine="Private Sub CreateBitmap (lbl As B4XView) As B4XBi";
RDebugUtils.currentLine=44433409;
//BA.debugLineNum = 44433409;BA.debugLine="Dim p As B4XView = xui.CreatePanel(\"\")";
//BA.debugLineNum = 93;BA.debugLine="Private Sub CreateBitmap (lbl As B4XView) As B4XBi";
//BA.debugLineNum = 94;BA.debugLine="Dim p As B4XView = xui.CreatePanel(\"\")";
_p = new anywheresoftware.b4a.objects.B4XViewWrapper();
_p = __ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .CreatePanel(ba,"");
RDebugUtils.currentLine=44433410;
//BA.debugLineNum = 44433410;BA.debugLine="p.SetLayoutAnimated(0, 0, 0, DigitWidth, DigitHei";
_p.SetLayoutAnimated((int) (0),(int) (0),(int) (0),__ref._digitwidth /*int*/ ,(int) (__ref._digitheight /*int*/ *10));
RDebugUtils.currentLine=44433411;
//BA.debugLineNum = 44433411;BA.debugLine="Dim cvs As B4XCanvas";
_p = _xui.CreatePanel(ba,"");
//BA.debugLineNum = 95;BA.debugLine="p.SetLayoutAnimated(0, 0, 0, DigitWidth, DigitHei";
_p.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_digitwidth,(int) (_digitheight*10));
//BA.debugLineNum = 96;BA.debugLine="Dim cvs As B4XCanvas";
_cvs = new anywheresoftware.b4a.objects.B4XCanvas();
RDebugUtils.currentLine=44433412;
//BA.debugLineNum = 44433412;BA.debugLine="cvs.Initialize(p)";
//BA.debugLineNum = 97;BA.debugLine="cvs.Initialize(p)";
_cvs.Initialize(_p);
RDebugUtils.currentLine=44433413;
//BA.debugLineNum = 44433413;BA.debugLine="Dim r As B4XRect = cvs.MeasureText(\"5\", lbl.Font)";
//BA.debugLineNum = 98;BA.debugLine="Dim r As B4XRect = cvs.MeasureText(\"5\", lbl.Font)";
_r = _cvs.MeasureText("5",_lbl.getFont());
RDebugUtils.currentLine=44433414;
//BA.debugLineNum = 44433414;BA.debugLine="Dim BaseLine As Int = DigitHeight / 2 - r.Height";
_baseline = (int) (__ref._digitheight /*int*/ /(double)2-_r.getHeight()/(double)2-_r.getTop());
RDebugUtils.currentLine=44433415;
//BA.debugLineNum = 44433415;BA.debugLine="For i = 0 To 9";
//BA.debugLineNum = 99;BA.debugLine="Dim BaseLine As Int = DigitHeight / 2 - r.Height";
_baseline = (int) (_digitheight/(double)2-_r.getHeight()/(double)2-_r.getTop());
//BA.debugLineNum = 100;BA.debugLine="For i = 0 To 9";
{
final int step7 = 1;
final int limit7 = (int) (9);
_i = (int) (0) ;
for (;_i <= limit7 ;_i = _i + step7 ) {
RDebugUtils.currentLine=44433416;
//BA.debugLineNum = 44433416;BA.debugLine="cvs.DrawText(i, DigitWidth / 2, i * DigitHeight";
_cvs.DrawText(ba,BA.NumberToString(_i),(float) (__ref._digitwidth /*int*/ /(double)2),(float) (_i*__ref._digitheight /*int*/ +_baseline),_lbl.getFont(),_lbl.getTextColor(),BA.getEnumFromString(android.graphics.Paint.Align.class,"CENTER"));
//BA.debugLineNum = 101;BA.debugLine="cvs.DrawText(i, DigitWidth / 2, i * DigitHeight";
_cvs.DrawText(ba,BA.NumberToString(_i),(float) (_digitwidth/(double)2),(float) (_i*_digitheight+_baseline),_lbl.getFont(),_lbl.getTextColor(),BA.getEnumFromString(android.graphics.Paint.Align.class,"CENTER"));
}
};
RDebugUtils.currentLine=44433418;
//BA.debugLineNum = 44433418;BA.debugLine="cvs.Invalidate";
//BA.debugLineNum = 103;BA.debugLine="cvs.Invalidate";
_cvs.Invalidate();
RDebugUtils.currentLine=44433419;
//BA.debugLineNum = 44433419;BA.debugLine="Dim res As B4XBitmap = cvs.CreateBitmap";
//BA.debugLineNum = 104;BA.debugLine="Dim res As B4XBitmap = cvs.CreateBitmap";
_res = new anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper();
_res = _cvs.CreateBitmap();
RDebugUtils.currentLine=44433420;
//BA.debugLineNum = 44433420;BA.debugLine="cvs.Release";
//BA.debugLineNum = 105;BA.debugLine="cvs.Release";
_cvs.Release();
RDebugUtils.currentLine=44433421;
//BA.debugLineNum = 44433421;BA.debugLine="Return res";
//BA.debugLineNum = 106;BA.debugLine="Return res";
if (true) return _res;
RDebugUtils.currentLine=44433422;
//BA.debugLineNum = 44433422;BA.debugLine="End Sub";
//BA.debugLineNum = 107;BA.debugLine="End Sub";
return null;
}
public int _topfromvalue(keymon.lat.medicomed.animatedcounter __ref,int _digit) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "topfromvalue", true))
{return ((Integer) Debug.delegate(ba, "topfromvalue", new Object[] {_digit}));}
int _d = 0;
RDebugUtils.currentLine=44367872;
//BA.debugLineNum = 44367872;BA.debugLine="Private Sub TopFromValue (Digit As Int) As Int";
RDebugUtils.currentLine=44367873;
//BA.debugLineNum = 44367873;BA.debugLine="Dim d As Int = mValue.Get(Digit)";
_d = (int)(BA.ObjectToNumber(__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .Get(_digit)));
RDebugUtils.currentLine=44367874;
//BA.debugLineNum = 44367874;BA.debugLine="Return -d * DigitHeight";
if (true) return (int) (-_d*__ref._digitheight /*int*/ );
RDebugUtils.currentLine=44367875;
//BA.debugLineNum = 44367875;BA.debugLine="End Sub";
return 0;
}
public String _class_globals(keymon.lat.medicomed.animatedcounter __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
RDebugUtils.currentLine=44040192;
//BA.debugLineNum = 44040192;BA.debugLine="Sub Class_Globals";
RDebugUtils.currentLine=44040193;
//BA.debugLineNum = 44040193;BA.debugLine="Private mEventName As String 'ignore";
_meventname = "";
RDebugUtils.currentLine=44040194;
//BA.debugLineNum = 44040194;BA.debugLine="Private mCallBack As Object 'ignore";
_mcallback = new Object();
RDebugUtils.currentLine=44040195;
//BA.debugLineNum = 44040195;BA.debugLine="Public mBase As B4XView 'ignore";
_mbase = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=44040196;
//BA.debugLineNum = 44040196;BA.debugLine="Private xui As XUI 'ignore";
_xui = new anywheresoftware.b4a.objects.B4XViewWrapper.XUI();
RDebugUtils.currentLine=44040197;
//BA.debugLineNum = 44040197;BA.debugLine="Private ImageViews As List";
_imageviews = new anywheresoftware.b4a.objects.collections.List();
RDebugUtils.currentLine=44040198;
//BA.debugLineNum = 44040198;BA.debugLine="Private mdigits As Int";
_mdigits = 0;
RDebugUtils.currentLine=44040199;
//BA.debugLineNum = 44040199;BA.debugLine="Private lblTemplate As B4XView";
_lbltemplate = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=44040200;
//BA.debugLineNum = 44040200;BA.debugLine="Private mValue As List";
_mvalue = new anywheresoftware.b4a.objects.collections.List();
RDebugUtils.currentLine=44040201;
//BA.debugLineNum = 44040201;BA.debugLine="Private DigitHeight, DigitWidth As Int";
_digitheight = 0;
_digitwidth = 0;
RDebugUtils.currentLine=44040202;
//BA.debugLineNum = 44040202;BA.debugLine="Private mDuration As Int";
_mduration = 0;
RDebugUtils.currentLine=44040203;
//BA.debugLineNum = 44040203;BA.debugLine="Private fade As B4XBitmap";
_fade = new anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper();
RDebugUtils.currentLine=44040204;
//BA.debugLineNum = 44040204;BA.debugLine="Private xfadeIv As B4XView";
_xfadeiv = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=44040205;
//BA.debugLineNum = 44040205;BA.debugLine="Public Tag As Object";
_tag = new Object();
RDebugUtils.currentLine=44040207;
//BA.debugLineNum = 44040207;BA.debugLine="End Sub";
return "";
}
public anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _createfadebitmap(keymon.lat.medicomed.animatedcounter __ref,int _clr) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "createfadebitmap", true))
{return ((anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper) Debug.delegate(ba, "createfadebitmap", new Object[] {_clr}));}
public anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _createfadebitmap(int _clr) throws Exception{
b4a.example.bitmapcreator _bc = null;
anywheresoftware.b4a.objects.B4XCanvas.B4XRect _r = null;
int _tclr = 0;
RDebugUtils.currentLine=44236800;
//BA.debugLineNum = 44236800;BA.debugLine="Private Sub CreateFadeBitmap (clr As Int) As B4XBi";
RDebugUtils.currentLine=44236801;
//BA.debugLineNum = 44236801;BA.debugLine="Dim bc As BitmapCreator";
//BA.debugLineNum = 56;BA.debugLine="Private Sub CreateFadeBitmap (clr As Int) As B4XBi";
//BA.debugLineNum = 57;BA.debugLine="Dim bc As BitmapCreator";
_bc = new b4a.example.bitmapcreator();
RDebugUtils.currentLine=44236802;
//BA.debugLineNum = 44236802;BA.debugLine="bc.Initialize(200, 50)";
//BA.debugLineNum = 58;BA.debugLine="bc.Initialize(200, 50)";
_bc._initialize(ba,(int) (200),(int) (50));
RDebugUtils.currentLine=44236803;
//BA.debugLineNum = 44236803;BA.debugLine="Dim r As B4XRect";
//BA.debugLineNum = 59;BA.debugLine="Dim r As B4XRect";
_r = new anywheresoftware.b4a.objects.B4XCanvas.B4XRect();
RDebugUtils.currentLine=44236804;
//BA.debugLineNum = 44236804;BA.debugLine="r.Initialize(0, 0, bc.mWidth, bc.mHeight / 3)";
//BA.debugLineNum = 60;BA.debugLine="r.Initialize(0, 0, bc.mWidth, bc.mHeight / 3)";
_r.Initialize((float) (0),(float) (0),(float) (_bc._mwidth),(float) (_bc._mheight/(double)3));
RDebugUtils.currentLine=44236805;
//BA.debugLineNum = 44236805;BA.debugLine="Dim tclr As Int = Bit.And(0x00ffffff, clr)";
//BA.debugLineNum = 61;BA.debugLine="Dim tclr As Int = Bit.And(0x00ffffff, clr)";
_tclr = __c.Bit.And(((int)0x00ffffff),_clr);
RDebugUtils.currentLine=44236806;
//BA.debugLineNum = 44236806;BA.debugLine="bc.FillGradient(Array As Int(clr, tclr), r, \"TOP_";
//BA.debugLineNum = 62;BA.debugLine="bc.FillGradient(Array As Int(clr, tclr), r, \"TOP_";
_bc._fillgradient(new int[]{_clr,_tclr},_r,"TOP_BOTTOM");
RDebugUtils.currentLine=44236807;
//BA.debugLineNum = 44236807;BA.debugLine="r.Top = bc.mHeight * 2 / 3";
//BA.debugLineNum = 63;BA.debugLine="r.Top = bc.mHeight * 2 / 3";
_r.setTop((float) (_bc._mheight*2/(double)3));
RDebugUtils.currentLine=44236808;
//BA.debugLineNum = 44236808;BA.debugLine="r.Bottom = bc.mHeight";
//BA.debugLineNum = 64;BA.debugLine="r.Bottom = bc.mHeight";
_r.setBottom((float) (_bc._mheight));
RDebugUtils.currentLine=44236809;
//BA.debugLineNum = 44236809;BA.debugLine="bc.FillGradient(Array As Int(clr, tclr), r, \"BOTT";
//BA.debugLineNum = 65;BA.debugLine="bc.FillGradient(Array As Int(clr, tclr), r, \"BOTT";
_bc._fillgradient(new int[]{_clr,_tclr},_r,"BOTTOM_TOP");
RDebugUtils.currentLine=44236810;
//BA.debugLineNum = 44236810;BA.debugLine="Return bc.Bitmap";
//BA.debugLineNum = 66;BA.debugLine="Return bc.Bitmap";
if (true) return _bc._getbitmap();
RDebugUtils.currentLine=44236811;
//BA.debugLineNum = 44236811;BA.debugLine="End Sub";
//BA.debugLineNum = 67;BA.debugLine="End Sub";
return null;
}
public String _designercreateview(keymon.lat.medicomed.animatedcounter __ref,Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "designercreateview", true))
{return ((String) Debug.delegate(ba, "designercreateview", new Object[] {_base,_lbl,_props}));}
public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{
anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
int _i = 0;
anywheresoftware.b4a.objects.ImageViewWrapper _iv = null;
anywheresoftware.b4a.objects.ImageViewWrapper _fadeiv = null;
RDebugUtils.currentLine=44171264;
//BA.debugLineNum = 44171264;BA.debugLine="Public Sub DesignerCreateView (Base As Object, lbl";
RDebugUtils.currentLine=44171265;
//BA.debugLineNum = 44171265;BA.debugLine="mBase = Base";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));
RDebugUtils.currentLine=44171266;
//BA.debugLineNum = 44171266;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
__ref._tag /*Object*/ = __ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getTag();
RDebugUtils.currentLine=44171266;
//BA.debugLineNum = 44171266;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setTag(this);
RDebugUtils.currentLine=44171267;
//BA.debugLineNum = 44171267;BA.debugLine="Dim pnl As B4XView = xui.CreatePanel(\"\") 'needed";
//BA.debugLineNum = 30;BA.debugLine="Public Sub DesignerCreateView (Base As Object, lbl";
//BA.debugLineNum = 31;BA.debugLine="mBase = Base";
_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));
//BA.debugLineNum = 32;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
_tag = _mbase.getTag();
//BA.debugLineNum = 32;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
_mbase.setTag(this);
//BA.debugLineNum = 33;BA.debugLine="Dim pnl As B4XView = xui.CreatePanel(\"\") 'needed";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = __ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .CreatePanel(ba,"");
RDebugUtils.currentLine=44171268;
//BA.debugLineNum = 44171268;BA.debugLine="mBase.AddView(pnl, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=44171269;
//BA.debugLineNum = 44171269;BA.debugLine="mdigits = Props.Get(\"Digits\")";
__ref._mdigits /*int*/ = (int)(BA.ObjectToNumber(_props.Get((Object)("Digits"))));
RDebugUtils.currentLine=44171270;
//BA.debugLineNum = 44171270;BA.debugLine="mDuration = Props.Get(\"Duration\")";
__ref._mduration /*int*/ = (int)(BA.ObjectToNumber(_props.Get((Object)("Duration"))));
RDebugUtils.currentLine=44171271;
//BA.debugLineNum = 44171271;BA.debugLine="lblTemplate = lbl";
__ref._lbltemplate /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));
RDebugUtils.currentLine=44171272;
//BA.debugLineNum = 44171272;BA.debugLine="fade = CreateFadeBitmap(xui.PaintOrColorToColor(P";
__ref._fade /*anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper*/ = __ref._createfadebitmap /*anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper*/ (null,__ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .PaintOrColorToColor(_props.GetDefault((Object)("FadeColor"),(Object)(__ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .Color_White))));
RDebugUtils.currentLine=44171273;
//BA.debugLineNum = 44171273;BA.debugLine="For i = 0 To mdigits - 1";
_pnl = _xui.CreatePanel(ba,"");
//BA.debugLineNum = 34;BA.debugLine="mBase.AddView(pnl, 0, 0, 0, 0)";
_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
//BA.debugLineNum = 35;BA.debugLine="mdigits = Props.Get(\"Digits\")";
_mdigits = (int)(BA.ObjectToNumber(_props.Get((Object)("Digits"))));
//BA.debugLineNum = 36;BA.debugLine="mDuration = Props.Get(\"Duration\")";
_mduration = (int)(BA.ObjectToNumber(_props.Get((Object)("Duration"))));
//BA.debugLineNum = 37;BA.debugLine="lblTemplate = lbl";
_lbltemplate = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));
//BA.debugLineNum = 38;BA.debugLine="fade = CreateFadeBitmap(xui.PaintOrColorToColor(P";
_fade = _createfadebitmap(_xui.PaintOrColorToColor(_props.GetDefault((Object)("FadeColor"),(Object)(_xui.Color_White))));
//BA.debugLineNum = 39;BA.debugLine="For i = 0 To mdigits - 1";
{
final int step10 = 1;
final int limit10 = (int) (__ref._mdigits /*int*/ -1);
final int limit10 = (int) (_mdigits-1);
_i = (int) (0) ;
for (;_i <= limit10 ;_i = _i + step10 ) {
RDebugUtils.currentLine=44171274;
//BA.debugLineNum = 44171274;BA.debugLine="Dim iv As ImageView";
//BA.debugLineNum = 40;BA.debugLine="Dim iv As ImageView";
_iv = new anywheresoftware.b4a.objects.ImageViewWrapper();
RDebugUtils.currentLine=44171275;
//BA.debugLineNum = 44171275;BA.debugLine="iv.Initialize(\"\")";
//BA.debugLineNum = 41;BA.debugLine="iv.Initialize(\"\")";
_iv.Initialize(ba,"");
RDebugUtils.currentLine=44171276;
//BA.debugLineNum = 44171276;BA.debugLine="ImageViews.Add(iv)";
__ref._imageviews /*anywheresoftware.b4a.objects.collections.List*/ .Add((Object)(_iv.getObject()));
RDebugUtils.currentLine=44171277;
//BA.debugLineNum = 44171277;BA.debugLine="mBase.GetView(0).AddView(iv, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .GetView((int) (0)).AddView((android.view.View)(_iv.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
//BA.debugLineNum = 42;BA.debugLine="ImageViews.Add(iv)";
_imageviews.Add((Object)(_iv.getObject()));
//BA.debugLineNum = 43;BA.debugLine="mBase.GetView(0).AddView(iv, 0, 0, 0, 0)";
_mbase.GetView((int) (0)).AddView((android.view.View)(_iv.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
}
};
RDebugUtils.currentLine=44171279;
//BA.debugLineNum = 44171279;BA.debugLine="Dim fadeIv As ImageView";
//BA.debugLineNum = 45;BA.debugLine="Dim fadeIv As ImageView";
_fadeiv = new anywheresoftware.b4a.objects.ImageViewWrapper();
RDebugUtils.currentLine=44171280;
//BA.debugLineNum = 44171280;BA.debugLine="fadeIv.Initialize(\"\")";
//BA.debugLineNum = 46;BA.debugLine="fadeIv.Initialize(\"\")";
_fadeiv.Initialize(ba,"");
RDebugUtils.currentLine=44171281;
//BA.debugLineNum = 44171281;BA.debugLine="xfadeIv = fadeIv";
__ref._xfadeiv /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_fadeiv.getObject()));
RDebugUtils.currentLine=44171282;
//BA.debugLineNum = 44171282;BA.debugLine="mBase.GetView(0).AddView(fadeIv, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .GetView((int) (0)).AddView((android.view.View)(_fadeiv.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=44171283;
//BA.debugLineNum = 44171283;BA.debugLine="setValue(0)";
__ref._setvalue /*String*/ (null,(int) (0));
RDebugUtils.currentLine=44171284;
//BA.debugLineNum = 44171284;BA.debugLine="If xui.IsB4A Then";
if (__ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .getIsB4A()) {
RDebugUtils.currentLine=44171285;
//BA.debugLineNum = 44171285;BA.debugLine="Base_Resize(mBase.Width, mBase.Height)";
__ref._base_resize /*String*/ (null,__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getWidth(),__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getHeight());
RDebugUtils.currentLine=44171286;
//BA.debugLineNum = 44171286;BA.debugLine="setValue(getValue)";
__ref._setvalue /*String*/ (null,__ref._getvalue /*int*/ (null));
//BA.debugLineNum = 47;BA.debugLine="xfadeIv = fadeIv";
_xfadeiv = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_fadeiv.getObject()));
//BA.debugLineNum = 48;BA.debugLine="mBase.GetView(0).AddView(fadeIv, 0, 0, 0, 0)";
_mbase.GetView((int) (0)).AddView((android.view.View)(_fadeiv.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
//BA.debugLineNum = 49;BA.debugLine="setValue(0)";
_setvalue((int) (0));
//BA.debugLineNum = 50;BA.debugLine="If xui.IsB4A Then";
if (_xui.getIsB4A()) {
//BA.debugLineNum = 51;BA.debugLine="Base_Resize(mBase.Width, mBase.Height)";
_base_resize(_mbase.getWidth(),_mbase.getHeight());
//BA.debugLineNum = 52;BA.debugLine="setValue(getValue)";
_setvalue(_getvalue());
};
RDebugUtils.currentLine=44171288;
//BA.debugLineNum = 44171288;BA.debugLine="End Sub";
//BA.debugLineNum = 54;BA.debugLine="End Sub";
return "";
}
public String _setvalue(keymon.lat.medicomed.animatedcounter __ref,int _v) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "setvalue", true))
{return ((String) Debug.delegate(ba, "setvalue", new Object[] {_v}));}
int _i = 0;
anywheresoftware.b4a.objects.B4XViewWrapper _iv = null;
RDebugUtils.currentLine=44498944;
//BA.debugLineNum = 44498944;BA.debugLine="Public Sub setValue(v As Int)";
RDebugUtils.currentLine=44498945;
//BA.debugLineNum = 44498945;BA.debugLine="mValue.Clear";
__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .Clear();
RDebugUtils.currentLine=44498946;
//BA.debugLineNum = 44498946;BA.debugLine="For i = 0 To mdigits - 1";
{
final int step2 = 1;
final int limit2 = (int) (__ref._mdigits /*int*/ -1);
_i = (int) (0) ;
for (;_i <= limit2 ;_i = _i + step2 ) {
RDebugUtils.currentLine=44498947;
//BA.debugLineNum = 44498947;BA.debugLine="mValue.Add(v Mod 10)";
__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .Add((Object)(_v%10));
RDebugUtils.currentLine=44498948;
//BA.debugLineNum = 44498948;BA.debugLine="v = v / 10";
_v = (int) (_v/(double)10);
RDebugUtils.currentLine=44498949;
//BA.debugLineNum = 44498949;BA.debugLine="Dim iv As B4XView = ImageViews.Get(i)";
_iv = new anywheresoftware.b4a.objects.B4XViewWrapper();
_iv = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__ref._imageviews /*anywheresoftware.b4a.objects.collections.List*/ .Get(_i)));
RDebugUtils.currentLine=44498950;
//BA.debugLineNum = 44498950;BA.debugLine="iv.SetLayoutAnimated(mDuration, iv.Left, TopFrom";
_iv.SetLayoutAnimated(__ref._mduration /*int*/ ,_iv.getLeft(),__ref._topfromvalue /*int*/ (null,_i),(int) (__c.Max(1,_iv.getWidth())),(int) (__c.Max(1,_iv.getHeight())));
}
};
RDebugUtils.currentLine=44498953;
//BA.debugLineNum = 44498953;BA.debugLine="End Sub";
return "";
}
public int _getvalue(keymon.lat.medicomed.animatedcounter __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "getvalue", true))
{return ((Integer) Debug.delegate(ba, "getvalue", null));}
public int _getvalue() throws Exception{
int _res = 0;
int _i = 0;
RDebugUtils.currentLine=44564480;
//BA.debugLineNum = 44564480;BA.debugLine="Public Sub getValue As Int";
RDebugUtils.currentLine=44564481;
//BA.debugLineNum = 44564481;BA.debugLine="Dim res As Int";
//BA.debugLineNum = 120;BA.debugLine="Public Sub getValue As Int";
//BA.debugLineNum = 121;BA.debugLine="Dim res As Int";
_res = 0;
RDebugUtils.currentLine=44564482;
//BA.debugLineNum = 44564482;BA.debugLine="For i = 0 To mValue.Size - 1";
//BA.debugLineNum = 122;BA.debugLine="For i = 0 To mValue.Size - 1";
{
final int step2 = 1;
final int limit2 = (int) (__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .getSize()-1);
final int limit2 = (int) (_mvalue.getSize()-1);
_i = (int) (0) ;
for (;_i <= limit2 ;_i = _i + step2 ) {
RDebugUtils.currentLine=44564483;
//BA.debugLineNum = 44564483;BA.debugLine="res = res + mValue.Get(i) * Power(10, i)";
_res = (int) (_res+(double)(BA.ObjectToNumber(__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .Get(_i)))*__c.Power(10,_i));
//BA.debugLineNum = 123;BA.debugLine="res = res + mValue.Get(i) * Power(10, i)";
_res = (int) (_res+(double)(BA.ObjectToNumber(_mvalue.Get(_i)))*__c.Power(10,_i));
}
};
RDebugUtils.currentLine=44564485;
//BA.debugLineNum = 44564485;BA.debugLine="Return res";
//BA.debugLineNum = 125;BA.debugLine="Return res";
if (true) return _res;
RDebugUtils.currentLine=44564486;
//BA.debugLineNum = 44564486;BA.debugLine="End Sub";
//BA.debugLineNum = 126;BA.debugLine="End Sub";
return 0;
}
public String _initialize(keymon.lat.medicomed.animatedcounter __ref,anywheresoftware.b4a.BA _ba,Object _callback,String _eventname) throws Exception{
__ref = this;
public String _initialize(anywheresoftware.b4a.BA _ba,Object _callback,String _eventname) throws Exception{
innerInitialize(_ba);
RDebugUtils.currentModule="animatedcounter";
if (Debug.shouldDelegate(ba, "initialize", true))
{return ((String) Debug.delegate(ba, "initialize", new Object[] {_ba,_callback,_eventname}));}
RDebugUtils.currentLine=44105728;
//BA.debugLineNum = 44105728;BA.debugLine="Public Sub Initialize (Callback As Object, EventNa";
RDebugUtils.currentLine=44105729;
//BA.debugLineNum = 44105729;BA.debugLine="mEventName = EventName";
__ref._meventname /*String*/ = _eventname;
RDebugUtils.currentLine=44105730;
//BA.debugLineNum = 44105730;BA.debugLine="mCallBack = Callback";
__ref._mcallback /*Object*/ = _callback;
RDebugUtils.currentLine=44105731;
//BA.debugLineNum = 44105731;BA.debugLine="ImageViews.Initialize";
__ref._imageviews /*anywheresoftware.b4a.objects.collections.List*/ .Initialize();
RDebugUtils.currentLine=44105732;
//BA.debugLineNum = 44105732;BA.debugLine="mValue.Initialize";
__ref._mvalue /*anywheresoftware.b4a.objects.collections.List*/ .Initialize();
RDebugUtils.currentLine=44105733;
//BA.debugLineNum = 44105733;BA.debugLine="End Sub";
//BA.debugLineNum = 22;BA.debugLine="Public Sub Initialize (Callback As Object, EventNa";
//BA.debugLineNum = 23;BA.debugLine="mEventName = EventName";
_meventname = _eventname;
//BA.debugLineNum = 24;BA.debugLine="mCallBack = Callback";
_mcallback = _callback;
//BA.debugLineNum = 25;BA.debugLine="ImageViews.Initialize";
_imageviews.Initialize();
//BA.debugLineNum = 26;BA.debugLine="mValue.Initialize";
_mvalue.Initialize();
//BA.debugLineNum = 27;BA.debugLine="End Sub";
return "";
}
}
public String _setvalue(int _v) throws Exception{
int _i = 0;
anywheresoftware.b4a.objects.B4XViewWrapper _iv = null;
//BA.debugLineNum = 109;BA.debugLine="Public Sub setValue(v As Int)";
//BA.debugLineNum = 110;BA.debugLine="mValue.Clear";
_mvalue.Clear();
//BA.debugLineNum = 111;BA.debugLine="For i = 0 To mdigits - 1";
{
final int step2 = 1;
final int limit2 = (int) (_mdigits-1);
_i = (int) (0) ;
for (;_i <= limit2 ;_i = _i + step2 ) {
//BA.debugLineNum = 112;BA.debugLine="mValue.Add(v Mod 10)";
_mvalue.Add((Object)(_v%10));
//BA.debugLineNum = 113;BA.debugLine="v = v / 10";
_v = (int) (_v/(double)10);
//BA.debugLineNum = 114;BA.debugLine="Dim iv As B4XView = ImageViews.Get(i)";
_iv = new anywheresoftware.b4a.objects.B4XViewWrapper();
_iv = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_imageviews.Get(_i)));
//BA.debugLineNum = 115;BA.debugLine="iv.SetLayoutAnimated(mDuration, iv.Left, TopFrom";
_iv.SetLayoutAnimated(_mduration,_iv.getLeft(),_topfromvalue(_i),(int) (__c.Max(1,_iv.getWidth())),(int) (__c.Max(1,_iv.getHeight())));
}
};
//BA.debugLineNum = 118;BA.debugLine="End Sub";
return "";
}
public int _topfromvalue(int _digit) throws Exception{
int _d = 0;
//BA.debugLineNum = 88;BA.debugLine="Private Sub TopFromValue (Digit As Int) As Int";
//BA.debugLineNum = 89;BA.debugLine="Dim d As Int = mValue.Get(Digit)";
_d = (int)(BA.ObjectToNumber(_mvalue.Get(_digit)));
//BA.debugLineNum = 90;BA.debugLine="Return -d * DigitHeight";
if (true) return (int) (-_d*_digitheight);
//BA.debugLineNum = 91;BA.debugLine="End Sub";
return 0;
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
BA.senderHolder.set(sender);
return BA.SubDelegator.SubNotFound;
}
}