abmaterial

  1. Joan Paz

    B4J Question Send an image with ajax post to ABmaterial upload handler

    Hi! is possible send a .jpg picture to abmuploadhandler using a ajax post metod? I just want to send a after crooped picture to the server, not the original picture
  2. Mashiane

    B4J Tutorial [ABMaterial] Creating a color grid container

    Ola Some thoughts are running in my head about implementing this for my color coded events management. So we have 21 colors. So me thinks a 7 row, 3 columns grid will do. Sub ColorGrid(page As ABMPage, id As String) As ABMContainer Dim ItemCont As ABMContainer...
  3. L

    B4J Question [ABMaterial] Show SuccessMessage and ErrorMessage under conditions

    hello, I would like to know how can I make my own conditions to show error or success messages on a ABMInput, and if I can have multiple error messages or success messages that would activate only under certain conditions, for example, an ABMInput where I have a condition that it can't be empty...
  4. moster67

    B4J Question [ABMaterial] Fonts not showing...

    I am just starting out with ABMaterial. I am running the demo locally and I get this page where the fonts are not showing although if I highlight the fonts (selecting a part) they become visible. See below picture: However, if I open the demo-app running on your server...
  5. B

    B4J Question ABMEditor not documented in https://www.b4x.com/b4j/help/abmaterial.html

    Hi, Is ABMEditor supposed to be mentioned in the Abmaterial documentation? Is this the right place to ask? (Harris, thanks for all the lessons, so far.)
  6. Israel Garcia

    B4J Question AddArrayComponent add component

    Hi, im barely new in this lang and I have a question: is it possble to add more components once the arraycomponent has been created?? kind of this... cont1.Cell(1,2).AddArrayComponent(Utils.Simplelbl("object1", "", " ", page), "g1a" )...
  7. U

    B4J Question [ABMaterial] Landing page

    Hello! I am slowly getting the grips on how abmaterial and b4j server works, and I have a question. I want to the web app as the only web server on the actual server that I have. So then I need the web app to serve a landing page/front page as the users navigate to e.g. www.example.com...
Top