abmaterial

  1. H

    B4J Question [abmaterial] Incompatibility between modalsheet and B4JS

    Greetings!!! Is there anyone there encountered incompatibility between abm modalsheet and b4js? When you call the component.B4JSUniqueKey = "value", the modalsheet's component will not easily load the component's content when you call the componentname.text = "value" later. If it loads, it...
  2. H

    B4J Question [abmaterial]Modalsheet takes long time to load its data

    Greetings! I don't know if any has encountered this kind of issue... There's no issue when loading a modal sheet which has components like a abminput/textbox containing a data in it. For instance, the texbox contains a person's name which is provided when the modalsheet is created. But what...
  3. N

    B4J Question ABMaterial, How can i run it on my Webspace

    Hi, i am new here and i was lookin for a solution to make my own site. So i found the amazing SW B4J and the great framework ABMaterial. I look to the demo and the tutorial ...for dummies. It's very awesome but i have a problem with the running on my webhosting. When i try...
  4. H

    B4J Question [abmaterial] Popup form

    hello, Is there any abmaterial component that can do a popup like tooltip but one which we can put components in there? So that, when you point the mouse on a component like ABMLabel, a form appears to give additional information and automatically disappears when the mouse is moved elsewhere.
  5. Joan Paz

    B4J Question [ABMaterial] ousEvUnexpected event (missing RaiseSynchronents): abmcomp_build

    Hello Everyone! I'm creating a new ABM Component (ABMaterial Custom Component) with select2.js, it works fine, but sometimes when i refresh the browser (F5), i get the error "Unexpected event (missing RaiseSynchronousEvents): abmcomp_build". If somebody know the reason, i will apreciate the...
  6. Israel Garcia

    B4J Question Is there any way to .... elements by "type"

    Is there is some way out there for ABMaterial to refer to the styles of the objects by means of the "class" and not the "type"? I am working on the development of a project using B4J / ABMaterial, combining with some extra javascript plugins like w2ui. how to make ABMaterial not change the...
  7. H

    B4J Question [abmaterial]abmlabel click event

    Hello, Is there a way to click an abmlabel like a button? For instance a label is a name of a person and if you click it you get a person's profile. Thanks.
  8. Mashiane

    B4J Library [ABMaterial] Deciding on a Christmas gifts using Mermaid

    Ola A long time ago I was requested to come up with a mermaid custom component for ABM. So Im taking a break today from everything and looking at it for @joulongleu I should be having this working soon, and the code seems to be simple enough...
  9. PatrikCavina

    B4J Question [ABMaterial] ABMTable Sorting

    I have a simple ABMTable where i load some data, 20 for each ABMPagination page. Problem come when i try to sort a column. When i sort column data are sorted not in the order i've inserted these (In first load items are inserted in correct order). Some code to clarify my problem...
  10. J

    B4J Question [ABMaterial] ABMUpload, Uploading to raspberrypi Problems

    Hi there, Im using ABMaterial to create web, running on my raspberry server. I'm Trying to upload file from my laptop to server using ABMupload component, i only following tutorial on ABM website. but somehow, the file is not uploaded. here is my code. Btw in this code i'm using ABMupload and...
  11. H

    B4J Question [ABMaterial]Using the Application.bas as the index or primary page of the webapp

    Hello, I understand, you can set your InitialPage from ABMApplication.bas module which is the page that a visitor sees first. I also understand that you can create a page from this module and I tried it. The problem is, when I open the webapp, the page appears, but it refreshes again and...
  12. H

    B4J Tutorial [abmaterial] How to remove the appname to access the web address?

    hello, abmaterial provides this: ipaddress:port/appname/ Is there a way to have this: ipaddress/ If you run your abmaterial application and you enter the ip address of the server, you need to specify the appname as shown above. Is there away to remove the appname so that you can directly get...
  13. PatrikCavina

    B4J Question [ABMaterial] Table cell theme name

    Why if I set the theme name of a cell in an ABMTable in "aRow1", the theme doesn't work? Example that doesn't work: public Sub BuildTheme() ' start with the base theme defined in ABMShared theme.Initialize("pagetheme") theme.AddABMTheme(ABMShared.MyTheme) ' add your specific...
  14. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime: Part 3

    Ola This part of this class provides one with a helper class to get all events code linked to each of the components added to the modal sheet. This code is nicely written to the B4X log, so that one can copy and paste it to their pages code. This is meant to simplyfy the coding process. When...
  15. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime: Part 2

    Ola The first post about this topic just touched the tip of the iceberg about this. I realize that I have more challenges that I need to address and I can only do justice to this if I try to cover most of the components that could be used for input. These are.. 1. Email - check 2. Website -...
  16. Mashiane

    B4J Library [ABMaterial] Clouding our Notable Members

    Ola So i'm thinking, a week or so ago I was doing qualitative data analysis for road surveys in one of our province. Whilst I was looking at the data, I decided to convert the data into a cloud, taking up most of the words that were used to make sense and establish a theme. Wala!!!. So I...
  17. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime

    Ola Well, I'm rather exited... been wanting to do this eversince I started learning ABM. At times you just need a simple modal without the heavy load of actually building in in code. Let it rather be created at runtime and you can get/set content to it. 1. Click a button 2. Build and modal...
  18. Mashiane

    B4J Library [ABMaterial] ABM.Util.CreateThumbnail based SliceBox Image Slider

    Ola This is a wrap of a caroulse called SliceBox. The nice thing is that it adjusts itself to fit your image. If the image is small it will shrink and if large it will enlarge itself. There is a problem with that though, consisency. Whilst i did a gallery before, posted here, something like...
  19. Mashiane

    B4J Library [ABMaterial] An image slider that can actually crop your image NOT

    Ola I'm looking for an image slider. Animated - check. Do not crop an image - check. Pause - check. Open a URL on image click - check. Navigation buttons - check, Pause on hover - check. Show progress of bar when viewing each image - check. Random animation per slide - check. Play local video...
  20. Mashiane

    B4J Question [ABMaterial] Custom Component Print Functionality

    Hi there I havent tried this yet but just want to be sure. For a custom component to be printable? is there something special that you need to define when creating it or it will just work? #NewBie2ABMPrinting Thanks
Top