Bug? xui.FileUri not 100% crossplatform due to missing traling slash - sorex    Dec 9, 2018 Hello,
I notice that I still need to use OS depending code exeptions while using
xui.FileUri(file.dirAssets,"")
the reason is that the B4A result has a trailing slash but B4i doesn't... B4A Question xui.FileUri(File.DirAssets, nname) works with TargetSDK28 but not with TargetSDK30 - tsteward    Nov 13, 2021 If I change the manifest to target SDK 30 then this no longer shows the image in webview
how would ... B4A Code Snippet [B4X] Use WebView to show large images - Erel    Sep 4, 2021   (19 reactions) WV.LoadHtml($"<img src="${xui.FileUri(Dir, FileName)}"/>"$) Else If Dir = File.DirAssets Then FileName = FileName.ToLowerCase If xui.IsB4A Or Dir = File.DirAssets Then WV.LoadHtml($"<img src="${xui.FileUri(Dir, FileName)}"...Better to use: HugeImageView - show very large images Depends on: XUI and JavaObject. 'xui is a global XUI object. Private Sub ShowImage(WV As WebView, Dir As String, FileName As String) #if... B4J Code Snippet [PyBridge] Pygal - nice charting library - Erel    Feb 20, 2025   (14 reactions) As PyWrapper) File.WriteBytes(xui.DefaultFolder, "temp.svg", Result.Value) WebView1.LoadUrl(xui.FileUri(xui.DefaultFolder, "temp.svg")) PyWrapper.SetField is a new method... Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... packed as a single b4x lib. 300267245 The examples pack is a single zip with all the XUI2D examples. The code modules and files are shared between the projects. See this tutorial for more information....mapeditor.org/ Most of the examples use a tiled json file to define the objects. In the Mario and Tiles... Editor - File - Import and find the objecttypes.json that is included in the zip file. Please start... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content... dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform..., Height) End Sub Private Sub Application_Background Dialog.Close(XUI.DialogResponse_Cancel) End Sub... KeyCode = KeyCodes.KEYCODE_BACK And Dialog.Close(XUI.DialogResponse_Cancel) Then Return True Return... B4A Question [SOLVED] API 30 - Showing Image inside webView not working - mc73    Nov 4, 2021 Hi, after updating my app to API30, my images inside a webView are not displayed (I get the blank image). Wondering if I'm missing a new permission here. Dim imagePath As String=xui.FileUri(Cache.GetDirectory,myImage) webView1.LoadHtml($"<HTML><HEAD></HEAD><BODY><IMG SRC="${imagePath}"></BODY></HTML>"$) In this example, I'm using cache, but same thing happens with using dirInternal.... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) Editor - File - Import and find objecttypes.json: X2\X2 Source Folder\Shared Files\objecttypes.json... (the examples threads were not yet updated): - HelloWorld - GameTemplate - same as File - New - X2 Game....b4x.com/android/forum/threads/97029/#content - Touchy - https://www.b4x.com/android/forum/threads/xui2d.../threads/very-very-very-simple-xui2d-test-project.96793/post-611080 - Tank Attack - https://www.b4x.com/android/forum/threads/xui2d-tank-example.96567/#content - Collisions - https://www.b4x.com/android... Games [XUI2D] Cross platform tips - Erel    Dec 19, 2018   (17 reactions)   tags: b4x folder structure XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain... we have a folder for each platform. The shared modules are stored here. There is also a shared files... file and the unused starter service in B4A. The modules should be added as relative links and... the light grey relative path. This means that the game modules are one folder up. Files With the exception of the layout files, all other files should be shared between the projects. The files... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features... items: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy-loading-virtualization.... Libraries such as XUI Views depend on the library and will not work properly with the module... Page: 1   2   3   4   5   6   7   |