B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally.
There is a simple example to check this:
Sub Globals
Dim WebV As WebView
End Sub
Sub Activity_Create(FirstTime AsBoolean)
Activity.LoadLayout("Layout1")
WebV.Initialize... B4A Question is there a good solution for Display EMOJI in - Ju Yang    Dec 5, 2015 ASP.NET(Web),B4A,B4i and B4J? We are making a CRM with chat module using B4X, and have ASP.NET(Web),B4A,B4i and B4J platform, How to make a good solution for Display EMOJI in all those platforms? help! thank all guys very much! ~_~... B4A Tutorial Modules Attributes - Erel (first post)    Feb 10, 2014 This question was asked several times.
See the second result:
http://www.basic4ppc.com/android/forum/pages/results/?query=display+versionname&page=1&prefix=0... B4A Question How to display value of parameter in BBScrollingLabel? - Theera    Apr 30, 2022 I have studid this . I don't know how to display value of parameter in BBScrollingLabel
ScrlblVersion.Text = $"B4A-Bridge Thai Edition Version Application.VersionName"$
Thank you in advance.
Theera... B4A Library [B4X] [XUI] [B4XLib] HintOverlay - display hints that also highlight target views - Segga    Apr 26, 2022   (26 reactions) Highlight B4XViews and display your text captions with a connecting line.
For use in...)
HighlightTargetView (display or hide the target outline)
ClearTargetView (cuts-out the target view through... B4A Library PropertyEditor - display/edit object properties or database fields / create an App settings page - Misterbates    Oct 10, 2017   (18 reactions)   tags: Editor, B4A B4I App Settings Page, Property inputs from an end user. It displays property values as a list where each entry is the name...: PropertyEditorView - a custom view that displays the list of properties PropertyEditorItem - a class that manages display/editing of a single property within the list PropertyEditorView To get started, add... a number of designer properties that control the way the view displays. Each is briefly documented in... the PropertyEditorView (radio-choice). The sort order of the displayed items can be set using... B4A Library [B4X] [XUI] AS Chips - Display your Hashtags, Filters or Categories - Alexander Stolte    Sep 2, 2022   (22 reactions) With this view you can display and interact with your hashtags, filters or categories. The view can expand itself if more chips are added than there is space for. (AutoExpand = True) I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) Scrolling...-on-xcustomlistview-display-your-hashtags-or-categories.123425/#content 127920127921 FkFZjbkLvaI ASChips Author... B4A Question same physical display size - danoptic    Jan 14, 2012 I need to have an image with the exact physical display size on every phone or tablet. Do you have an example to do that? Dan... Wish [B4xPages] Request support to hide the "page" that displays before the Main Activity is shown - Mashiane    Jan 29, 2021 Ola Before the main activity gets shown, there is a "splash" screen that's gets displayed. This is usually a blank white page with a page title. The code in this manifest script helps in "hiding" it. This script was found somewhere in the forum and it works perfectly. SetActivityAttribute(Main, android:theme, "@style/DarkTheme") CreateResource(values, theme.xml, <resources> <style name="DarkTheme" parent="android:Theme">... B4J Question [SOLVED] Turn Off Display - programmatically / from C++ to Java, more specific javaobject - Magma    Mar 8, 2021 Hi there... i need to turn off the display (monitor) of a pc programmatically... Well the code in C++ is the following: int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) // Turn off monitor SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2); ..tried to use jna... but as always (just a hole in the water) - i am not much java guy... as far... but nothing at all... :-( Dim user32 As JavaObject user32 = user32... Page: 1   2   3   4   5   6   7   |