fix comportamento numKeyb: chiudo quando eseguito...

This commit is contained in:
Samuele E. Locatelli
2018-09-21 22:51:28 +02:00
parent dc57cf680e
commit df61315b81
3 changed files with 4 additions and 3 deletions
@@ -23,6 +23,8 @@ namespace C_TRACK.WebUserControls
{
txtQta.Text = mod_numKeyb.numSelected.ToString();
refreshQtaSel();
// nascondo keyb...
mod_numKeyb.Visible = false;
}
}
+1 -2
View File
@@ -475,8 +475,7 @@ namespace C_TRACK
private void eseguiComando()
{
// in primis: sono in esecuzione, x cui il comando è valido...
string msg2show = "";
string currState = "";
string msg2show = "";
var testNumTask = Regex.Match(mod_barcode1.comandoRegistrato.valore, reNumTask);
// verifico se cmd setup utente...
if (mod_barcode1.comandoRegistrato.prevCmdIn == "RESOP")
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=58']) {
withEnv(['NEXT_BUILD_NUMBER=59']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'C.TRACK'