Share My Creation MDI Child Windows - Magma    Mar 01, 2024   (15 reactions) 151309
Well...
In old Visual Basic had mdi child windows...
Well i think that in B4X have many ways to achieve that...
I think that this will be helpful... for anyone need... to split his work at many windows that will be inside one (the master window)... also the code can be splitted more at cl B4J Code Snippet It is not an MDI. But the idea works. - BeneBarros    Feb 13, 2017   (15 reactions) It is not an MDI. But the idea works. B4J Question Multiple Document Interface (MDI) - Erel (first post)    Oct 03, 2017   (1 reaction) The only option is to emulate windows with panes.
See this example: https://www.b4x.com/android/forum/threads/it-is-not-an-mdi-but-the-idea-works.76159/ Wish Make B4J B4xPages MDI - MrKim (first post)    Mar 01, 2024   (3 reactions) I understand that, and that is what I do, but then users move the open page or change the size and all of that has to be managed relative to all the other pages. With an MDI app all windows are within a container window. If you maximize a window it is maximized only to the size of the container wind B4J Question [ABMaterial] Some icons don't work - Harris (first post)    Mar 14, 2021   (3 reactions) (from the same awesome's list) - Do you mean Font Awesome?
"fa fa-arrows-v"
Font Awesome fonts are prefixed with "fa " - as in - "fa fa-arrows-v"
as in:
page.NavigationBar.InitializeExtraHalfButton("ExtraButton", "fa fa-arrows-v", ABM.BUTTONSIZE_NORMAL, ABM.HALFBUTTON_RIGHT, "btngreen")
"m B4J Tutorial [ABMaterial]: Sharing the goodness - Mashiane (first post)    Sep 14, 2017   (1 reaction) A class that you can use in your ABMaterial app and refer to all MDI icons.. Dim mdi as MDIIcons mdi.Initialize ...IconName = mdi.mdi_add_alert B4J Tutorial [ABMaterial] Making Responsive Apps - please contribute your expertise! - Harris (first post)    Nov 22, 2020   (5 reactions) "./OverviewCasesPage")
page.NavigationBar.AddSideBarItem("Meetings", "Manage Meeting Tasks", "mdi-action-store", "./meetingsPage")
page.NavigationBar.AddSideBarItem("Future", "Manage Future Motions", "mdi-action-store", "./FuturePage")
page.NavigationBar.AddSideBarItem("Contracts", "Mana Share My Creation Pen&Paper: PWCT for Basic ABMaterial WebApps - Mashiane (first post)    Oct 02, 2016   (2 reactions) "mdi-action-list", "./myflexwall/myflexwall.html")
page.NavigationBar.AddSideBarSubItem("DisplayComponents", "myvideos", "ABMVideo", "mdi-action-list", "./myvideos/myvideos.html")
page.NavigationBar.AddSideBarSubItem("DisplayComponents", "myicons", "ABMIcons", "mdi-action-list", "./myicons/myicons.h B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Aug 29, 2020   (1 reaction) 'define states
vm.SetData("interval", Null)
COLORS = vue.CreateB4xList(Array("info", "warning", "error", "success"))
ICONS = CreateMap("info": "mdi-information", "warning": "mdi-alert", "error": "mdi-alert-circle", "success": "mdi-check-circle")
vue.SetMethod(Me, "start")
vue.Set B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane (first post)    May 29, 2021   (1 reaction) Sub onmounted
'clear the drawer
drwlist.ClearOnApp(vuetify)
drwlist.AddHeader("Enhanced Design System")
drwlist.AddItem("", "home", "mdi-home", "green", "Home", "/")
drwlist.AddItem("", "one", "mdi-access-point-check", "orange", "One", "/one")
drwlist.AddItem("", "two", "mdi- Page: 1   2   3   4   5   6   7   Powered by ColBERT |