zoomcontrols

  1. rtek1000

    B4J Question How to save zoom position, and how to create editable markings on the image?

    Hello, I would like to know how I can save the position after zooming the image. To reproduce the same position at another time. Or would it be possible to capture the image after zooming? I found this library to zoom...
  2. a6000000

    Android Question [B4A] WebView how to hide Zoom Controls (+) (-) buttons ? setDisplayZoomControls(false)

    in AndroidStudio in WebView, I hide the (+) (-) Zoom Controls UI buttons with : // in AndroidStudio onCreate() : private WebView webView; // .. // hide +- buttons webView.getSettings().setDisplayZoomControls(false); How to hide it in B4A ?
Top