b4i

  1. james_sgp

    iOS Question Safearea when using B4xpages

    Hi, I`ve create a B4X app (B4a & B4i), but I`m having a problem with a bottom ASAdvancedTabMenu menu not showing correctly on IPhone 14 (bottom is hidden), it looks fine on iPhone SE. So I`m guessing (rightly or wrongly) is related to the safearea? Can someone advise how I find the usable...
  2. Lucas Siqueira

    iOS Question Resizing a panel or a label inside a customlistview not work on b4i

    why does resizing a panel or a label inside a customlistview not work on b4i? (on android it works normally) if you try to resize outside the customlistview, it works normally #Region Shared Files #CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files"...
  3. Lucas Siqueira

    Bug? Resizing a panel or a label inside a customlistview not work on b4i

    why does resizing a panel or a label inside a customlistview not work on b4i? (on android it works normally) if you try to resize outside the customlistview, it works normally #Region Shared Files #CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files"...
  4. walterf25

    iOS Question Problem with Local Mac Builder (SOLVED)

    Hi All, I seem to be having some issues with compiling my B4i apps using my local builder, I continue to get the following Error: I followed this thread here but I have already followed all the necessary steps including installing B4i bridge first, this was working before, the only change is...
  5. N

    Italian Push notification direttamente da wordpress.

    Ciao a tutti , sono un principiante ho creato una semplice applicazione per una pagina web che ho già pubblicato su apple store e su Google Play. Riesco a mandare le PUSH direttamente dalla console di Firebase e con il codice b4j indicato da Erel nel tutorial, Ho visto che c'è un plugin di...
  6. S

    B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code

    Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...
  7. MList

    iOS Question serial interface

    Hi, I am working with a device which sends data via cable. How can I do it with B4i? Whats the serial lib? B4J: Dim AStream As AsyncStreams Private com As Serial com.Initialize("com") com.Open(cmbText.SelectedItem) com.SetParams(115200,8,1,0) AStream.Initialize(com.GetInputStream...
  8. MList

    iOS Question ActivityViewController Error

    Hi All, i need help. I just wand to save a .png file on iphone and get an Error. Thanks for your help Var.Filepath = xui.DefaultFolder '******************************************************************************************************************** ' Speichern...
  9. D

    iOS Question App store - Encryption compliance

    Hi, Guys Every time I update my App(s) and send them to the App store I have to say NO to encryption (my Apps don't contain any encryption) before it goes in for release. Just found the following, which suggests I can make this a default for my App and avoid having to answer this question every...
  10. walterf25

    iOS Question Library creation issue

    Hi all, it's been a very long time I haven't done anything with B4i, I recently just renewed my license for both B4i and Apple developer, I decided to continue working on a library I had started working on a while back, I have set everything up, the library files have compiled just fine without...
  11. Lucas Siqueira

    iOS Question Error with xui.MsgboxAsync("text", "title") with B4XPages.ClosePage(Me), page does not close

    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...
  12. G

    iOS Question B4I - Error Message framework not found FirebaseMessaging

    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
  13. M

    iOS Question [SOLVED] send album image

    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...
  14. G

    iOS Question B4I Push Notification to Specific Device

    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.
  15. M

    iOS Question Type Period dont work in b4i

    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...
  16. pejmannikravan

    What are the promotional plans for B4X?

    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...
  17. CrunkFX

    iOS Question SFSafariController TintColor not working properly

    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...
  18. epiCode

    Share My Creation [Tools] Code Sort v1.0

    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...
  19. G

    iOS Question [SOLVED] B4I Error "Cannot run program "/usr/local/bin/cfgutil" (in directory "/"): error=2, No such file or directory"

    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...
  20. A

    iOS Question release compile

    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...
Top