Form Builder to use for creating WebApp/Websocket

Magma

Expert
Licensed User
Longtime User
Well...

Lately i was thinking to move to a different approach - how to creating apps + thinking a lot a multi-platform that will no need nothing more than login through a web-page (know that will limit me on some things - but for business like ERP systems will be ok)...
so... i am looking for fast creating forms and views...

Is there a Jquery/Ajax Form Builder running offline that will help me - anyone use anything like that ?
Is there any html table creator-viewer builder (that seems difficult to exist) ?
Is there any grid editor + script for table editing ?

Or you think is better to create them all from scratch ?

from scratch: will give me the power to control everything.... but will lose time...
 

hatzisn

Expert
Licensed User
Longtime User
Check Mobirise for creating web sites with drag and drop.
 

hatzisn

Expert
Licensed User
Longtime User

hatzisn

Expert
Licensed User
Longtime User
I use Mobirise for the heavy load and insert my code and change slightly the Html for the fine tuning. I do not know if character limiting can be done through mobirise. I have never needed this.
 

Magma

Expert
Licensed User
Longtime User
@hatzisn i see + i was looking for utility/tool more like specifically jquery form builder... for business like apps + not for a general web designer...

something like Erel's formbuilder but for web-apps...

I want to Rapid my job... ofcourse i will check the app you suggest shortly ;-) thanks again...
 

alwaysbusy

Expert
Licensed User
Longtime User
I don't know if you have seen my BANano Library (search for BANano in the B4J forum too). It can use the B4J Abstract Designer to build your forms.
BANano transpiles the B4J code to html/css/javascript.

It uses some kind of 'Hot Code Swapping', so you can make changes in the Abstract Designer at run-time (in debug mode) and you see the changes directly in the browser:

BANano:
Alwaysbusy
 
Last edited:

Magma

Expert
Licensed User
Longtime User

alwaysbusy

Expert
Licensed User
Longtime User

Magma

Expert
Licensed User
Longtime User
@alwaysbusy
First downloaded this - and copy all libs to my Libraries of B4J...
Well for server i downloaded that... and run it...
get blank page after creating server.ini with all settings saying.... 127.0.0.1:55056/about returns blank page... and at the debug caching 0 pages - is it right ?

any tutorial (for server<-->client) to start with ?
 
Last edited:

Magma

Expert
Licensed User
Longtime User

....hmmm .... already had copied...
 

josejad

Expert
Licensed User
Longtime User
Please, if you've decided to try BANANO and have some issue, start a new thread because "Chit chat" is not indexed in the searches, and it could be a useful resource for those who want to try BANANO for first time.
 

alwaysbusy

Expert
Licensed User
Longtime User
Could not find the Additional Libraries folder! You will have to use Initialize2 and set the full path to the Additional Libraries folder yourself.
Loading layout template...
Loading layout uploadform...
The BANano B4JAdditionalLibrariesPath is not set!

It looks like you have not set your Additional folder path in B4J (or BANano can not find it):



If you did, you can try to use the alternative Initialize2:

B4X:
Server.BANano.Initialize2("BANano", "BANanoServer" ,1, "K:/B4J/AddLibraries") ' your path

But honestely, I haven't found a user of BANano who did need to do that.

But as @José J. Aguilar says, probably better start a new topic in the B4J questions forum with the [BANano] prefix in the subject.

Alwaysbusy
 
Last edited:

Magma

Expert
Licensed User
Longtime User
Cookies are required to use this site. You must accept them to continue using the site. Learn more…