Recent content by Erel

  1. Erel

    B4A IDE not very responsive??

    There isn't enough information here... When exactly is it slow? All the time? When you type? After you work for several hours? Have you tried to restart the PC?
  2. Erel

    Share My Creation Staircase project

    Please post the B4R code as well.
  3. Erel

    B4A IDE not very responsive??

    Probably not. If you see slowdowns every 10 minutes then it is related to the autobackup. This will happen with large projects.
  4. Erel

    Android Question How to make android application into online application?

    I've deleted the post with the full code. It is not useful in any way.
  5. Erel

    Android Question Suddenly google code scanner (based on ML kit) not working

    If you have another device to test then try it. Deleting Google Play Services cache might help. Also try to restart the device.
  6. Erel

    Wish Subscription B4X

    Will check and update. Good suggestion.
  7. Erel

    B4A Library [class] DocumentScanner based on Google ML Kit

    You can use bmp.WriteToStream or File.Copy("ContentDir", uri, ...) Share file: https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/#content And to create a pdf document: 1. Change the Scan method to: Public Sub Scan As ResumableSub Dim options As JavaObject...
  8. Erel

    Android Question AS_TextFieldAdvanced - ComboBox

    Moved to the questions forum.
  9. Erel

    B4A Library [B4X] HugeImageView - show very large images

    Add this code to the class to center the image: Public Sub CenterImage(ZoomLevel As Float) pnlBackground.SetLayoutAnimated(0, 0, 0, mBase.Width, mBase.Height) ZoomChanged(pnl.Width / 2, pnl.Height / 2, ZoomLevel) End Sub Pass 1 for no zoom.
  10. Erel

    Android Question objects

    Thank you. Fixed.
  11. Erel

    Android Question Compile error B4A: Multiple definitions for class com.ortiz.touch.TouchImageView$CompatScroller

    It looks like a problem with JSTouchImageView library. It probably includes classes that are also inside a dependent jar. Better to post it here: https://www.b4x.com/android/forum/threads/jstouchimageview-library-pinch-pan-zoom-image.73236/page-2#posts
  12. Erel

    Android Question Watchdog for Kiosk Application

    1. You can start a foreground service while the app is in the foreground (visible). 2. I think so.
  13. Erel

    Android Question Webview Upload File with camera function

    Upload files with WebView
  14. Erel

    Android Question Suddenly google code scanner (based on ML kit) not working

    Looks like a bug in the SDK itself. Try to change the package name and see if it starts working.
Top