When I display a message with xui.MsgboxAsync("text", "title") and then immediately order to close the page with B4XPages.ClosePage(Me) , on Android it works correctly, but on IOS it does not close the page, and when I click a button that I created and has the command to close the page, nothing...
Hello everyone.
I receive the following error message.
ld: framework not found FirebaseMessaging
clang: error: linker command failed with exit code 1 (use -v to see invocation)
B4I Version: 8.00
Hello everyone,
how can i be uploading an iphone album file to upload via j.PostMultipart?
Sub InitCamera
cam.Initialize("cam", B4XPages.GetNativeParent(Me))
End Sub
Sub btnChoosePicture_Click
InitCamera
cam.SelectFromSavedPhotos(Sender, cam.TYPE_IMAGE)
End Sub
I use this...
Hello everyone!
I am trying to send a notification (I am using firebase push notification), to a specific IOS device.
In B4A I used "fm.Token", but this is not in B4I.
Any idea?
Thank you in Advance.
Hello everyone, the type period that serves to work with dateutils in b4i doesn't work?
whenever I put it in the code, b4i returns an error
B4i Version: 7.80
Sub Class_Globals
Private Root As B4XView
Type Period (Years As Int, Months As Int, _
Days As Int, Hours As Int...
hello dears and B4X team.
We all know that B4X has improved dramatically over the years...
But the main problem is that the B4X developer community is very small and the number of developers is small, perhaps due to lack of advertising!
The B4X has great potential, but I don't think anyone knows...
As @Erel said here UI9 TintColor was fixed, but after the fix the Buttons are colored the same as the SafariBackground:
Private Sub InitSafariView
Page1.Initialize("Page1")
Page1.Title = "Page 1"
Page1.RootPanel.Color = Colors.White
Main.NavControl.ShowPage(Page1)
Dim bb...
This is my first attempt at B4J Apps.
I wanted to write a tool to help me with organizing/sorting functions for my b4a apps.
It can help you:
1. Sort Subroutines in lexicographical order (when you have too many subs which are in your code in no order)
2. Or order of your choice ( keeping...
Hello.
I'm getting this error, when I try to run my app on my iPhone.
In simulator, everything works fine.
I have Mac builder.
I'm using Apple Configurator.
B4I Version: 7.50
3 weeks before everything worked fine.
"Communication error: java.lang.RuntimeException: java.io.IOException...
Hi all,
I have changed the private key of the project, and now when I try to compile debug or release is the same thingh, I recevive a BUID ERROR like this below
B4i Versione: 7.80
Analisi del Codice. (0.08s)
Building folders structure. (0.03s)
Esecuzione azione personalizzata...
Hello.
I'm using Mac local builder.
I followed step by step the tutorial "B4i - Push Notifications with Firebase".
I want to run the app on my iPhone, and not on simulator.
When I compile the app on simulator, I did not get any error.
But when I compile the app on my iPhone, I get the...
Hello.
I'm using B4I (Version 7.50) and I Xcode (Version 13.3) (Yesterday, I did the update.).
I'm getting the following error, when I try to compile my app.
Error: 2022-03-16 11:17:57.898 xcodebuild[21619:593578] Requested but did not find extension point with identifier...
Hello!
I follow step by step Mr Erel's example with firebase push notification.
I tried (more than 10 times), to create a provision profile, with no success.
I created Identifier.
Then, I created the certificate (I used certSigningRequest.csr, as I saw in the tutorial).
But, when I tried to...
I have this PList add to my B4i app:
#Region Project Attributes
#ApplicationLabel: B4i Example
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight...
Hi
I've installed the Erel's Example (https://www.b4x.com/android/forum/threads/ispeechrecognition-voice-to-text.72941/) through debugging on mobile device (ipod) with ios 12.5.5 .
The device is connected on a wifi but I obtain "Speech Recognition not available" . how can i do to make it work?
Hello!
I'm having a issue when trying to put the apple login button inside a customlistview, does nothing on click.
If instead, I leave outside the list it works perfect.
I need to have the login buttons and fields inside de listview, what can I do to call the login action on clv_itemclick...
My app uses webviews to display lightly formatted HTML syncronised from a web server for things like help pages etc. In B4a I use the WebViewSettings library to reduce the text to a reasonable size, as when I add the <meta name='viewport' content='initial-scale=1.0' /> header, it displays very...
Vedi anche creazione Certificati
L'anno scorso avevo preparato un Tutorial per la compilazione a beneficio di un amico che per la prima volta compilava per B4i. Forse non è ancora attuale ma potrebbe aiutare chi è alle prime armi quindi lo ripropongo qui:
1) Impostare percorsi del KEYSTORE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.