16/11/23 - Cambios en manifiesto y carga de día

- Se agrego una linea en el manifiesto para cuando manda el error de "Failed resolution of: Lorg/apache/http/ProtocolVersion"
- Se agregó al cargar dia un panel que muestre el avance de la descarga.
- Se cambio el color del texto de la mayoria de los botones a blanco.
This commit is contained in:
2023-11-16 15:05:48 -06:00
parent d94b8f2e77
commit 8fcae35050
16 changed files with 57 additions and 18 deletions

View File

@@ -227,6 +227,7 @@ Public Sub HandleJob(Job As HttpJob) As DBResult
' Log("HandleJob: " & (DateTime.Now - start))'Comentado por CHV - 211112
Return table
End Sub
'Reads a file and returns the file as a bytes array.
Public Sub FileToBytes(Dir As String, FileName As String) As Byte()
Dim out As OutputStream