Skip to content

Commit

Permalink
VERSIONE 3.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
astrgl committed Jul 24, 2023
1 parent fa01e3b commit d3e7cd8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title=DnfDrake
Startup=Fmain
Icon=dnfdrake.svg
Version=3.6.21
Version=3.6.22
Component=gb.image
Component=gb.gui
Component=gb.form
Expand Down
2 changes: 1 addition & 1 deletion .src/FABOUT.form
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MoveScaled(1,1,50,4)
Font = Font["+7"]
Alignment = Align.Center
Text = ("DNFDRAKE 3.6.21")
Text = ("DNFDRAKE 3.6.22")
}
}
}
27 changes: 27 additions & 0 deletions .src/Fmain.class
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Public $CLOSEPASS As Integer
Public $SI As String
Public $NO As String
Public $ASKEXIT As String
Public $FLATDRAKESEARCH As String
'VARIABILI EXTRA OPTIONS*****************************************************************************
Public $SEARCH As String
'PAROLE CHIAVE LETTURA STRINGA***********************************************************************
Expand Down Expand Up @@ -634,6 +635,22 @@ $VERBOSE = " | tee /dev/null " & User.Home & "/.config/dnfdrake/log/last.log"
Else
$AUTOSUSPEND = 0
Endif

'VERIFICA SE DNFDRAKE È LANCIATO DAL FLATDRAKE E ADATTA LA RICERCA******* IN TEST**************
If Exist(User.Home &/ ".config/flatdrake/flatsearchtmp") Then
TimerUPLISTE.Enabled = False
Shell "cat " & User.Home &/ ".config/flatdrake/flatsearchtmp" To $FLATDRAKESEARCH
txtpkg.Text = $FLATDRAKESEARCH
btncerca_Click
BTNTABAVIABLE_Click
' $MEMOCOMMAND = "FLATDRAKESEARCH"
' Dim iAnswer As Integer = Message.Question("Prima di installare aggiornare le liste?", $SI, $NO)
' If (iAnswer = 1) Then
' TimerUPLISTE.Enabled = True
' Else
' Stop Event
' Endif
Endif
'************************************************************
End

Expand Down Expand Up @@ -810,6 +827,16 @@ Public Sub Process_Read()
Btncleartxtpkg_Click
$MEMOEXEC = ""
Endif
'**************************************************************************
'IN TEST NON SO SE USARLO SE NON SI USA CANCELLARE!!!
' If $MEMOCOMMAND = "FLATDRAKESEARCH" Then
' 'TimerUPLISTE.Enabled = False
' Shell "cat " & User.Home &/ ".config/flatdrake/flatsearchtmp" To $FLATDRAKESEARCH
' txtpkg.Text = $FLATDRAKESEARCH
' btncerca_Click
' BTNTABAVIABLE_Click
' $MEMOCOMMAND = ""
' Endif
'**************************************************************************
If $ListpkgWR = 0 And $CHKERROR > 0 Then
Try Message.Info("N°" & $CHKERROR & " ERRORS HAVE BEEN DETECTED, PLEASE IMPROVE THE SEARCH CRITERIA", "OK")
Expand Down

0 comments on commit d3e7cd8

Please sign in to comment.