b4i

  1. 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...
  2. 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
  3. 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
  4. D

    iOS Question WhatsApp Sticker

    How can i create stickers for whatsapp by b4i? https://github.com/WhatsApp/stickers/tree/master/iOS
  5. 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...
  6. 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...
  7. A

    Wish Callback method when app crashes

    I wish a method that is called when the app crashes, like Application_Error in B4A. https://developer.apple.com/documentation/foundation/1409609-nssetuncaughtexceptionhandler?language=objc Thanks in advance. Kind regards, Alberto
  8. zavaree

    iOS Question ImageDownloader Class

    Class (b4i_httpjob) instance released. SignalHandler 11 Error occurred on line: 124 (ImageDownloader) Signal - 11 Stack Trace: ( "0 result SignalHandler + 120", "1 libsystem_platform.dylib 0x000000023bebe9ec <redacted> + 40", "2 result...
  9. D

    Android Question Order and Pay App

    Hi Guys, I am developing a Order and Pay App (allowing users to order and pay for food and drinks on their Phones) - it is not an original idea and there are many working system out there, so I don't think there is a real issue. I am aware of several payment systems Stripe, Braintree, Google...
  10. D

    iOS Question Callbacks with IOS

    Hi, Guys How do you handle Callbacks in IOS - I am converting code from B4A to B4I The B4A code is ' Timeout trips - hide the progress dialog and raise a Timeout event. Sub tmrProgressTimeout_Tick() Log("Timeout tripped") Hide #if B4A If SubExists(mCallback, mEvent & "_Timeout")...
  11. janderkan

    Wish Path to keys folder

    I wish that B4I would save the path to the 'Keys Folder' with the project.
  12. K

    B4A Class [B4X] myPopup popup menu (B4A/B4i)

    Here's a small class which produces a simple popup menu anchored to a view. It works in B4A and B4i currently. I've attached projects to show how it is used. Enjoy. [Edit] New version 1.1 has better support for popup menus inside (nested?) scrollviews.
  13. J

    iOS Question Connect Bluetooth Keyoard iOS

    How do I get the key pressed from a bluetooth keyboard connected to a iOS device in B4i?
  14. luc-dev

    Bug? LoadLayout with "Const" parameter doesn't check the layout file

    Hi, As B4i 5.80 is coming soon, I just wanted to report this little bug in the IDE : When using (speudo code) Sub Process_Globals Public const rsLayoutFormRecordingMenu = "form_recordingmenu" As String Private PanelFormInfo As Label public Sub InitializePage...
  15. netkomm

    B4X : Some suggestions and ideas for Erel

    Hi Erel, I have some suggestions about B4X and, given that for necessity I had to move away from B4A/B4I and jump ship to Ionic and soon Flutter, this is my feedback I can offer so that B4X could be a valid alternative to those environments especially for many of us who are a 1 man show and...
  16. ruut

    TensorFlow Lite

    I am considering to follow this free top notch course on TensorFlow, created by Google and Udacity Lesson 7 is about TensorFlow Lite. Are there any plans for supporting TensorFlow Lite within B4X? If so, this would make it more interesting for me to take the course.
  17. Darren69

    iOS Question B4i Canvas / Saved image DPI

    Is there a way in B4i when drawing on a canvas, or saving the image out to set the DPI like you can on B4A with the java object?
  18. N

    iOS Question Compiling issues

    Hi there Yesterday I started having issues compiling an app that previously was compiling without issue. I had no problem compiling for most of yesterday until near 16:00 where I started getting this error appearing in the compilation window. any ideas on what the issue is?
  19. C

    iOS Question Zoomable ImageView

    I'm looking for an imageview that provides the usual pinch to zoom and panning capabilities. I came across Narek Adonts' libZOOM library, discussed here: https://www.b4x.com/android/forum/threads/zoomable-imageview.55185/ but I am having the same issue that Graham Bancroft reported which is...
  20. D

    iOS Question Get more Wifi information?

    Hi all, In B4A, it's possible to use the Simple Wifi library here – https://www.b4x.com/android/forum/threads/simple-wifi-library-updated-v-3-07-09-05-2018.76233/ (which is based on the MLwifi library) to get all kinds of information about the Wifi connection, which I can't find in B4i. I've...
Top