bananovuetifyad3

  1. M

    Bug? BANanoVeutifyAD3 CRUD error

    trying to do crud operations with bananoveutifyAD3 i can successfully create records in a mysql php database with laragon as webserver but attempting update and delete operations on the database from my BVAD3 web app doesnt work and in the browser console i get the following error ...
  2. Duque

    B4J Question RESOLVED [BANanoVuetifyAD3] VRadio1.Check

    Hello ! It's a simple query from a BANano newbie. Because this returns empty: Log("VRadio1.Check:") Log(VRadio1.Check) 'Empty 'OR Log("VRadio1.VElement.Value:") Log(VRadio1.VElement.Value) 'Empty If (VRadio1.Check == "true") Then End If Help !
  3. Mashiane

    Mashy Teaches Low Code Vue Web Development with BANanoVuetifyAD3 Incwadi yamaBali (StoryBook)

    Hi there Download Additional Libraries Download BANanoVuetifyAD3Core Library OR Download BANanoVuetifyAD3 Library Download Kitchen Sink WebApp (Optional - useful for Learning how this works) Download BVAD3Builder (Optional - useful to trim your final package) Terms of Engagement Get the...
  4. 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...
  5. Mashiane

    Share My Creation [BANanoVuetifyAD3] BANanoServer - DirectSQLite CRUD

    Ola Download Successfully implement a direct SQLite connection for BANanoVuetifyAD3 BANanoServer SQLite and did some crud. This depends on BANanoVuetifyAD3 Version 6.05 Update 15. NB: This uses jSQL DataSource Connection Settings This shoul be uploaded soon...
  6. C

    B4J Question [BANanoVuetifyAD3] SetData for Placeholder in VTextField does not work ?

    Hi, I have a probelm to set Placeholder in runtime. I set this in abstract designer: And set it like this VueComponent.SetData("a1placeholder", "Outer radius") I will only get this: And I cannot find a .Update??? for the placeholder. Do anybody know if there is a solution for this ?
  7. C

    B4J Question [BANanoVuetifyAD3] Why do Select and Textfields get a white field with a grey boarders ?

    Hi, I try to add select and textfields in Visual/Abstract Designer and I get a white field which is not present in the Kitchen Sink demo, see picture: I can not see anything that differs in the generated html code between mine and the Kitchen Sink Demo. I do not want the white field with the...
  8. C

    B4J Question [ BANanoVuetifyAD3] Styles field does not work

    Hi, I have a problem where the Styles does not seem to work in Abstract Designer. Classes works OK. Or do I need to format them different than I have done, see picture below. It works if I add the Style in B4J like this: apptitle.AddStyle("text-shadow", "#FC0 1px 0 10px") But I rather...
  9. Mashiane

    BANanoVuetifyAD3 - Contact Manager WebApp featuring MySQL + jRDC2 (no PHP)

    Ola First, thanks to everyone and each of our sponsors and donators who has made this possible. This would not be possible without B4X and BANano. Many thanks to those intellects. Over the past few months we have been attempting to ensure BANanoVuetifyAD3 works very well with jRDC2. We have...
  10. 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"...
Top