vuetify

  1. Star-Dust

    B4J Question [SOLVED] [Vuetify] VueTable - Switch and Combo-Box

    In a VueTable I have set a field like Switch. I'm trying to capture the event of when the value changes. Private Sub VueTable1_columnname_Change (item As Map) vuetify.ShowSwal(banano.ToJson(item)) End Sub But this event is not raised. Did I get the event wrong? Isn't it Change? I would...
  2. Mashiane

    [BANanoVuetifyAD3] Exciting stuff on the way in 2022 for RAD WebApp/PWA/Website Development

    Hi there BTW, Happy new year. Its such a pleasure to work on this library and thanks to everyone behind this project. We have some amazing components coming e.g. AvatarGroup + Minus Plus VChip. These afford a lot of endless possibilities. This also enabled us to test the combo multi-select...
  3. Star-Dust

    B4J Question BANanoVuetifyAD3 SignIn, authentication and AppBar

    I noticed using the SignIn example that if I log into the www.mywebsite.org/AppName/#/home page, it can log in without being authenticated. It is a problem if the person manages to enter the pages by saving the address and recalling the history without having to authenticate. Is it a solvable...
  4. V

    B4J Question [BANanoVuetifyAD3] How to set state on Select and on TextField

    Hello! I have a page with a list. I set the event on click for this list because i want to set the state on Select and on TextFields: Dim set1 As VueElement = vuetify.AddSelect(Me, rowSet1.id, "rowSet1", "rowSet1selected", "Set 1", False, False, "", "listitems", "", "", False, "set 1"...
  5. Mashiane

    B4J Tutorial [BANanoVueMaterial] BVMDesigner - Mock.Compile.Publish

    *START OF NOTICE As of 02 FEB 2021, this project is is no longer maintained as it has given birth to BVAD3. This project was a joy to create, however like everything that has a start and an end, its time to move on and evolve. BVAD3 is faster, more simpler to implement and takes advantage of...
Top