abmaterial

  1. walterf25

    B4J Question Verify Email on Mobile and continue session on web browser

    Hi everyone, not sure if I will be able to make sense when asking the following question. I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
  2. walterf25

    B4J Question ABMaterial page.msgbox2 Title and Message Color

    Hi all, it's me again :) I am trying to add theme colors to a msgbox dialog, so far I am able to assign back color, confirm button color and icon color, but for some reason the Title and Message text color doesn't seem to obey the color being assigned, here is where I define the colors...
  3. walterf25

    B4J Question ABMaterial 5.12 NavigateTo strange issue (SOLVED)

    Hi all, I need some help trying to figure out an issue I am seeing after updating my ABMaterial binary files to 5.12 version. Basically I have a project with two pages, the home page and a createnewaccount.html page, sometimes when I restart the project I can see on my browser the page...
  4. walterf25

    B4J Question Underline Text on hover

    Hi all, I am trying to figure out a way to underline the text on an ABMLabel component when hovering over the label, I have tried the following but doesn't work. lblforgotpass.SetExtraStyle($":hover {text-decoration: underline; }"$) Any ideas how to get this working? Regards, Walter
  5. walterf25

    B4J Question Successful Business ABMaterial Framework Stories.

    Hi all, I would like to read from any success stories using ABMaterial framework, has anyone actually either for personal business purposes or for a client built a successful web app that is still currently being used by more than 1000 users on a daily basis. The reason I ask this question is...
  6. yiankos1

    B4J Question [ABMaterial][Supabase] Can we use them both?

    Hello team, Last month i created a webapp using both of them. Everything working fine in debug and release mode in my pc (localhost:8081). When i upload at my ubuntu VPS, i encounter many errors. Here is a sample code that i use to store personal data to Supabase: Sub btnSave_Clicked(Target As...
  7. yiankos1

    B4J Question [Supabase] [SOLVED] Initialization error

    Good morning team, Everything was working fine until i uploaded realeased jserver to VPS (fresh install). jServer was starting normally and webapp was visible but connection to supabase was unavailable. So i checked log files and here are the results: SupabaseAuth: User is logged out, this user...
  8. FabioRome

    B4J Question [ABMaterial] set new path webserver

    my server is rooted in the public_html folder instead of www public Sub StartServer(srvr As Server, srvrName As String, srvrPort As Int srvr.Initialize(srvrName) srvr.StaticFilesFolder = File.Combine(File.DirApp, "public_html") ' uncomment this if you want to directly access the app in the...
  9. M

    B4J Question [ABMaterial] ABMInput Height

    Dear All, Is there a way to change abminput(textbox) height ? so it will look "tighter" between textbox ... i can only resize the row with ItemCont.Row(2).SetFixedHeight(45,False) thanks
  10. A

    German [ABMaterial] Lizenz >> kommerzieller Einsatz möglich

    Hallo Miteinander, ich bin etwas verwirrt bei der Lizenzierung von ABMaterial. Könnte mir das mal eine erklären? Ich sehe hier in den Foren einige Projekte die auf einen kommerziellen Einsatz hinweisen. Ist ein kommerzieller Einsatz von ABMaterial + B4J möglich? Oder ist nur ein unentgeltlicher...
  11. walterf25

    B4J Question ABMaterial Class Instantiation

    Hi all, I need some help understanding how to use a standar B4J class in an ABMaterial project, basically I have a project where I have a written a class that opens a Serial Port and starts receiving data from a device, This all works perfect so far, until I navigate to a different page, the...
  12. mmieher

    B4J Question ABM, APACHE2, SSL, UBUNTU! -- I Did It My Way

    In the interest of saving humanity from what I have been through for the past few days, here is a guide to what worked for me. I am a Linux Nothing-burger so this is certainly not the correct method, but it works (right this second). GOAL: Make ABM/B4J site that runs good-enough in Debug...
  13. mmieher

    B4J Question ABMaterial - Need Apache2 HTTP, HTTPS, Everything Configuration Help

    I am pleased to unveil the hottest new site on the Internet: https://www.pearlnecklacemedia.com/ You are looking at /var/www/pearl/index.html. This directory has the Pearl.jar, copymewithneeds, and the entire www structure. I previously had an ABMaterial site going, but decided a good...
  14. W

    German ABMaterial -- ABMSlider in der jar.jar oder im eigenständigen Paket nicht sichtbar, aber in der IDE

    Habe ein fertiges ABMaterial Projekt. Funktioniert gut in der IDE. Alles wie gewollt. Wenn ich ein eigenständiges Paket daraus mache und dieses starte, dann wird auf der Page ein ABMSlider nicht mehr angezeigt. Es spielt keine Rolle in welche Zelle der ist oder welcher Code verwendet wird. Es...
  15. mmieher

    B4J Question ABMaterial - Top Bar Forbidden Space

    I cannot figure out what is to the right of the Title string when displayed on smaller devices. It sure looks like there is lots of real estate over there? Dim str As String = "Pearl Necklace Media" ABMShared.BuildNavigationBarEx(page, str,"../images/logo-blank-330x117.png", ""...
  16. mmieher

    B4J Question ABMaterial - Scale the ImageSlider Image LIVE for User

    I want to do something like this: tmpImage.SetExtraStyle("max-width: 100%; height: auto") to that .png in the first parameter of this: slider.AddSlideImage("../images/blank-portrait-1080x1350.png", ABMShared.lbClr("Image One", "#000000"), ABMShared.lbClr("Second Line Image 1","#000000")...
  17. mmieher

    B4J Question [SOLVED] ABMaterial Stuck On WAIT Indicator in Everything

    I guess I am such a noob. All was terrific after several hours of starting with a clean slate Take 3. The "WAIT" indicator is either a pulsating phone or a spinning multi-colored pinwheel. First, myApp started to intermittently hang on the pinwheel indicator. Cleared my Chrome cache but that...
  18. mmieher

    [CANNOT FIND DELETE POST METHOD]

    ...
  19. mmieher

    B4J Question [SOLVED] ABMaterial - I Broke "Production" Site

    I am a Linux/HTML/Java/css idiot. I have 12 years B4X. One week ABMaterial. Everything in debug or release works on Windows dev unit. Everything did work on Ubuntu. Where am I when I see this pulsating, convulsing, warping phone thing? I think I somehow broke door.html's generative...
  20. mmieher

    PEN&PAPER - SPEAKING FROM TEN MINUTES EXPERIENCE

    -------> https://www.b4x.com/android/forum/threads/pen-paper-pwct-for-basic-abmaterial-webapps.70259/#content <-------- This is fantastic. Five Pointy-Ears for @Mashiane. Top notch! Thank you.
Top