v: 5.10.24

Se hicieron invisibles normales de la venta, se agregaron 2 botones mas, uno indica que tieene venta y el otro que no tiene, tambien al boton que indica que tiene venta se le agrega una pequeña ventana para agregar la venta que se le indique.
This commit is contained in:
IsR0d
2024-10-07 10:14:24 -06:00
parent 7fe1d3059d
commit 65319638b4
1220 changed files with 160744 additions and 132 deletions

View File

@@ -0,0 +1,846 @@
package keymon.lat.medicomed;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.B4AClass;
import anywheresoftware.b4a.BALayout;
import anywheresoftware.b4a.debug.*;
public class b4xplusminus extends B4AClass.ImplB4AClass implements BA.SubDelegator{
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.b4xplusminus");
if (htSubs == null) {
ba.loadHtSubs(this.getClass());
htSubs = ba.htSubs;
}
}
if (BA.isShellModeRuntimeCheck(ba))
this.getClass().getMethod("_class_globals", keymon.lat.medicomed.b4xplusminus.class).invoke(this, new Object[] {null});
else
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 String _meventname = "";
public Object _mcallback = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _mbase = null;
public anywheresoftware.b4a.objects.B4XViewWrapper.XUI _xui = null;
public Object _tag = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _pnlplus = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _pnlminus = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _lblplus = null;
public anywheresoftware.b4a.objects.B4XViewWrapper _lblminus = null;
public String _formation = "";
public boolean _mcyclic = false;
public boolean _mrapid = false;
public anywheresoftware.b4a.objects.B4XViewWrapper _mainlabel = null;
public int _arrowssize = 0;
public anywheresoftware.b4a.objects.collections.List _mstringitems = null;
public double _mstartrange = 0;
public double _minterval = 0;
public double _mendrange = 0;
public int _mselectedindex = 0;
public int _loopindex = 0;
public int _rapidperiod1 = 0;
public int _rapidperiod2 = 0;
public keymon.lat.medicomed.b4xformatter _formatter = null;
public boolean _stringmode = false;
public int _size = 0;
public boolean _mhaptic = false;
public b4a.example.dateutils _dateutils = null;
public keymon.lat.medicomed.main _main = null;
public keymon.lat.medicomed.starter _starter = null;
public keymon.lat.medicomed.subs _subs = null;
public keymon.lat.medicomed.appupdater _appupdater = null;
public keymon.lat.medicomed.mapa_rutas _mapa_rutas = null;
public keymon.lat.medicomed.tracker _tracker = null;
public keymon.lat.medicomed.newinst2 _newinst2 = null;
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.b4xplusminus __ref,double _width,double _height) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "base_resize", true))
{return ((String) Debug.delegate(ba, "base_resize", new Object[] {_width,_height}));}
RDebugUtils.currentLine=56754176;
//BA.debugLineNum = 56754176;BA.debugLine="Public Sub Base_Resize (Width As Double, Height As";
RDebugUtils.currentLine=56754177;
//BA.debugLineNum = 56754177;BA.debugLine="If Formation = \"Horizontal\" Then";
if ((__ref._formation /*String*/ ).equals("Horizontal")) {
RDebugUtils.currentLine=56754178;
//BA.debugLineNum = 56754178;BA.debugLine="pnlMinus.SetLayoutAnimated(0, 0, 0, ArrowsSize,";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),__ref._arrowssize /*int*/ ,(int) (_height));
RDebugUtils.currentLine=56754179;
//BA.debugLineNum = 56754179;BA.debugLine="pnlPlus.SetLayoutAnimated(0, Width - ArrowsSize,";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (_width-__ref._arrowssize /*int*/ ),(int) (0),__ref._arrowssize /*int*/ ,(int) (_height));
RDebugUtils.currentLine=56754180;
//BA.debugLineNum = 56754180;BA.debugLine="MainLabel.SetLayoutAnimated(0, 0, 0, Width, Heig";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
}else
{RDebugUtils.currentLine=56754181;
//BA.debugLineNum = 56754181;BA.debugLine="Else if Formation = \"Vertical\" Then";
if ((__ref._formation /*String*/ ).equals("Vertical")) {
RDebugUtils.currentLine=56754182;
//BA.debugLineNum = 56754182;BA.debugLine="pnlPlus.SetLayoutAnimated(0, 0, 0, Width, Arrows";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),__ref._arrowssize /*int*/ );
RDebugUtils.currentLine=56754183;
//BA.debugLineNum = 56754183;BA.debugLine="pnlMinus.SetLayoutAnimated(0, 0, Height - Arrows";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (_height-__ref._arrowssize /*int*/ ),(int) (_width),__ref._arrowssize /*int*/ );
RDebugUtils.currentLine=56754184;
//BA.debugLineNum = 56754184;BA.debugLine="MainLabel.SetLayoutAnimated(0, 0, 0, Width, Heig";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height));
}else {
RDebugUtils.currentLine=56754186;
//BA.debugLineNum = 56754186;BA.debugLine="pnlMinus.SetLayoutAnimated(0, 0, Height - Arrows";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (_height-__ref._arrowssize /*int*/ ),(int) (_width/(double)2),__ref._arrowssize /*int*/ );
RDebugUtils.currentLine=56754187;
//BA.debugLineNum = 56754187;BA.debugLine="pnlPlus.SetLayoutAnimated(0, Width / 2, pnlMinus";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (_width/(double)2),__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getTop(),__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getWidth(),__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getHeight());
RDebugUtils.currentLine=56754188;
//BA.debugLineNum = 56754188;BA.debugLine="MainLabel.SetLayoutAnimated(0, 0, 0, Width, Heig";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),(int) (_width),(int) (_height-__ref._arrowssize /*int*/ +__c.DipToCurrent((int) (5))));
}}
;
RDebugUtils.currentLine=56754190;
//BA.debugLineNum = 56754190;BA.debugLine="lblMinus.SetLayoutAnimated(0, 0, 0, pnlMinus.Widt";
__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getWidth(),__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getHeight());
RDebugUtils.currentLine=56754191;
//BA.debugLineNum = 56754191;BA.debugLine="lblPlus.SetLayoutAnimated(0, 0, 0, pnlPlus.Width,";
__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetLayoutAnimated((int) (0),(int) (0),(int) (0),__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getWidth(),__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getHeight());
RDebugUtils.currentLine=56754192;
//BA.debugLineNum = 56754192;BA.debugLine="End Sub";
return "";
}
public String _class_globals(keymon.lat.medicomed.b4xplusminus __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
RDebugUtils.currentLine=56557568;
//BA.debugLineNum = 56557568;BA.debugLine="Sub Class_Globals";
RDebugUtils.currentLine=56557569;
//BA.debugLineNum = 56557569;BA.debugLine="Private mEventName As String 'ignore";
_meventname = "";
RDebugUtils.currentLine=56557570;
//BA.debugLineNum = 56557570;BA.debugLine="Private mCallBack As Object 'ignore";
_mcallback = new Object();
RDebugUtils.currentLine=56557571;
//BA.debugLineNum = 56557571;BA.debugLine="Public mBase As B4XView 'ignore";
_mbase = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=56557572;
//BA.debugLineNum = 56557572;BA.debugLine="Private xui As XUI 'ignore";
_xui = new anywheresoftware.b4a.objects.B4XViewWrapper.XUI();
RDebugUtils.currentLine=56557573;
//BA.debugLineNum = 56557573;BA.debugLine="Public Tag As Object";
_tag = new Object();
RDebugUtils.currentLine=56557574;
//BA.debugLineNum = 56557574;BA.debugLine="Public pnlPlus, pnlMinus As B4XView";
_pnlplus = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnlminus = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=56557575;
//BA.debugLineNum = 56557575;BA.debugLine="Public lblPlus, lblMinus As B4XView";
_lblplus = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lblminus = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=56557576;
//BA.debugLineNum = 56557576;BA.debugLine="Public Formation As String";
_formation = "";
RDebugUtils.currentLine=56557577;
//BA.debugLineNum = 56557577;BA.debugLine="Public mCyclic As Boolean";
_mcyclic = false;
RDebugUtils.currentLine=56557578;
//BA.debugLineNum = 56557578;BA.debugLine="Public mRapid As Boolean";
_mrapid = false;
RDebugUtils.currentLine=56557579;
//BA.debugLineNum = 56557579;BA.debugLine="Public MainLabel As B4XView";
_mainlabel = new anywheresoftware.b4a.objects.B4XViewWrapper();
RDebugUtils.currentLine=56557580;
//BA.debugLineNum = 56557580;BA.debugLine="Public ArrowsSize As Int = 30dip";
_arrowssize = __c.DipToCurrent((int) (30));
RDebugUtils.currentLine=56557581;
//BA.debugLineNum = 56557581;BA.debugLine="Private mStringItems As List";
_mstringitems = new anywheresoftware.b4a.objects.collections.List();
RDebugUtils.currentLine=56557582;
//BA.debugLineNum = 56557582;BA.debugLine="Private mStartRange, mInterval, mEndRange As Doub";
_mstartrange = 0;
_minterval = 0;
_mendrange = 0;
RDebugUtils.currentLine=56557583;
//BA.debugLineNum = 56557583;BA.debugLine="Private mSelectedIndex As Int = -1";
_mselectedindex = (int) (-1);
RDebugUtils.currentLine=56557584;
//BA.debugLineNum = 56557584;BA.debugLine="Private LoopIndex As Int";
_loopindex = 0;
RDebugUtils.currentLine=56557585;
//BA.debugLineNum = 56557585;BA.debugLine="Public RapidPeriod1 As Int = 1000";
_rapidperiod1 = (int) (1000);
RDebugUtils.currentLine=56557586;
//BA.debugLineNum = 56557586;BA.debugLine="Public RapidPeriod2 As Int = 30";
_rapidperiod2 = (int) (30);
RDebugUtils.currentLine=56557587;
//BA.debugLineNum = 56557587;BA.debugLine="Public Formatter As B4XFormatter";
_formatter = new keymon.lat.medicomed.b4xformatter();
RDebugUtils.currentLine=56557588;
//BA.debugLineNum = 56557588;BA.debugLine="Private StringMode As Boolean";
_stringmode = false;
RDebugUtils.currentLine=56557589;
//BA.debugLineNum = 56557589;BA.debugLine="Private Size As Int";
_size = 0;
RDebugUtils.currentLine=56557590;
//BA.debugLineNum = 56557590;BA.debugLine="Public mHaptic As Boolean";
_mhaptic = false;
RDebugUtils.currentLine=56557591;
//BA.debugLineNum = 56557591;BA.debugLine="End Sub";
return "";
}
public anywheresoftware.b4a.objects.B4XViewWrapper _createlabel(keymon.lat.medicomed.b4xplusminus __ref,String _text) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "createlabel", true))
{return ((anywheresoftware.b4a.objects.B4XViewWrapper) Debug.delegate(ba, "createlabel", new Object[] {_text}));}
anywheresoftware.b4a.objects.LabelWrapper _lbl = null;
anywheresoftware.b4a.objects.B4XViewWrapper _xlbl = null;
RDebugUtils.currentLine=57540608;
//BA.debugLineNum = 57540608;BA.debugLine="Private Sub CreateLabel (text As String) As B4XVie";
RDebugUtils.currentLine=57540609;
//BA.debugLineNum = 57540609;BA.debugLine="Dim lbl As Label";
_lbl = new anywheresoftware.b4a.objects.LabelWrapper();
RDebugUtils.currentLine=57540610;
//BA.debugLineNum = 57540610;BA.debugLine="lbl.Initialize(\"\")";
_lbl.Initialize(ba,"");
RDebugUtils.currentLine=57540611;
//BA.debugLineNum = 57540611;BA.debugLine="Dim xlbl As B4XView = lbl";
_xlbl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));
RDebugUtils.currentLine=57540612;
//BA.debugLineNum = 57540612;BA.debugLine="xlbl.Font = xui.CreateMaterialIcons(30)";
_xlbl.setFont(__ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .CreateMaterialIcons((float) (30)));
RDebugUtils.currentLine=57540613;
//BA.debugLineNum = 57540613;BA.debugLine="xlbl.Text = text";
_xlbl.setText(BA.ObjectToCharSequence(_text));
RDebugUtils.currentLine=57540614;
//BA.debugLineNum = 57540614;BA.debugLine="xlbl.TextColor = MainLabel.TextColor";
_xlbl.setTextColor(__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getTextColor());
RDebugUtils.currentLine=57540615;
//BA.debugLineNum = 57540615;BA.debugLine="Return xlbl";
if (true) return _xlbl;
RDebugUtils.currentLine=57540616;
//BA.debugLineNum = 57540616;BA.debugLine="End Sub";
return null;
}
public String _decrement(keymon.lat.medicomed.b4xplusminus __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "decrement", true))
{return ((String) Debug.delegate(ba, "decrement", null));}
RDebugUtils.currentLine=57278464;
//BA.debugLineNum = 57278464;BA.debugLine="Public Sub Decrement";
RDebugUtils.currentLine=57278465;
//BA.debugLineNum = 57278465;BA.debugLine="If mSelectedIndex <= 0 Then";
if (__ref._mselectedindex /*int*/ <=0) {
RDebugUtils.currentLine=57278466;
//BA.debugLineNum = 57278466;BA.debugLine="If mCyclic Then";
if (__ref._mcyclic /*boolean*/ ) {
RDebugUtils.currentLine=57278467;
//BA.debugLineNum = 57278467;BA.debugLine="mSelectedIndex = Size";
__ref._mselectedindex /*int*/ = __ref._size /*int*/ ;
}else {
RDebugUtils.currentLine=57278469;
//BA.debugLineNum = 57278469;BA.debugLine="mSelectedIndex = 0";
__ref._mselectedindex /*int*/ = (int) (0);
RDebugUtils.currentLine=57278470;
//BA.debugLineNum = 57278470;BA.debugLine="LoopIndex = LoopIndex + 1";
__ref._loopindex /*int*/ = (int) (__ref._loopindex /*int*/ +1);
RDebugUtils.currentLine=57278471;
//BA.debugLineNum = 57278471;BA.debugLine="Return";
if (true) return "";
};
};
RDebugUtils.currentLine=57278474;
//BA.debugLineNum = 57278474;BA.debugLine="SetIndex(mSelectedIndex - 1, True)";
__ref._setindex /*String*/ (null,(int) (__ref._mselectedindex /*int*/ -1),__c.True);
RDebugUtils.currentLine=57278475;
//BA.debugLineNum = 57278475;BA.debugLine="End Sub";
return "";
}
public String _setindex(keymon.lat.medicomed.b4xplusminus __ref,int _i,boolean _raiseevent) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "setindex", true))
{return ((String) Debug.delegate(ba, "setindex", new Object[] {_i,_raiseevent}));}
Object _value = null;
RDebugUtils.currentLine=57147392;
//BA.debugLineNum = 57147392;BA.debugLine="Private Sub SetIndex(i As Int, RaiseEvent As Boole";
RDebugUtils.currentLine=57147393;
//BA.debugLineNum = 57147393;BA.debugLine="If i >= Size Then i = -1";
if (_i>=__ref._size /*int*/ ) {
_i = (int) (-1);};
RDebugUtils.currentLine=57147394;
//BA.debugLineNum = 57147394;BA.debugLine="mSelectedIndex = i";
__ref._mselectedindex /*int*/ = _i;
RDebugUtils.currentLine=57147395;
//BA.debugLineNum = 57147395;BA.debugLine="If mSelectedIndex = -1 Then";
if (__ref._mselectedindex /*int*/ ==-1) {
RDebugUtils.currentLine=57147396;
//BA.debugLineNum = 57147396;BA.debugLine="MainLabel.Text = \"\"";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setText(BA.ObjectToCharSequence(""));
}else {
RDebugUtils.currentLine=57147398;
//BA.debugLineNum = 57147398;BA.debugLine="Dim value As Object = GetValueImpl (mSelectedInd";
_value = __ref._getvalueimpl /*Object*/ (null,__ref._mselectedindex /*int*/ );
RDebugUtils.currentLine=57147399;
//BA.debugLineNum = 57147399;BA.debugLine="If StringMode Then";
if (__ref._stringmode /*boolean*/ ) {
RDebugUtils.currentLine=57147400;
//BA.debugLineNum = 57147400;BA.debugLine="InternalSetTextOrCSBuilderToLabel(MainLabel, va";
__ref._internalsettextorcsbuildertolabel /*String*/ (null,__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ ,_value);
}else {
RDebugUtils.currentLine=57147402;
//BA.debugLineNum = 57147402;BA.debugLine="MainLabel.Text = Formatter.Format(value)";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setText(BA.ObjectToCharSequence(__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._format /*String*/ (null,(double)(BA.ObjectToNumber(_value)))));
};
RDebugUtils.currentLine=57147404;
//BA.debugLineNum = 57147404;BA.debugLine="If RaiseEvent And xui.SubExists(mCallBack, mEven";
if (_raiseevent && __ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .SubExists(ba,__ref._mcallback /*Object*/ ,__ref._meventname /*String*/ +"_valuechanged",(int) (1))) {
RDebugUtils.currentLine=57147405;
//BA.debugLineNum = 57147405;BA.debugLine="CallSub2(mCallBack, mEventName & \"_valuechanged";
__c.CallSubNew2(ba,__ref._mcallback /*Object*/ ,__ref._meventname /*String*/ +"_valuechanged",_value);
};
};
RDebugUtils.currentLine=57147408;
//BA.debugLineNum = 57147408;BA.debugLine="lblPlus.Enabled = Size > 0 And (mCyclic Or mSelec";
__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setEnabled(__ref._size /*int*/ >0 && (__ref._mcyclic /*boolean*/ || __ref._mselectedindex /*int*/ <__ref._size /*int*/ -1));
RDebugUtils.currentLine=57147409;
//BA.debugLineNum = 57147409;BA.debugLine="lblMinus.Enabled = Size > 0 And (mCyclic Or mSele";
__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setEnabled(__ref._size /*int*/ >0 && (__ref._mcyclic /*boolean*/ || __ref._mselectedindex /*int*/ >0));
RDebugUtils.currentLine=57147410;
//BA.debugLineNum = 57147410;BA.debugLine="End Sub";
return "";
}
public String _designercreateview(keymon.lat.medicomed.b4xplusminus __ref,Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "designercreateview", true))
{return ((String) Debug.delegate(ba, "designercreateview", new Object[] {_base,_lbl,_props}));}
anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
RDebugUtils.currentLine=56688640;
//BA.debugLineNum = 56688640;BA.debugLine="Public Sub DesignerCreateView (Base As Object, lbl";
RDebugUtils.currentLine=56688641;
//BA.debugLineNum = 56688641;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=56688642;
//BA.debugLineNum = 56688642;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
__ref._tag /*Object*/ = __ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getTag();
RDebugUtils.currentLine=56688642;
//BA.debugLineNum = 56688642;BA.debugLine="Tag = mBase.Tag : mBase.Tag = Me";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setTag(this);
RDebugUtils.currentLine=56688643;
//BA.debugLineNum = 56688643;BA.debugLine="MainLabel = lbl";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));
RDebugUtils.currentLine=56688644;
//BA.debugLineNum = 56688644;BA.debugLine="MainLabel.SetTextAlignment(\"CENTER\", \"CENTER\")";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetTextAlignment("CENTER","CENTER");
RDebugUtils.currentLine=56688645;
//BA.debugLineNum = 56688645;BA.debugLine="Dim pnl As B4XView = Props.Get(\"page\")";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_props.Get((Object)("page"))));
RDebugUtils.currentLine=56688655;
//BA.debugLineNum = 56688655;BA.debugLine="pnlPlus = xui.CreatePanel(\"pnlArrow\")";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .CreatePanel(ba,"pnlArrow");
RDebugUtils.currentLine=56688656;
//BA.debugLineNum = 56688656;BA.debugLine="pnlMinus = xui.CreatePanel(\"pnlArrow\")";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._xui /*anywheresoftware.b4a.objects.B4XViewWrapper.XUI*/ .CreatePanel(ba,"pnlArrow");
RDebugUtils.currentLine=56688658;
//BA.debugLineNum = 56688658;BA.debugLine="pnlPlus.Tag = True";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setTag((Object)(__c.True));
RDebugUtils.currentLine=56688659;
//BA.debugLineNum = 56688659;BA.debugLine="pnlMinus.Tag = False";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setTag((Object)(__c.False));
RDebugUtils.currentLine=56688660;
//BA.debugLineNum = 56688660;BA.debugLine="Formation = Props.Get(\"Orientation\")";
__ref._formation /*String*/ = BA.ObjectToString(_props.Get((Object)("Orientation")));
RDebugUtils.currentLine=56688661;
//BA.debugLineNum = 56688661;BA.debugLine="mCyclic = Props.Get(\"Cyclic\")";
__ref._mcyclic /*boolean*/ = BA.ObjectToBoolean(_props.Get((Object)("Cyclic")));
RDebugUtils.currentLine=56688662;
//BA.debugLineNum = 56688662;BA.debugLine="mRapid = Props.Get(\"Rapid\")";
__ref._mrapid /*boolean*/ = BA.ObjectToBoolean(_props.Get((Object)("Rapid")));
RDebugUtils.currentLine=56688663;
//BA.debugLineNum = 56688663;BA.debugLine="mHaptic = Props.GetDefault(\"HapticFeedback\", Fals";
__ref._mhaptic /*boolean*/ = BA.ObjectToBoolean(_props.GetDefault((Object)("HapticFeedback"),(Object)(__c.False)));
RDebugUtils.currentLine=56688664;
//BA.debugLineNum = 56688664;BA.debugLine="Formatter.GetDefaultFormat.FormatFont = MainLabel";
__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._getdefaultformat /*keymon.lat.medicomed.b4xformatter._b4xformatdata*/ (null).FormatFont /*anywheresoftware.b4a.objects.B4XViewWrapper.B4XFont*/ = __ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getFont();
RDebugUtils.currentLine=56688665;
//BA.debugLineNum = 56688665;BA.debugLine="Formatter.GetDefaultFormat.TextColor = MainLabel.";
__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._getdefaultformat /*keymon.lat.medicomed.b4xformatter._b4xformatdata*/ (null).TextColor /*int*/ = __ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getTextColor();
RDebugUtils.currentLine=56688666;
//BA.debugLineNum = 56688666;BA.debugLine="If Formation = \"Horizontal\" Then";
if ((__ref._formation /*String*/ ).equals("Horizontal")) {
RDebugUtils.currentLine=56688667;
//BA.debugLineNum = 56688667;BA.debugLine="lblPlus = CreateLabel(Chr(0xE315))";
__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._createlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ (null,BA.ObjectToString(__c.Chr(((int)0xe315))));
RDebugUtils.currentLine=56688668;
//BA.debugLineNum = 56688668;BA.debugLine="lblMinus = CreateLabel(Chr(0xE314))";
__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._createlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ (null,BA.ObjectToString(__c.Chr(((int)0xe314))));
}else {
RDebugUtils.currentLine=56688670;
//BA.debugLineNum = 56688670;BA.debugLine="lblPlus = CreateLabel(Chr(0xE316))";
__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._createlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ (null,BA.ObjectToString(__c.Chr(((int)0xe316))));
RDebugUtils.currentLine=56688671;
//BA.debugLineNum = 56688671;BA.debugLine="lblMinus = CreateLabel(Chr(0xE313))";
__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ = __ref._createlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ (null,BA.ObjectToString(__c.Chr(((int)0xe313))));
};
RDebugUtils.currentLine=56688673;
//BA.debugLineNum = 56688673;BA.debugLine="lblMinus.SetTextAlignment(\"CENTER\", \"CENTER\")";
__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetTextAlignment("CENTER","CENTER");
RDebugUtils.currentLine=56688674;
//BA.debugLineNum = 56688674;BA.debugLine="lblPlus.SetTextAlignment(\"CENTER\", \"CENTER\")";
__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetTextAlignment("CENTER","CENTER");
RDebugUtils.currentLine=56688675;
//BA.debugLineNum = 56688675;BA.debugLine="MainLabel.SetTextAlignment(\"CENTER\", \"CENTER\")";
__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetTextAlignment("CENTER","CENTER");
RDebugUtils.currentLine=56688676;
//BA.debugLineNum = 56688676;BA.debugLine="mBase.AddView(MainLabel, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(__ref._mainlabel /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=56688677;
//BA.debugLineNum = 56688677;BA.debugLine="mBase.AddView(pnlPlus, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=56688678;
//BA.debugLineNum = 56688678;BA.debugLine="mBase.AddView(pnlMinus, 0, 0, 0, 0)";
__ref._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=56688679;
//BA.debugLineNum = 56688679;BA.debugLine="pnlPlus.AddView(lblPlus, 0, 0, 0, 0)";
__ref._pnlplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=56688680;
//BA.debugLineNum = 56688680;BA.debugLine="pnlMinus.AddView(lblMinus, 0, 0, 0, 0)";
__ref._pnlminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .AddView((android.view.View)(__ref._lblminus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .getObject()),(int) (0),(int) (0),(int) (0),(int) (0));
RDebugUtils.currentLine=56688681;
//BA.debugLineNum = 56688681;BA.debugLine="SetIndex(-1, False)";
__ref._setindex /*String*/ (null,(int) (-1),__c.False);
RDebugUtils.currentLine=56688682;
//BA.debugLineNum = 56688682;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=56688683;
//BA.debugLineNum = 56688683;BA.debugLine="End Sub";
return "";
}
public Object _getselectedvalue(keymon.lat.medicomed.b4xplusminus __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "getselectedvalue", true))
{return ((Object) Debug.delegate(ba, "getselectedvalue", null));}
RDebugUtils.currentLine=56950784;
//BA.debugLineNum = 56950784;BA.debugLine="Public Sub getSelectedValue As Object";
RDebugUtils.currentLine=56950785;
//BA.debugLineNum = 56950785;BA.debugLine="Return GetValueImpl (mSelectedIndex)";
if (true) return __ref._getvalueimpl /*Object*/ (null,__ref._mselectedindex /*int*/ );
RDebugUtils.currentLine=56950786;
//BA.debugLineNum = 56950786;BA.debugLine="End Sub";
return null;
}
public Object _getvalueimpl(keymon.lat.medicomed.b4xplusminus __ref,int _index) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "getvalueimpl", true))
{return ((Object) Debug.delegate(ba, "getvalueimpl", new Object[] {_index}));}
RDebugUtils.currentLine=57081856;
//BA.debugLineNum = 57081856;BA.debugLine="Private Sub GetValueImpl (Index As Int) As Object";
RDebugUtils.currentLine=57081857;
//BA.debugLineNum = 57081857;BA.debugLine="If StringMode Then";
if (__ref._stringmode /*boolean*/ ) {
RDebugUtils.currentLine=57081858;
//BA.debugLineNum = 57081858;BA.debugLine="Return mStringItems.Get(Index)";
if (true) return __ref._mstringitems /*anywheresoftware.b4a.objects.collections.List*/ .Get(_index);
}else {
RDebugUtils.currentLine=57081860;
//BA.debugLineNum = 57081860;BA.debugLine="If Index = Size - 1 Then";
if (_index==__ref._size /*int*/ -1) {
RDebugUtils.currentLine=57081861;
//BA.debugLineNum = 57081861;BA.debugLine="Return mEndRange";
if (true) return (Object)(__ref._mendrange /*double*/ );
}else {
RDebugUtils.currentLine=57081863;
//BA.debugLineNum = 57081863;BA.debugLine="Return mStartRange + Index * mInterval";
if (true) return (Object)(__ref._mstartrange /*double*/ +_index*__ref._minterval /*double*/ );
};
};
RDebugUtils.currentLine=57081866;
//BA.debugLineNum = 57081866;BA.debugLine="End Sub";
return null;
}
public String _increment(keymon.lat.medicomed.b4xplusminus __ref) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "increment", true))
{return ((String) Debug.delegate(ba, "increment", null));}
double _v1 = 0;
double _v2 = 0;
RDebugUtils.currentLine=57212928;
//BA.debugLineNum = 57212928;BA.debugLine="Public Sub Increment";
RDebugUtils.currentLine=57212929;
//BA.debugLineNum = 57212929;BA.debugLine="If mSelectedIndex = Size - 3 And StringMode = Fal";
if (__ref._mselectedindex /*int*/ ==__ref._size /*int*/ -3 && __ref._stringmode /*boolean*/ ==__c.False) {
RDebugUtils.currentLine=57212930;
//BA.debugLineNum = 57212930;BA.debugLine="Dim v1 As Double = GetValueImpl(mSelectedIndex +";
_v1 = (double)(BA.ObjectToNumber(__ref._getvalueimpl /*Object*/ (null,(int) (__ref._mselectedindex /*int*/ +1))));
RDebugUtils.currentLine=57212931;
//BA.debugLineNum = 57212931;BA.debugLine="Dim v2 As Double = GetValueImpl(mSelectedIndex +";
_v2 = (double)(BA.ObjectToNumber(__ref._getvalueimpl /*Object*/ (null,(int) (__ref._mselectedindex /*int*/ +2))));
RDebugUtils.currentLine=57212932;
//BA.debugLineNum = 57212932;BA.debugLine="If Formatter.Format(v1) = Formatter.Format(v2) T";
if ((__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._format /*String*/ (null,_v1)).equals(__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._format /*String*/ (null,_v2))) {
RDebugUtils.currentLine=57212933;
//BA.debugLineNum = 57212933;BA.debugLine="mSelectedIndex = mSelectedIndex + 1";
__ref._mselectedindex /*int*/ = (int) (__ref._mselectedindex /*int*/ +1);
};
};
RDebugUtils.currentLine=57212936;
//BA.debugLineNum = 57212936;BA.debugLine="If mSelectedIndex >= Size - 1 Then";
if (__ref._mselectedindex /*int*/ >=__ref._size /*int*/ -1) {
RDebugUtils.currentLine=57212937;
//BA.debugLineNum = 57212937;BA.debugLine="If mCyclic Then";
if (__ref._mcyclic /*boolean*/ ) {
RDebugUtils.currentLine=57212938;
//BA.debugLineNum = 57212938;BA.debugLine="mSelectedIndex = -1";
__ref._mselectedindex /*int*/ = (int) (-1);
}else {
RDebugUtils.currentLine=57212940;
//BA.debugLineNum = 57212940;BA.debugLine="mSelectedIndex = Size - 1";
__ref._mselectedindex /*int*/ = (int) (__ref._size /*int*/ -1);
RDebugUtils.currentLine=57212941;
//BA.debugLineNum = 57212941;BA.debugLine="LoopIndex = LoopIndex + 1";
__ref._loopindex /*int*/ = (int) (__ref._loopindex /*int*/ +1);
RDebugUtils.currentLine=57212942;
//BA.debugLineNum = 57212942;BA.debugLine="Return";
if (true) return "";
};
};
RDebugUtils.currentLine=57212945;
//BA.debugLineNum = 57212945;BA.debugLine="SetIndex(mSelectedIndex + 1, True)";
__ref._setindex /*String*/ (null,(int) (__ref._mselectedindex /*int*/ +1),__c.True);
RDebugUtils.currentLine=57212946;
//BA.debugLineNum = 57212946;BA.debugLine="End Sub";
return "";
}
public String _initialize(keymon.lat.medicomed.b4xplusminus __ref,anywheresoftware.b4a.BA _ba,Object _callback,String _eventname) throws Exception{
__ref = this;
innerInitialize(_ba);
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "initialize", true))
{return ((String) Debug.delegate(ba, "initialize", new Object[] {_ba,_callback,_eventname}));}
RDebugUtils.currentLine=56623104;
//BA.debugLineNum = 56623104;BA.debugLine="Public Sub Initialize (Callback As Object, EventNa";
RDebugUtils.currentLine=56623105;
//BA.debugLineNum = 56623105;BA.debugLine="mEventName = EventName";
__ref._meventname /*String*/ = _eventname;
RDebugUtils.currentLine=56623106;
//BA.debugLineNum = 56623106;BA.debugLine="mCallBack = Callback";
__ref._mcallback /*Object*/ = _callback;
RDebugUtils.currentLine=56623107;
//BA.debugLineNum = 56623107;BA.debugLine="Formatter.Initialize";
__ref._formatter /*keymon.lat.medicomed.b4xformatter*/ ._initialize /*String*/ (null,ba);
RDebugUtils.currentLine=56623108;
//BA.debugLineNum = 56623108;BA.debugLine="End Sub";
return "";
}
public String _internalsettextorcsbuildertolabel(keymon.lat.medicomed.b4xplusminus __ref,anywheresoftware.b4a.objects.B4XViewWrapper _xlbl,Object _text) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "internalsettextorcsbuildertolabel", true))
{return ((String) Debug.delegate(ba, "internalsettextorcsbuildertolabel", new Object[] {_xlbl,_text}));}
RDebugUtils.currentLine=57606144;
//BA.debugLineNum = 57606144;BA.debugLine="Private Sub InternalSetTextOrCSBuilderToLabel(xlbl";
RDebugUtils.currentLine=57606146;
//BA.debugLineNum = 57606146;BA.debugLine="xlbl.Text = Text";
_xlbl.setText(BA.ObjectToCharSequence(_text));
RDebugUtils.currentLine=57606156;
//BA.debugLineNum = 57606156;BA.debugLine="End Sub";
return "";
}
public String _pnlarrow_touch(keymon.lat.medicomed.b4xplusminus __ref,int _action,float _x,float _y) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "pnlarrow_touch", true))
{return ((String) Debug.delegate(ba, "pnlarrow_touch", new Object[] {_action,_x,_y}));}
RDebugUtils.currentLine=57344000;
//BA.debugLineNum = 57344000;BA.debugLine="Private Sub pnlArrow_Touch (Action As Int, X As Fl";
RDebugUtils.currentLine=57344001;
//BA.debugLineNum = 57344001;BA.debugLine="Touch(Action = lblPlus.TOUCH_ACTION_DOWN, Action";
__ref._touch /*String*/ (null,_action==__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .TOUCH_ACTION_DOWN,_action!=__ref._lblplus /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .TOUCH_ACTION_MOVE,(anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
RDebugUtils.currentLine=57344002;
//BA.debugLineNum = 57344002;BA.debugLine="End Sub";
return "";
}
public String _touch(keymon.lat.medicomed.b4xplusminus __ref,boolean _start,boolean _stop,anywheresoftware.b4a.objects.B4XViewWrapper _pnl) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "touch", true))
{return ((String) Debug.delegate(ba, "touch", new Object[] {_start,_stop,_pnl}));}
RDebugUtils.currentLine=57409536;
//BA.debugLineNum = 57409536;BA.debugLine="Private Sub Touch (Start As Boolean, Stop As Boole";
RDebugUtils.currentLine=57409537;
//BA.debugLineNum = 57409537;BA.debugLine="If pnl.GetView(0).Enabled = False Then Return";
if (_pnl.GetView((int) (0)).getEnabled()==__c.False) {
if (true) return "";};
RDebugUtils.currentLine=57409538;
//BA.debugLineNum = 57409538;BA.debugLine="If Start Then";
if (_start) {
RDebugUtils.currentLine=57409539;
//BA.debugLineNum = 57409539;BA.debugLine="If mHaptic Then XUIViewsUtils.PerformHapticFeedb";
if (__ref._mhaptic /*boolean*/ ) {
_xuiviewsutils._performhapticfeedback /*String*/ (ba,_pnl);};
RDebugUtils.currentLine=57409540;
//BA.debugLineNum = 57409540;BA.debugLine="If pnl.Tag = True Then";
if ((_pnl.getTag()).equals((Object)(__c.True))) {
RDebugUtils.currentLine=57409541;
//BA.debugLineNum = 57409541;BA.debugLine="Increment";
__ref._increment /*String*/ (null);
RDebugUtils.currentLine=57409542;
//BA.debugLineNum = 57409542;BA.debugLine="StartDownLoop(True)";
__ref._startdownloop /*void*/ (null,__c.True);
}else {
RDebugUtils.currentLine=57409544;
//BA.debugLineNum = 57409544;BA.debugLine="Decrement";
__ref._decrement /*String*/ (null);
RDebugUtils.currentLine=57409545;
//BA.debugLineNum = 57409545;BA.debugLine="StartDownLoop(False)";
__ref._startdownloop /*void*/ (null,__c.False);
};
}else
{RDebugUtils.currentLine=57409547;
//BA.debugLineNum = 57409547;BA.debugLine="Else If Stop Then";
if (_stop) {
RDebugUtils.currentLine=57409548;
//BA.debugLineNum = 57409548;BA.debugLine="LoopIndex = LoopIndex + 1";
__ref._loopindex /*int*/ = (int) (__ref._loopindex /*int*/ +1);
}}
;
RDebugUtils.currentLine=57409550;
//BA.debugLineNum = 57409550;BA.debugLine="End Sub";
return "";
}
public String _setnumericrange(keymon.lat.medicomed.b4xplusminus __ref,double _startrange,double _endrange,double _interval) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "setnumericrange", true))
{return ((String) Debug.delegate(ba, "setnumericrange", new Object[] {_startrange,_endrange,_interval}));}
RDebugUtils.currentLine=56885248;
//BA.debugLineNum = 56885248;BA.debugLine="Public Sub SetNumericRange (StartRange As Double,";
RDebugUtils.currentLine=56885249;
//BA.debugLineNum = 56885249;BA.debugLine="Size = Ceil((EndRange - StartRange) / Interval) +";
__ref._size /*int*/ = (int) (__c.Ceil((_endrange-_startrange)/(double)_interval)+1);
RDebugUtils.currentLine=56885250;
//BA.debugLineNum = 56885250;BA.debugLine="mStartRange = StartRange";
__ref._mstartrange /*double*/ = _startrange;
RDebugUtils.currentLine=56885251;
//BA.debugLineNum = 56885251;BA.debugLine="mEndRange = EndRange";
__ref._mendrange /*double*/ = _endrange;
RDebugUtils.currentLine=56885252;
//BA.debugLineNum = 56885252;BA.debugLine="mInterval = Interval";
__ref._minterval /*double*/ = _interval;
RDebugUtils.currentLine=56885253;
//BA.debugLineNum = 56885253;BA.debugLine="StringMode = False";
__ref._stringmode /*boolean*/ = __c.False;
RDebugUtils.currentLine=56885254;
//BA.debugLineNum = 56885254;BA.debugLine="SetIndex(0, False)";
__ref._setindex /*String*/ (null,(int) (0),__c.False);
RDebugUtils.currentLine=56885255;
//BA.debugLineNum = 56885255;BA.debugLine="End Sub";
return "";
}
public String _setselectedvalue(keymon.lat.medicomed.b4xplusminus __ref,Object _v) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "setselectedvalue", true))
{return ((String) Debug.delegate(ba, "setselectedvalue", new Object[] {_v}));}
double _n = 0;
RDebugUtils.currentLine=57016320;
//BA.debugLineNum = 57016320;BA.debugLine="Public Sub setSelectedValue (v As Object)";
RDebugUtils.currentLine=57016321;
//BA.debugLineNum = 57016321;BA.debugLine="If StringMode Then";
if (__ref._stringmode /*boolean*/ ) {
RDebugUtils.currentLine=57016322;
//BA.debugLineNum = 57016322;BA.debugLine="SetIndex(mStringItems.IndexOf(v), False)";
__ref._setindex /*String*/ (null,__ref._mstringitems /*anywheresoftware.b4a.objects.collections.List*/ .IndexOf(_v),__c.False);
}else {
RDebugUtils.currentLine=57016324;
//BA.debugLineNum = 57016324;BA.debugLine="Dim n As Double = v";
_n = (double)(BA.ObjectToNumber(_v));
RDebugUtils.currentLine=57016325;
//BA.debugLineNum = 57016325;BA.debugLine="SetIndex(Min(Size - 1, Max(0, Round((n - mStartR";
__ref._setindex /*String*/ (null,(int) (__c.Min(__ref._size /*int*/ -1,__c.Max(0,__c.Round((_n-__ref._mstartrange /*double*/ )/(double)__ref._minterval /*double*/ )))),__c.False);
};
RDebugUtils.currentLine=57016327;
//BA.debugLineNum = 57016327;BA.debugLine="End Sub";
return "";
}
public String _setstringitems(keymon.lat.medicomed.b4xplusminus __ref,anywheresoftware.b4a.objects.collections.List _list) throws Exception{
__ref = this;
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "setstringitems", true))
{return ((String) Debug.delegate(ba, "setstringitems", new Object[] {_list}));}
RDebugUtils.currentLine=56819712;
//BA.debugLineNum = 56819712;BA.debugLine="Public Sub SetStringItems (list As List)";
RDebugUtils.currentLine=56819713;
//BA.debugLineNum = 56819713;BA.debugLine="mStringItems = list";
__ref._mstringitems /*anywheresoftware.b4a.objects.collections.List*/ = _list;
RDebugUtils.currentLine=56819714;
//BA.debugLineNum = 56819714;BA.debugLine="StringMode = True";
__ref._stringmode /*boolean*/ = __c.True;
RDebugUtils.currentLine=56819715;
//BA.debugLineNum = 56819715;BA.debugLine="Size = mStringItems.Size";
__ref._size /*int*/ = __ref._mstringitems /*anywheresoftware.b4a.objects.collections.List*/ .getSize();
RDebugUtils.currentLine=56819716;
//BA.debugLineNum = 56819716;BA.debugLine="SetIndex(-1, False)";
__ref._setindex /*String*/ (null,(int) (-1),__c.False);
RDebugUtils.currentLine=56819717;
//BA.debugLineNum = 56819717;BA.debugLine="End Sub";
return "";
}
public void _startdownloop(keymon.lat.medicomed.b4xplusminus __ref,boolean _up) throws Exception{
RDebugUtils.currentModule="b4xplusminus";
if (Debug.shouldDelegate(ba, "startdownloop", true))
{Debug.delegate(ba, "startdownloop", new Object[] {_up}); return;}
ResumableSub_StartDownLoop rsub = new ResumableSub_StartDownLoop(this,__ref,_up);
rsub.resume(ba, null);
}
public static class ResumableSub_StartDownLoop extends BA.ResumableSub {
public ResumableSub_StartDownLoop(keymon.lat.medicomed.b4xplusminus parent,keymon.lat.medicomed.b4xplusminus __ref,boolean _up) {
this.parent = parent;
this.__ref = __ref;
this._up = _up;
this.__ref = parent;
}
keymon.lat.medicomed.b4xplusminus __ref;
keymon.lat.medicomed.b4xplusminus parent;
boolean _up;
int _myindex = 0;
@Override
public void resume(BA ba, Object[] result) throws Exception{
RDebugUtils.currentModule="b4xplusminus";
while (true) {
switch (state) {
case -1:
return;
case 0:
//C
this.state = 1;
RDebugUtils.currentLine=57475073;
//BA.debugLineNum = 57475073;BA.debugLine="LoopIndex = LoopIndex + 1";
__ref._loopindex /*int*/ = (int) (__ref._loopindex /*int*/ +1);
RDebugUtils.currentLine=57475074;
//BA.debugLineNum = 57475074;BA.debugLine="If mRapid = False Then Return";
if (true) break;
case 1:
//if
this.state = 6;
if (__ref._mrapid /*boolean*/ ==parent.__c.False) {
this.state = 3;
;}if (true) break;
case 3:
//C
this.state = 6;
if (true) return ;
if (true) break;
case 6:
//C
this.state = 7;
;
RDebugUtils.currentLine=57475075;
//BA.debugLineNum = 57475075;BA.debugLine="Dim MyIndex As Int = LoopIndex";
_myindex = __ref._loopindex /*int*/ ;
RDebugUtils.currentLine=57475076;
//BA.debugLineNum = 57475076;BA.debugLine="Sleep(RapidPeriod1)";
parent.__c.Sleep(ba,new anywheresoftware.b4a.shell.DebugResumableSub.DelegatableResumableSub(this, "b4xplusminus", "startdownloop"),__ref._rapidperiod1 /*int*/ );
this.state = 19;
return;
case 19:
//C
this.state = 7;
;
RDebugUtils.currentLine=57475077;
//BA.debugLineNum = 57475077;BA.debugLine="Do While MyIndex = LoopIndex";
if (true) break;
case 7:
//do while
this.state = 18;
while (_myindex==__ref._loopindex /*int*/ ) {
this.state = 9;
if (true) break;
}
if (true) break;
case 9:
//C
this.state = 10;
RDebugUtils.currentLine=57475078;
//BA.debugLineNum = 57475078;BA.debugLine="If Up Then Increment Else Decrement";
if (true) break;
case 10:
//if
this.state = 17;
if (_up) {
this.state = 12;
;}
else {
this.state = 14;
;}if (true) break;
case 12:
//C
this.state = 17;
__ref._increment /*String*/ (null);
if (true) break;
case 14:
//C
this.state = 17;
__ref._decrement /*String*/ (null);
if (true) break;
case 17:
//C
this.state = 7;
;
RDebugUtils.currentLine=57475079;
//BA.debugLineNum = 57475079;BA.debugLine="Sleep(RapidPeriod2)";
parent.__c.Sleep(ba,new anywheresoftware.b4a.shell.DebugResumableSub.DelegatableResumableSub(this, "b4xplusminus", "startdownloop"),__ref._rapidperiod2 /*int*/ );
this.state = 20;
return;
case 20:
//C
this.state = 7;
;
if (true) break;
case 18:
//C
this.state = -1;
;
RDebugUtils.currentLine=57475081;
//BA.debugLineNum = 57475081;BA.debugLine="End Sub";
if (true) break;
}
}
}
}
}