forked from Mashiane/BANanoVuetifyAD3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
196 changed files
with
22,265 additions
and
757 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.