b4i

  1. M

    iOS Question Copy a Map to another oen

    Hi in B4i how can I copy a map into another? Given the fact the function "GetKeyAt" and "GetValueAt" doens't exists? Thanks!
  2. Peter Simpson

    🤗 My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  3. Scotter

    UPDATE: POSITION FILLED: Need conversion of simple B4a app to B4i

    Hi - I have too many projects going at once and need help with creating an iOS version of a very simple B4a app I built last year. This is what the Android app looks like: https://play.google.com/store/apps/details?id=com.Cobra.CalcMaterials I'll supply you with all the code from the B4a...
  4. D

    iOS Question Webp ios

    Hello, how can i download a webp image by HttpJob and add it to a bitmap?
  5. Marcos Alves

    Android Question B4X and Compatibility

    Hello all, I noticed that in visual designer we have the option to add the views in the activities and B4XView, but I confess that for me it's not clear yet if I'll have advantages when translating a B4A app to B4i using that kind of approach... for example, I tried to reference the padding...
  6. M

    iOS Question Build Failed Local Mac Builder

    The following build commands failed: Ld /Users/<name>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload/<myappname>.app/ <myappname> normal arm64 (1 failure)
  7. Steve Kwok

    iOS Question Compile to Library by Local MAC Build Server

    I have just moved from B4A to B4i and try to convert B4A library to B4i library... I have local MAC Build Server which function well (I.e. Build B4i-Bridge App, Build Release App and Build Simulator Release App are successful). However, the local Build Server failed to Compile To Library. At...
  8. jlerner

    iOS Question Error: No devices are booted.

    Good day: I have the following problem when compiling the code. Does anyone know how to solve it? I am using Hosted Builder on a Mac, which runs smoothly. Also, if I run "xcrun simctl list", the current device is set to on. It should be noted that I start Hosted Builder (6.30) with the following...
  9. jlerner

    iOS Question Failed to find xcode version

    Good afternoon, I find the following error. I have installed Xcode 10 on my MacBook Pro with MacOS Catalina 10.15.2 operating system. When installing Host Builder and trying to run B4iBuildServer.jar I get the error "Failed to find xcode version". The Build Server version is 6.3. Does anyone...
  10. A

    iOS Question Decrypt a string encrypted on ios

    Hi, I'm working on conversion my b4a app to b4i and have encrypt / decrypt problem I already have a code that does encryption / decryption on Android and on VB.NET on my server. b4a Sub Encrypt(dataToEncrypt As String ) As String Dim kg As KeyGenerator Dim c As Cipher Dim B64 As...
  11. M

    Bug? B4i IDE Method missing in IntelliSense

    I noticed that for Page element are missing the method "_Click" and "_Resize(Width, Height)" that exists.
  12. M

    iOS Question IsPaused Alternative

    Hi, what is the "IsPaused" of B4A alternative for B4i?
  13. M

    iOS Question Fire an event from a class

    Hi, where can I find some documentation/tutorial on #event in B4i class? I want to add a custom event in a code module, fired by my class. thanks
  14. M

    Wish B4i for macOS

    There will be a Version of B4i for macOS? (Same question for B4A). (I know there are similar posts, but there isn’t an answer :( )
  15. mrjaw

    iOS Question Hi, After several days using my new build id, and I started having this inconvenience which makes me

    B4i Versión: 5.81 Parseando código. (0.00s) Building folders structure. (0.03s) Compilando código. (0.02s) Compilado códigos de diseños. (0.00s) Compilando el código del motor de depuración. (0.00s) Compilando proyecto Xcode (0.23s) Enviando datos al compilador remoto...
  16. DIEGO TREJO

    iOS Question Get the Long type using GetType

    [SOLVED] In B4i, the GetType function always returns __NSCFNumber regardless of whether the data is Int, Byte, Float, Decimal or Long. Is there a way to differentiate these types of data? I am interested in differentiating the Long type
  17. DIEGO TREJO

    iOS Question In B4i which is the library equivalent to Reflector in B4A?

    SOLVED. In B4i which is the library equivalent to Reflector in B4A?, I am writing the iOS version of an Android App and I need to access the GetPublicField and GetField methods
  18. D

    iOS Question WhatsApp Sticker

    How can i create stickers for whatsapp by b4i? https://github.com/WhatsApp/stickers/tree/master/iOS
  19. Martin Larsen

    Android Question XUI development

    I am starting on a B4A - B4i cross platform project and I want to use XUI for this. I have a few questions, though. It is recommended in the video tutorials to move most of the code from the activity to a shared class module. But for multiple activities, should I use a new class module for...
  20. Devv

    Convert B4A App to B4I

    Hello i have a small webview app made with B4A, we want to convert it to B4I the application views a website with webview and receive notifications with firebase there is also 2 small activities all code is simple clean and quoted with explanations libraries used attached modules used...
Top