B4A Question Oreo moble data toggle direct intent? - Jeffrey Cameron    Jun 25, 2018   (1 reaction) very quickly. With the latest update to Oreo my phone no longer has a quick mobile data on/off button, I have to go Settings -> Connections -> Data usage -> Mobile Data -> (toggle here). The closest intent I can find to that toggle button is this one: Dim poInt As Intent poInt... data on/off toggle screen?...I generally turn my mobile data off when I'm not at work if I'm not using my phone... Spanish Problemas con Toggle Library (TurnDataConnectionOn, TurnDataConnectionOff) - bgsoft    Mar 11, 2013 Hola:
He creado un programa que entre otras cosas pone en marcha y para la conexión de datos del movil.
He empleado TurnDataConnectionOn y TurnDataConnectionOff y no funciona, tambien he probado con ToggleDataConnection y tampoco funciona.
No creo que sea un problema de inicialización, ya... B4A Question Problems with Toggle Library (TurnDataConnectionOn, TurnDataConnectionOff) - bgsoft    Mar 11, 2013 ToggleDataConnection and neither works.
Do not think it's an initialization problem, and I use...Hello:
I created a program that among other things started and for the mobile data connection... B4J Tutorial HTMX+Bootstrap5+MiniHTML+WebApiUtils+Server - aeric    Jan 27, 2025   (13 reactions) ) _ .hxTrigger("click") _ .attribute2(CreateMap("data-bs-toggle": "modal", "data-bs-target": "#modals-here")) _ .addClass("btn btn-primary text..." hx-trigger="click" data-bs-toggle="modal" data-bs-target="#modals... B4J Tutorial [Web] EndsMeet Server (Getting Started) - aeric    Jul 7, 2025   (2 reactions) , _ "hx-trigger": "click", _ "data-bs-toggle": "modal", _ "data-bs-target": "#modals-here", _ "class": "btn btn-primary text... B4J Question Immutable Map - aeric (first post)    Nov 14, 2025 ("click")
anchor1.data("bs-toggle", "modal")
anchor1.data....hxTrigger("click")
anchor2.data("bs-toggle", "modal"... B4A Library ToggleLibrary - XverhelstX    Nov 3, 2011   (11 reactions) : Toggle, Enable, Disable, Check.
- GPS: Toggle, Enable, Disable, Check.
- DataConnection** (GPRS...Hey everyone,
This is an improvement of my TurnGPS Library.
ToggleLibrary is great to use in... B4A Question webview mixed resource files - Hamied Abou Hulaikah    Oct 27, 2017 <button type="button" class="px-nav-toggle" data-toggle="px-nav"> <span class="px-nav-toggle-arrow"></span> <span class="navbar-toggle-icon"></span> <span class="px-nav-toggle-label font-size... type="button" class="navbar-toggle collapsed" data-toggle="collapse"... <a href="#" class="dropdown-toggle" data-toggle="dropdown"... B4J Question [BANanoVueMaterial] How to create dynamic data-table from database schema & data [SOLVED] - micro    Aug 25, 2020   (1 reaction) Hi the next step .....but always with the same problem of updating the component (VMDataTable) dt1 = VMDataTable in a module gestDatiArc is show and only the indication of the number of records in the pagination is updated but it does not show the name of the columns and records I read as you recommended (mashiane) the tutorial on VUE but it is not clear to me why dt1 does not update With Log(dt1.GetData) the Array records are present Attaching the related test project, thanks.... B4i Question Differences between b4A and B4i .Contains - isonliveradio (first post)    Jun 28, 2025 toggle = 2 End If If toggle = 2 Then Name(cnt2) = data(i) If toggle = 1...Here is a section of the code, it works perfectly in B4A Dim cnt As Int Dim toggle As Int Dim data(2000) As String Dim data2(2000) As String Dim cnt2 As Int Dim test... into arrays data = Regex.split(CRLF, manifest) cnt = data.length cnt = cnt - 1 toggle = 0 cnt2 = 0 ' parse out to stream() and Name() cnt2 = 0 For i = 0 To cnt... Page: 1   2   3   4   5   6   7   |