B4J Library [Web][ABMaterial] Framework for WebApps - alwaysbusy    May 17, 2024   (74 reactions)   tags: ABMaterial, Libraries with 'ABMaterial For Dummies' by Harris here! (lessons) TIP: My mini course on Youtube by MichalK73 ABMaterial is a framework combining a tuned Materialize CSS with the free programming tool... Javascript. http://gorgeousapps.com/ABMDragonfly4.00.png ABMaterial has over 45 themeable controls and..., you have no reason to not use ABMaterial :) https://alwaysbusycorner.files.wordpress.com/2016/12/gridbuilder1.png?w=490 There is an online demo at http://abmaterial.com Alternative url: http://prd.one... B4J Question ABMaterial - can not get "add to home screen" to work with my icon - JackKirk    Apr 14, 2024 you are immediately at the website. I want to do this for an ABMaterial webapp. I have tried the following: Step 1... LICENSE.TXT README.txt and these additions to my B4J folder: ABMaterial.jar ... thumbnailator-0.4.8.../RealAlwaysbusy/ABMaterial@v3.81-rc1/") 'ABM.PreloadAllJavascriptAndCSSFiles=True... B4J Tutorial [ABMaterial/ABMServer] Mini Template for absolute beginners (update 2024/05/17) - alwaysbusy    May 17, 2024   (47 reactions) ABMaterial library, I created a new b4xlib library ABMServer (both will have to be loaded in your... it uses the full blown ABMaterial library, and you can use everything of it in the Mini, most.... This is needed to make ABMaterial believe you are running the full blown version of it. Main: the main... B4J Tutorial [ABMaterial] For Dummies (beginner lessons) - Harris    May 3, 2020   (39 reactions)   tags: ABMaterial for dummies ABMaterial For Dummies This has often been asked for - so it is high time to produce a simple set... you have been missing in simplifying web app creation with ABMaterial! IMPORTANT UPDATE... beginners https://b4x.com/android/forum/threads/abmaterial-mini-template-for-absolute-beginners.117237... and ConnectPage). Required! - Contains all files for ABMaterial projects Lesson 1a - More on ABM... Server Differences) https://www.b4x.com/android/forum/threads/abmaterial-for-dummies-beginner-lessons... B4J Tutorial [ABMaterial] Several ABMaterial servers on one IP - MichalK73    Apr 24, 2023   (19 reactions) Hello. I was struggling to see several ABMaterial servers visible from one IP on one port. I use... I gave them a different port for their different ABMAterial server. As you know, each ABMaterial... page 2. App1 ABMaterial works on port 8080 (AppName - test1) 3. App2 ABMaterial works on port 8888...://server.com - WEB website 2. http://app1.server.com/test1 - webapp ABMaterial (AppName test1) 3. http://app2.server.com/test2 - webapp ABMaterial (AppName test2) In this way, we get rid of the port... B4J Question [ABMaterial] I think i finally broke it beyond repair! - Cableguy    Jun 17, 2025 Since yesterday evening, my ABMaterial attempts won't connect! The server is started, but I am guessing no socket is being returned! This is my log window after starting an unchanged Template project (full framework) 164815 And all I get is the spinning circles.... If I click on one of the null values on the logs, I get sent to... 164816 So, I'm completely lost!... B4J Library ABMaterial - a robust(?) camera component - JackKirk    May 4, 2024   (3 reactions) at ABMaterial - about which I also have no skills - but I do have solid B4J experience. One... - but there is no serious camera component in ABMaterial. I find the best way to learn is by doing so I have set... MashCameraPlain module: https://www.b4x.com/android/forum/threads/abmaterial-mashcameraplain.86132/post... on putting a camera in ABMaterial. INSTALLATION RUN WITH SELF-SIGNED SSL ON LOCALHOST RUN... THAT MAY HAVE GENERAL USE IN ABMaterial... B4J Code Snippet Filter logs (intended for ABMaterial web apps but should be easy to adapt to other non-UI B4J projects) - created with assistance of Microsoft Copilot - JackKirk    May 30, 2025   (4 reactions) In the ABMaterial framework there is the ability to push all logs to a file by code like: Server.RedirectOutput(File.DirApp, "logs.txt") and if you dig up the code for this it looks like: ' redirects the logs public Sub RedirectOutput (Dir As String, FileName As String) #if RELEASE If LogsOutput.IsInitialized Then LogsOutput.Close LogsOutput = File.OpenOutput(Dir, FileName... that if I compile my B4J ABMaterial project as a jar (say D:\B4X_WebServer01\WebServer01.jar) then... B4J Question [ABMaterial] B4JS - cannot get it running - OliverA    Jun 20, 2019 is the B4JS class module I created. Steps I performed: Copy ABMaterial's Template and rename main... use Private if only within this class Public ABM As ABMaterial 'ignore, just to access... application runs (and displays the lonely button). B4J version: 7.32 ABMaterial version: 4.51 Java: 8v212... B4J Question [ABMaterial] how to create a fixed header - Cableguy    Nov 7, 2016   (1 reaction) Hi guys... I'm trying to conceptualize my first ABMaterial webapp, which will, for simplicity and learning purposes, is to be a single page, in which I plan to have a Fixed header with an image, a title and 3 icons (like a topnavbar, except the later does not accept an image unless I set a nevigation menu, which I do not want to), a ChronologyList component, and a fixed Footer with perhaps a label and extra button... As simple as this sketch may be, I'm hitting a wall exactly... Page: 1   2   3   4   5   6   7   |