The MobileCoinBoxFunctionsPopup has two extra buttons visible for initialization and programming.
Strada S5 only! |
<!-- START MOBILE COIN BOX FUNCTIONS-->
<TFT:PopupPanel Name="MobileCoinBoxFunctionsPopup" MxStyle="{PopupStyle}" Timeout="180">
<Controls>
<TFT:Label MxStyle="{DebugLabelStyle}" FormattedText="MobileCoinBoxFunctionsPopup"/>
<TFT:ImageRotator MxStyle="{WaitingImageStyle}" Location="344,450" Name="McbRotator" Visible="false"/>
<TFT:Label MxStyle="{PopupTextLabelStyle}" Name="PopupTitleLabel" Location="16,50" Size="736,100" Text="McbSelectFunction"/>
<TFT:Label BackColor="Yellow" Font="Arial, 20pt, style=Bold" LineAlignment="Center" Alignment="Center" Size="736,102" Location="16,550" Name="MobileCoinBoxStatusLabel"/>
<TFT:Button MxStyle="{ArticleButtonStyle}" Visible="false" Location="275,150" Text="McbInitButton" Name="McbServiceInitButton" Click="OnMobileCoinBoxFunction" KeyValue="Init"/>
<TFT:Button MxStyle="{ArticleButtonStyle}" Location="275,250" Text="McbCollectButton" Name="McbCollectButton" Click="OnMobileCoinBoxFunction" KeyValue="Collect"/>
<TFT:Button MxStyle="{ArticleButtonStyle}" Visible="false" Location="275,350" Text="McbProgrammingButton" Name="McbServiceProgrammingButton" Click="OnMobileCoinBoxFunction" KeyValue="Programming"/>
<TFT:Button MxStyle="{BackButtonVisualStyle}" Name="McbBackButton" Click="OnCloseCurrentPopup" KeyValue="MobileCoinBoxFunctionsPopup"/>
</Controls>
</TFT:PopupPanel>
<!-- END MOBILE COIN BOX FUNCTIONS-->
Service menu
The service menu has an additional line to allow accessing the MobileCoinBoxFunctionsPopup
<SM:MobileCoinBox Name="MobileCoinBox" Label="Mobile Coin Box"/>
It will open the MobileCoinBoxFunctionsPopup with two extra buttons visible for initialization and programming.