Skip to content

Commit

Permalink
Version 5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiane committed Jun 4, 2021
1 parent 43e1789 commit 88c5e1f
Show file tree
Hide file tree
Showing 196 changed files with 22,265 additions and 757 deletions.
Binary file added BVAD3KitchenSink.zip
Binary file not shown.
Binary file added Extensions/BANanoAxiosLib.zip
Binary file not shown.
423 changes: 423 additions & 0 deletions Extensions/BANanoAxiosLib/BANanoAxios.bas

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Extensions/BANanoAxiosLib/BANanoAxiosLib.b4j
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
AppType=JavaFX
Build1=Default,b4j.example
File1=axios.min.js
FileGroup1=Default Group
Group=Default Group
Library1=jcore
Library2=jfx
Library3=banano
Module1=BANanoAxios
NumberOfFiles=1
NumberOfLibraries=3
NumberOfModules=1
Version=8.9
@EndOfDesignText@
#IgnoreWarnings: 12, 15
#Region Project Attributes
#MergeLibraries: True
#LibraryAuthor: Anele Mashy Mbanga
#LibraryVersion: 2.00
#LibraryName: BANanoAxiosLib
#End Region

Sub Process_Globals
Public BANano As BANano 'ignore
Public AppName As String = "BANanoAxiosLib"
Public Version As String = "2.00"
End Sub

Sub AppStart (Form1 As Form, Args() As String)
'initialize banano for first use
BANano.Initialize("BANano", AppName, Version)
BANano.HTML_NAME = "index.html"
BANano.Header.Title = AppName
'
'BANano.Header.AddJavascriptFile("https://unpkg.com/axios/dist/axios.min.js")
BANano.Header.AddJavascriptFile("axios.min.js")

BANano.BuildAsB4XLib(Version)
ExitApplication
End Sub

'Return true to allow the default exceptions handler to handle the uncaught exception.
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
Return True
End Sub

Sub BANano_Ready

End Sub
9 changes: 9 additions & 0 deletions Extensions/BANanoAxiosLib/BANanoAxiosLib.b4j.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ModuleBookmarks0=
ModuleBookmarks1=
ModuleBreakpoints0=
ModuleBreakpoints1=
ModuleClosedNodes0=
ModuleClosedNodes1=
NavigationStack=BANanoAxios,FromJSON,198,0,BANanoAxios,PostWait,212,0,BANanoAxios,onUploadProgress,241,0,BANanoAxios,SetMaxBodyLength,262,0,BANanoAxios,DeleteWait,234,0,BANanoAxios,PatchWait,239,1,BANanoAxios,onDownloadProgress,260,0,BANanoAxios,SetCredentials,285,0,BANanoAxios,GetStatusText,402,0,BANanoAxios,Execute,153,0,BANanoAxios,SetMode,144,0
SelectedBuild=0
VisibleModules=1
3 changes: 3 additions & 0 deletions Extensions/BANanoAxiosLib/Files/axios.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Extensions/BANanoFireStore.zip
Binary file not shown.
Binary file added External Libraries/BANanoAxiosLib.b4xlib
Binary file not shown.
Binary file added External Libraries/BANanoExcel.b4xlib
Binary file not shown.
Binary file modified External Libraries/BANanoVuetifyAD3.b4xlib
Binary file not shown.
Loading

0 comments on commit 88c5e1f

Please sign in to comment.