B4A Question Please help me wrap these libraries (in java) to run on B4A - Johan Schoeman (first post)    Nov 30, 2024   (1 reaction) getObservationData()) { // check if it exists a measurement if (!Double.isNaN(od.getValue())) { if (print) { System.out.format(Locale.US, " %s %s %s %s %15s %9.3f%n" B4J Code Snippet [other] Simple zip & backup your files - KMatle    Jun 14, 2021   (3 reactions) *.pdf -xr!*.db -xr!*.sql %pathto7zip% a -p%pw% -mx5 -tzip "%backupfolder%\OUTLOOK_S%ts%.zip" "C:\Users\Klaus\Documents\Outlook-Dateien\" xcopy "%backupfolder%\B4AAPPS_S%ts%.zip" "C:\Users\Klaus\Google Drive\Sicherungen" xcopy "%backupfolder%\B4JAPPS_S%ts%.zip" "C:\Users\Klaus\Google Drive\Sicherun B4A Question Expandable Panels - add view - JordiCP (first post)    Sep 12, 2017   (3 reactions) There is an 's' where it shouldn't, after the 2%x . The error complains about this line, so this must be it
expPnls(0).AsPanel.AddView(DisL(0),10%x,2%xs,80%x,15%x) Italian [RISOLTO]Temporizzazione invio dati su bluetooth - Sagenut (first post)    Nov 16, 2022   (1 reaction) Con lo Sleep devi solo fare attenzione al fatto che il flusso del programma verrà rimandato al punto di chiamata.
Quindi la tua Sub dovrà diventare qualcosa così per attendere che abbia compiuto tutto, compreso la pausa, prima di procedere
Private Sub sendHeader(item As TItemData, prog As Int) as Re Wish IDE Shared+Files Path [Resolved, use %ADDITIONAL%] - swChef (first post)    Aug 05, 2021 Thanks. Given that, I found these, which list more %% vars. https://www.b4x.com/android/forum/threads/b4x-comment-links.119897/ https://www.b4x.-links-with-date-and-time.132262/#post-834861 However when I tried %ADDITIONAL% #CustomBuildAction: 2, %JAVABIN%\java.exe, -jar %ADDITIONAL%\compiletime.ja B4A Question Bluethooth under Android 14 - mw71 (first post)    Feb 06, 2024 intReq=%s, scanning=%s, scanAllowed=%s, bleEnabled=%s, lockScanRate=%s, startScanningByLowPowerMode=%s (REDACTED) FastPairScanner: Already in %s scanning (REDACTED) FastPairScanner: set recover event type, from=%s, to=%s FastPairScanner: LockScanRateResult isn't UNLOCK but handled jdwp connection f B4A Question [Solved] How to escape a string with the ( "$ ) characters within? - Erel (first post)    Aug 18, 2020   (3 reactions) Not 100% accurate. The problem is with "$, which is the smart string terminator sequence. A $ alone will not need to be escaped.
Two more options:
Dim s As String = $"6%>$#2"${"$"}6;2$0:6>;y48:"$ 'add the $ with a placeholder.
Dim s As String = "6%>$#2""$6;2$0:6>;y48:" 'double quotes B4A Library BAJLocale: A holistic approach to internationalization for B4(A/J) application (Part 2) - cimperia    Dec 08, 2015   (5 reactions) Put(FR,"Traduction avec les valeurs des variables") line_map.Put(IT,"Traduzione con i valori delle variabili") translationMap.Put(trans_with_var_values_, line_map) '48: VARIABLE_MESSAGE line_map.Initialize line_map.Put(EN,"You are in %1$s and your Currency is %2$s") line_map.Put(F B4A Question laser bar code intent - Setlodi (first post)    Dec 23, 2022 ** Activity (main) Resume ** setting Scanner Service Connected! Receive: S%MVL1CC83%0144%4024T0B4%1%4024047D023S%PVN096GP%CKP938S%Hatch back / Luikrug%TOYOTA%TAZZ%Silver / Silwer%AHT54EE9009853886%2E5015289%2018-03-31% Receive: S E����H¸k ÄW¾NÁÕ£J»õ$lÖ¶o0(Î÷=é¼4qh?sx+yÐÍx9ÉK¹ îÅ:<2z°JÅiQ}ô4åüvë³ç B4A Question Notifications based on firebase are randomly received - gregorio_adrian_gimenez (first post)    Apr 02, 2017 SetLayout(5%x,8%y,91.5%x,26.5%y) Panel2.SetLayout(0%x,0%y,100%x,100%y) Label9.SetLayout(6%x,2%y,90%x,5%y) 'Label10.SetLayout(6%x,3%y,30%x,5%y) Button5.SetLayout(6%x,36%y,90%x,9%y) If File.Exists(File.DirInternal, "F1.txt") = True Then ff1 = File.ReadString(File.DirInte Page: 1   2   3   4   5   6   7   Powered by ColBERT |