abmaterial

  1. XbNnX_507

    B4J Question [ABMaterial] AddArrayComponent() InputBox

    Hi, i have this code in my webPage. dim inp1 as ABMinput inp1.initialize(..) page.addArrayComponent(inp1, "inp") dim inp2 as ABMinput inp2.initialize(..) page.addArrayComponent(inp2, "inp") Nor click, focus or enterpressed events get fired. Why? is this a bug? Sub inp_Clicked( value as...
  2. Cableguy

    B4J Tutorial [ABMaterial] Theming the Framework - ModalSheets

    ModalSheets what are they and what are they for? From ABMaterial Demo we can read: An ABMModalSheet component is like a mini ABMPage helper, but it pops up over the existing page. It has two ABMContainers, one that makes up the header and one for the footer section, so you can use everyting...
  3. Cableguy

    B4J Tutorial [ABMaterial] Theming the Framework

    ABMaterial Framework for WebApps Theming Definition (Wikipédia): Theming refers to "the use of an overarching theme...to create a holistic and integrated spatial organization of a consumer venue." Often themes are derived from history, different cultures and fantasy. Theming can vary in...
  4. Cableguy

    B4J Question [ABMaterial] Chat Component : LoudThinking!

    Hi Guys, This will not be a "question" per sei but a few questions may arise from this... I've been brainstorming ideas for my biggest endeavor so far in B4J and ABMaterial. Hoppefully it will become a management system for my boss, but thats beyond the scope of this post... An idea came to...
  5. walterf25

    B4J Question ABMaterial Table RowuniqueId Empty

    Hi All, i need help figuring this out, i am trying to retrieve the RowUniqueId from a table when i click on any of the rows, for some reason the RowUniqueRowId always returns empty, here's my code: Sub tbl1_Clicked(PassedRowsAndColumns As List) ' is the root table...
  6. M

    B4J Question [ABMaterial] Navigation bar: How to left align title?

    Hi every one! In a navigationbar of type SIDEBAR_MANUAL_ALWAYSHIDE, is it possible to align the title text on left?
  7. M

    B4J Question [ABM Material] Webinterface down...

    suddenly without any cause jetty engine give errors, and webpage cannot be accessed anymore. All other functions on the rasp working normal logdump: (repeated everytime i tried to access the webpage) After reboot all working normal again...
  8. Joan Paz

    B4J Question Request for help due to scalability problem

    Hello! Im part of a company and we are currently carrying out several web application projects using B4j and Abmaterial, and the use of these tools has allowed us to greatly streamline our processes and has also allowed us to advance in our objectives in a very agile way. However, one of our...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Top