abmaterial

  1. mmieher

    B4J Question [SOLVED] "BIG BUCK BUNNY" - The ABMaterial HTML5 Video

    I was very disappointed when BIG BUCK BUNNY suddenly appeared, but without audio. I must learn how to get File.DirAnything into a parameter called "source". ' add HTML5 video Dim video3 As ABMVideo video3.InitializeHTML5(page, "video3"...
  2. mmieher

    B4J Question ABMaterail Change Text Properties of Text NOT in ABMLabel

    Noob here. How to change, SIZE, STYLE, COLOR, FONT of anything in a line like the following? (from demo project -- main event slider in middle of page) slider.AddSlideImage("../images/vintage-women-soft-tits.png?" & DateTime.Now, "Looking for tits?","Pornography is not the purpose of this...
  3. mmieher

    B4J Question ABMaterial Themes and Google Material Design Tool

    I am trying to equate this https://m3.material.io/theme-builder#/custom to this MyTheme.Page.AddColorDefinition("dragonfly", ABM.INTENSITY_DARKEN4, "#263A4C", 1.0) MyTheme.Page.AddColorDefinition("dragonfly", ABM.INTENSITY_DARKEN3, "#354A5E", 1.0)...
  4. mmieher

    B4J Question ABMaterial. Dead or Alive?

    I recently discovered ABMaterial and ABMini created by @alwaysbusy I have many hours invested and it seems like a great solution for a B4Anything web server on Linux. I desire this because I am a recovering Microsoftaholic. Is Mr. Bailleul still into this? Has anyone (like maybe @OliverA )...
  5. walterf25

    B4J Question JavaScript Printer Help

    Hi all, I am still trying to get my cheap printer to work, I have obtained the attached files from the manufacturer, unfortunately my javascript knowledge is very little, How would I go around using this libraries with Abmaterial. I have the following code so far: Dim jsval As String =...
  6. walterf25

    B4J Question SVG to PNG ABMaterial

    Hi everyone, I am trying to figure out if there's a way to save an svg object to an image either png or jpg format, I am using the customobject on this thread which is basically a barcode object, I have the need to convert this svg object to an image, I have been exploring the ABMCanvas object...
  7. P

    B4J Question ABMaterial 5.0 - ABMPageId

    Good day, Upgraded the ABM 5.0. Every time the page websocket_connected is called, it generates a new ABMPageId as opposed to the same pageid ABMPageId = ABM.GetPageID(page, Name,ws) LOG pagemap (MyMap) {one=, frmHome=frmHomeeb55e2b8-d63d-4553-bf9e-5336d098e466} ABMPageid...
  8. walterf25

    B4J Question ABMModalSheet with Fixed Footer

    Hi all, i've been away for a while and just recently got back to playing around with B4X, I am working on a web app but I can't remember if is even possible to create a fixed footer on an ABMModalSheet. Here's the relevant code. Sub createmodalsheet(params() As UPSHistory) As ABMModalSheet...
  9. Batman_

    B4J Question [Solved][ABMaterial]: /css/materialize.4.32.min.css Not Found ...but the files are there

    Hi. I have the following messages in the log despite having the missing files in the appropriate folders so the webapp will not open correctly: /css/materialize.4.32.min.css Not Found /js/core.4.38.min.js Not Found /favicon.ico Not Found I have cleaned the project, shutdown and restarted...
  10. Batman_

    B4J Question [Solved]: [ABMaterial/ABMServer] Mini Template for absolute beginners: 'Needs material/awesome icons' message in log

    Hi. I am running the [ABMaterial/ABMServer] Mini Template for absolute beginners (URL: https://b4x.com/android/forum/threads/abmaterial-abmserver-mini-template-for-absolute-beginners.117237/) and I get the following in the log: Waiting for debugger to connect... Program started. 2021-09-23...
  11. Peachy

    B4J Question [ABMaterial] Websocket losing connection

    Hello, having an issue with our ABMaterial service, we have it set up behind an nginx reverse proxy which connects through ssl to cloudflare for our URL. For some reason recently the pages websocket has started to drop connection and reload itself, this happens on any page. if you would like to...
  12. S

    B4J Question ABMaterial - cannot get logged into the database

    It looks like I am a little late to the ABMaterial party but it seems interesting so I am trying to work through the tutorial. I am also VERY new to B4J so trying to learn it as well. I really like it so far. The issue I am experiencing is with lesson 3 where it connects to a mySQL DB. I...
  13. walterf25

    B4J Question ABMaterial Responsive Apps

    Hi all, I am back trying to finish up a project I started months ago, i finally found some time to try and finish it, this is a web app that I plan deploying for internal use at work, the app is a very simple Inventory service, I have really not had much time to go through all the tutorials...
  14. J

    B4J Question Missing RightToLeft property for ABMButton [Solved]

    i am following along MichalK73 excellent video 1 tutorial on ABMaterials In it he declares an ABMButton named button and at one point sets the RightToLeft property: button.RightToLeft = True I don't have this property in intellisense for ABMButton and if I write it in manually the project...
  15. J

    B4J Question [ABMaterial] Mini Template Program on Windows VPS

    I can run this properly locally but not on the server. I don't know exactly how to explain my problem clear in a brief manner so instead I just listed all the steps I went through below. Sorry that it's a bit long to read. I'd be very grateful for any advice. Thanks! Firstly, on my local...
  16. saeed10051

    B4J Question ABMaterial framework problem with images

    Hi I am using the ab material framework template it is running fine. but there is following seciton in the code ' add an image to say what we really mean.... ' note where the image is derived from. Go find it in the folder and replace it with your own image (if you wish)... Dim img...
  17. saeed10051

    B4J Question using AB Material for website development

    There is a site https://stayhomeandlearn.org/ which is simple with some link and tabs and an email support I need to know if there is a working example available to build this type of website through AB Material
  18. DarkoT

    B4J Question WebApp and Grafana

    Hi Guys, I need a tip, how to generate web page inside of B4J ABMaterial, which will show dashboards created with Grafana. On Grafana site is possible to create API key for Viewer role... Means – I need a tip: How to connect Grafana dashboard web app over API key and How to show result inside...
  19. saeed10051

    B4J Question SOLVED: Getting error on running AB material template

    Hi I am new to AB material, i have copied the library files and the template files, on running template B4J file i am getting following error 2020-04-26 14:32:16.143:INFO::main: Logging initialized @1508ms to org.eclipse.jetty.util.log.StdErrLog can anyone help me out in this
  20. DarkoT

    B4J Question How to set focus on web page - input field

    Hi to all, Guys, need help… I try to build web application for some data input (from production stuff). It's possible to SET FOCUS to some input field and make field »active«? I want to use barcode scanner to capture some data and user will be able only to scan. I cannot figure out how to input...
Top