This is a wrap of the Dragula js library (https://github.com/bevacqua/dragula) which makes it very easy to add drag & drop to almost everyone element.
Included in the zip is:
Demo
Library
LibrarySourceCode
Usage:
Copy the b4xlib to your Additional Libraries folder
Pick it in your project
Dim...
Hi there
Is it possible to set and fix the browser window when my BANano app starts so that the browser is at 80% Zoom?
If possible, please help out with a code snippet please?
Thanks
My first PWA is live and have noticed that on mobile devices an "empty" nav-bar is displayed; where as on the desktop site there is none. Is there anyway to disable this "mobile-only" navbar?
Ola
2020-03-19 : This is now part of the BANanoVueMaterial open source library.
This project is based on a functional BANanoVueMaterial library I am working on. An extension of the BANanoVue project I explored here.
Ever since I started working on the PDFDesign project for generating PDF...
Ola
Was recently requested to look at this by a friend, for encryption
1. Download this repo here to get the md5 javascript resource
https://github.com/blueimp/JavaScript-MD5
2. In your BANano project, add the javascript file
BANano.Header.AddJavascriptFile("md5.min.js")
3. Add this...
Ola
Download
Welcome to game 4. The purpose of this game is to explore more game tricks. For example.
1. Instead of adding a collision detector, we return the result of physics.overlap, a boolean.
2. We have removed gravity on the game configuration. This enables us to have the elements...
@alwaysbusy
I'm getting the following error with my project, which is uploaded for reference:
It seems that either BANano or the IDE thinks there should be a "B4J" folder that contains the manifest file.
Ola
Download
Phew. A dream come through. Very excited right now...
BANanoPDFMake is a wrap of the wonderful and amazing javascript library PDFMake
What I have tried to do here is to simplify this as much as possible. This means one can create a PDF document as simply as..
Sub basic...
Ola
Download
This is our 3rd game with BANanoPhaser and thus more developments and enhancements on the library especially with separation of concerns. Let me explain.
The phaser code javascript code is like this..
this.load.image('play', 'assets/image1.png')
With version 0.1 of...
Ola
Download BANanoPhaser
Phaser is a popular game framework that enables one to quickly build games for the web. To do this we will make some assumptions
1. You are comfortable with JavaScript
2. You are comfortable with BANano esp BANanoObject class.
Related Threads
Star Catcher - game...
Ola
This was an experiment when I was taking a break from other things..
How the game works.
1. You are the alien and you collect the stars. Once finished you get to the next level - hypothetically.
2. In the next level 2 things happen, your lives are increased... wait for it..
Until, you...
Hola
Estoy ocupado explorando cómo puedo imprimir elementos html con BANano para una aplicación en español que estoy creando.
Aquí están los resultados hasta ahora en caso de que necesite algo de esta naturaleza.
1. PrintJS
Con esto, puede cargar los archivos de estilo CSS que necesita usar...
Yippie!!
In case you need something like this one day, so here is my BANano implementation of it for y'all. With this one is able to CREATE Excel workbooks with multiple sheets. One is able to also set styles e.g. bold, italic, forecolor, add borders. Once generated, the workbook is...
Ola
When I started working with the Mermaid library I also discovered this nice mockup js library called wired.
This lib is just for generating mockups/wireframes for anyone playful. We have 15 elements currently in the library. These are
1. Input
2. Toggle
3. TextArea
4. Radio / RadioGroup...
Ola
UPDATE 2020-05-23: Please use this library instead
This class is for CRUD functionality via a BANano and SQL Server BackEnd.
Usage.
1. Update the connection settings in msconnect.php to your database. Add this to the Files tab of your BANano project.
2. Include the attached class to your...
Good day everyone. It is with pleasure to annouce that 'The Spiritual Gift Discovery Guide WebApp' is ready for you to help you understand your spiritual gift. This WebApp has been inspired by Wagners Modified Houts Questionaire. You go through answering 125 questions and depending on how these...
Ola
I have about 125 questions and each question has 1 possible answer from 4 responses.
Let me depict everything like this...
1. Responses ( a user should only select one using a radio box)
function getResponses(){
let responses = [{"id":"0", "value":"Not at All"}, {"id":"1"...
Ola
I'm writing a problem solving app and need to sort a list of key value pairs in descending order, for example, this is a result of my coding..
Dim boQuery As BANanoJSONQuery
boQuery.Initialize(boQueryList)
'sort by value desc
Dim boQSortDesc As BANanoJSONQuery =...
Ola
The world has changing at a very lightning-fast speed. Gone are the days when websites were static. Ajax came for dynamic websites and soon React, Angular, Vue, the list is long.
A couple of months ago I went for an interview. Do you React? Do you Angular? Do you Vue? Sadly I never got the...
Hi there
With possibilities to preload css and js files and also defer them, how can one activate such features when adding the resources to the header?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.