B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (52 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog these dialogs are: 1. Define the list of fields. The recommended way to do it is with Forms Builder tool: https://www.b4x.com/android/forum/threads/b4x-forms-builder-designer-for-b4xpreferencesdialog...: https://www.b4x.com/basic4android/images/B4i_0TX3wrm9sF.png Set this mode with forms builder.... It can be set with the form builder or at runtime (when the item is added or with the new SetExplanation.... Set it with the form builder or the Theme property. XUI Views v2.00+ is now required. V1.20... B4A Question Problem setting values 2 webpage controls - RB Smissaert    Nov 3, 2019 on the webpage fine.
Javascript = "document.forms.calculator.sbp.value='" & tQR3.iSysBP... FINE
Javascript = "document.forms.calculator.sbps5='" & Round2(tQR3.dSD_BP, 2...< REMAINS BLANK
Javascript = "document.forms.calculator.height.value='" & 160... FINE
iWeight = CInt(Round2(tQR3.dBMI * 2.56, 0))
Javascript = "document.forms.calculator... B4A Question Setting text fields on webpage - solved needed v1.42 of WebViewExtras - Robert Valentino (first post)    Oct 9, 2019 -executejavascript-element.45949/#content
and then went to this site: http://javascript-coder.com/javascript-form/javascript-form-value.phtml
but the only "<form" is for a "<form method ..."... B4A Question Submitting web form (click button) with WebViewExtras1 - RB Smissaert    Nov 3, 2019 This is the webpage I am dealing with: https://qrisk.org/three/index.php Managed now to populate all the controls properly, but having problems submitting the form, so pressing the Calculate risk button. Tried many variations, but it seems this should do it: Javascript = "document.forms.calculator.submit();" WebViewExtras1.executeJavascript(WebView1, Javascript) But it doesn... name="calculate"> </form> </TD> <TD> <h4>The QRISK<sup>... Italian Eseguire Javascript ( ma che javascript .. ) ? - Ivica Golubovic (first post)    Nov 14, 2022 Try with:
Dim Javascript As String="document.forms.player.stop();"... B4A Tutorial [B4X] Cross platform Editable B4XTable + Form Example - Erel    Jan 2, 2020   (30 reactions)   tags: xuiTable https://www.b4x.com/basic4android/images/SS-2019-04-11_15.50.04.png This example demonstrates several things: Cross platform code and files, similar to the way XUI2D games are organized: All the logic is implemented in a class named EditableTable. The module is located in the projects parent folder. The two asset files (list of animals - source; and the preferences dialog template) are stored i... B4A Question [RESOLVED] WebviewExtras2 - Uncaught Error: Local storage access is not allowed - MarcoRome    Feb 25, 2016 Javascript.Append("form.log.value='xxxx';") Javascript.Append("form.pwd.value='yyyyy';") Javascript.Append("form.submit()"... Javascript.Append("document.forms.fSSUser_Logon.submit();") WebViewExtras1.ExecuteJavascript(Javascript.ToString) Log("Form updated") End If End Sub I add also... Javascript As StringBuilder Javascript.Initialize Javascript.Append("var... B4J Question Solution with assistance of MS Copilot??? ABMaterial: java.nio.channels.ClosedChannelException - how to suppress - JackKirk    Dec 21, 2025 Not so much a question as an (unverified) observation... This has been really bugging me - see previous thread: https://www.b4x.com/android/forum/threads/abmaterial-java-nio-channels-closedchannelexception-how-to-suppress.167875/ After a lot of digging around with MS Copilot and blind "what if" shots it seems that the problem occurs in my B4J ABMaterial app when I use javascript statements of the form: window.open(url, '_blank'); which according to Copilot means "open... B4A Question Wait for Javascript to complete - tariqyounis    Sep 14, 2021 turn, like to wait for each script before starting the next one. Dim Javascript As String Javascript = $"B4A.CallSub('ProcessHTML', true, document.getElementById('para1').value,'para1')"$ WebViewExtras1.executeJavascript( Javascript) Javascript...,'para2')"$ WebViewExtras1.executeJavascript( Javascript) Javascript = $"B4A...)"$ WebViewExtras1.executeJavascript( Javascript) End Sub Sub ProcessHTML(Html As String,nm... Italian Accesso a microsoftonline - MarcoRome (first post)    Feb 13, 2017   (1 reaction) Javascript.Initialize Javascript.Append("var form=document.forms;"... Javascript.Append("form.log.value='quiinseriscilauser';") Javascript.Append("form.pwd.value='quinseriscilapw';") Javascript.Append("form.submit()") Javascript.Append("form.log.value='"& Starter.user &"';") Javascript.Append("form.pwd.value='"... Page: 1   2   3   4   5   6   7   |