B4J Question A few words about ABMaterial. - mindful (first post)    Apr 13, 2018   (7 reactions) I am time streesed as we all are but maybe someone finds the time to help AB with documenting methods and properties (all of them can be found in the xml file that ships with the library) and for this I am more than happy to donate and support the person/persons that will be doing this and AB could B4A Question Audio library audiostreemer recording format - Erel (first post)    May 15, 2018 It is PCM (raw data). Example of saving it as a wav file: https://www.b4x.-library-v1-5-new-audiostreamer-object.30550/#post-177599 B4A Question Problem with file.copy2 - LordZenzo (first post)    Aug 01, 2017 Ok, that's how it works But file.copy2 should close the FileOutputStreem otherwise it is not a copy but more B4A Question SithasoDaisy: Mashy Teaches TailwindCSS using b4x (with eBook) - Mashiane (first post)    Jan 09, 2023 Adding Icons To SDUITreeView
137913
This uses font-awesome...
'start building the page
private Sub BuildPage
SDUITreeView1.Clear
SDUITreeView1.AddItem("", "page", "Page", "", "fa-solid fa-folder", False)
SDUITreeView1.AddItem("page", "page1", "Page 1", "", "fa-regular fa-file", False B4i Question Online Video Streem - Pendrush (first post)    May 30, 2015   (1 reaction) Use VideoView. B4J Question What the Heck? Error Log - Harris (first post)    Nov 05, 2021 str1 = str.SubString2(id+1,id1) Log(" Folder to create: "&str1&" file got from: "&ecmFolder1) Dim newfld As String = "TR_"&str1 File.MakeDir(ecmFolder,newfld) File.MakeDir(base_ecm, "hist") currdel = str If arc.IsV B4A Question SD Treelist save value and load value - Star-Dust (first post)    Sep 06, 2022   (3 reactions) You can do this if you download the 0.22 version with which I made the tree storage to JSON more complete.
This is the code to repopulate the tree starting from JSON
Dim JsonString As String= kvs.Get("tree")
' Save data
File.WriteString(Path,Filename,JsonString )
' Recover data
Dim Tm As Map = Json B4J Library jOpenStreetMaps library - Starchild (first post)    Feb 04, 2018   (1 reaction) I have updated the jOpenStreetMaps library to v1.01
Also updated the "My OSM Demo" to help demonstrate some of the additions.
v1.01 changes
... MapMarker.Initialize3() now supports loading an image using Dir and File strings (ie can now load from assets folder)
... added MapDraggable property to e B4J Library Walk File Tree: Recursive file find - jkhazraji    Oct 09, 2024   (6 reactions) This library has one class which finds files that match the specified glob pattern in any selected path, then they are returned in a list. It was adopted from Oracle Java Tutorials. It uses the powerful Files method "walkFileTree" and "FileVisitor" class to achieve this goal. The files or directorie B4J Question [Solved] Out of Memory Issue - Harris (first post)    Oct 29, 2021   (2 reactions) str1 = str.SubString2(id+1,id1)
Log(" Folder to create: "&str1&" file got from: "&ecmFolder1)
Dim newfld As String = "TR_"&str1
File.MakeDir(ecmFolder,newfld)
File.MakeDir(base_ecm, "hist")
arc.AsyncUnZip( ecmFolder1, str, ecm Page: 1   2   3   4   5   6   7   Powered by ColBERT |