B4A Library Google VR - warwound    Feb 2, 2017   (27 reactions)   tags: Erel, 360 Video This library wraps the 'pano' and 'video' packages from the Google VR for Android API.
Enabling you to display mono and stereo 360° VR images and videos in your projects.
Look... B4A Library [B4X] BCToast - Cross platform custom toast message - Erel    Dec 6, 2020   (34 reactions) BCToast is a custom "toast" message implementation based on BCTextEngine: https://www.b4x.com/android/forum/threads/b4x-bctextengine-bbcodeview-text-engine-bbcode-parser-rich-text-view.106207/#content It requires BCTextEngine v1.65+. https://www.b4x.com/basic4android/images/java_Vr5tF2Iymf.png Note that unlike B4A built-in toast message feature, this toast message can only be displayed from an Activity. Usage example: Sub Globals Private toast As BCToast End Sub Sub... B4J Library JStringFunctions Beta - Reinierus (first post)    Nov 25, 2015 Hello. I am trying this code: vrCCMulti=vrCursor.GetString("CC") vrCCInicio=1 For i=1 To StringFuncion.Len(vrCCMulti) vrCCCaracter=StringFuncion.Mid(vrCCMulti,i,1) If vrCCCaracter=";" Then Log(vrCCInicio) vrDirecCC=StringFuncion.Mid(vrCCMulti,vrCCInicio,i-1) Log(vrDirecCC) vrSMTP.CC.Add(vrDirecCC) vrCCInicio=i+1 End If Next Where vrCCMulti... B4A Library VRCalendarView - somed3v3loper    May 9, 2019   (14 reactions) _oncalendardayclick (day As VrCalendarDay) _oncalendardaylongclick (day As VrCalendarDay) Fields... As Int VrCalendarDay Functions: Initialize IsInitialized As Boolean Properties: Date As java.util.Date Time As Long VrCalendarDaySettings As VrCalendarDaySettings VrCalendarDaySettings Functions: Initialize IsInitialized As Boolean Properties: Day As Int... B4A Library EasyAR (Augmented Reality) Library UPDATED! - DaniDPX (first post)    Oct 7, 2019 @walterf25 Awesome work you’ve done! I’ve been looking for an AR/VR library for a while and finally I got 1 working lib. Can’t wait to integrate it with my app. when are you planning to release examples?... B4A Library [Custom View] Speak Button - derez (first post)    Dec 29, 2013 (TargetModule As Object, EventName As String)
Module = TargetModule
Ename = EventName
vr.Initialize("vr")
End Sub
2. Changed the Result sub to:
Private Sub vr_Result (Success As Boolean... B4i Library iRSA - RSA encryption / decryption - Erel    Sep 3, 2017   (6 reactions) + VrFcPJW9Xk28CNY6Xnvkin815o2Q0JUHIIIod1eVKCiYDUzZAYAsW0gefJ49sJ4Y iRJN2QJAKuxeQX2s/NWKfz1rRNIiUnvTBoZ/SvCxcrYcxsvoe9bAi7KCMdxObJkn... B4A Library MSMaterialDialogs - thedesolatesoul    Mar 29, 2015   (23 reactions) ://i58.tinypic.com/28c1vr8.jpg http://i59.tinypic.com/2sajn2b.jpg Example Quick Alert Dialog: Sub... B4J Library Verbal Expressions (regex helper) - DonManfred    Jan 11, 2016   (14 reactions) )} with "0" argument
Return type: @return:this builder
Example:
Dim vr As VerbalExpression
Dim url As String = "https://www.google.com"
vr.Initialize
vr.startOfLine().then... ").endOfLine().build()
Log("URL match = "&vr.testExact(url)) ' prints TRUE
Log(vr.toString)
^(?:http)(?:s)?(?:\:\/\/)(?:www\.)?(?:*)$... B4A Library Another SpeechRecognizer Library - Alberto Iglesias (first post)    May 20, 2014 Nelson, Supoem-se que essa biblioteca funcione para reconhecimento de voz ONLINE, correto? De novo com as Google Glass, que vem somente com a lingua "ENGLISH" (en) instalada, estou tentando colocar o reconhecimento vocal para Portugues, mas não vai, sempre acaba reconhecido como Ingles. Ja tentei com a sua biblioteca (retorna sempre erro 6) e com a do Erel, usando VR.Language = "pt" e simplesmente é ignorado, retornando sempre em... Page: 1   2   3   |