donmanfred

  1. C

    Android Question java.io.FileNotFoundException: /storage/emulated/0/file.xlsx: open failed: EPERM (Operation not permitted)

    - Hii... - i made a excel file using php and after making it i added code to download it. i get error at following line. Dim out As OutputStream = File.OpenOutput(File.DirRootExternal, FileName, False) - and the error is like this java.io.FileNotFoundException: /storage/emulated/0/file.xlsx...
  2. StephenRM

    Android Question Text on Image

    Dear All Greetings I had come across the code of Douglas Farias, text on image. I liked this code. Just updated it, added a Label to move over the image to get the location to draw the text, using canvas.... Used Rect... I have also found emexes code Post#2 helpful. I have also used the...
  3. StephenRM

    Android Question WebView and WebViewExtras

    Hello warwound I have a webview and have added chromeClient it does work in debug mode. Sub wv_Script_Click Dim Javascript As String Javascript="B4A.CallSub('ProcessHTML', true, setRef())" Log("value: " & Javascript) WVE.executeJavascript(wv_Script, Javascript) End Sub...
  4. StephenRM

    Android Question Box border to the text of CustomListView..

    Hi DonManfred and Stevel05 I like the code of (statelistex.zip) EditText, with borders for different states. I wanted your help on How To: 1. Box border to the text contained by the CustomListView. 2. If it possible to load the Label with Bitmap? 3. If I click a link or a text in WebView, how...
  5. DALB

    Android Question Camera preview of cameraKit Library rotated at 90°

    Hello everyone, I use cameraKit library, but my camera preview presents a view (in the panel) which is 90° rotated regarding to the object I wish to take. I didn't find a propertiy which permits me to change this angle to 0°. Did I miss something or How can I do ? Thanks much for giving me a way.
  6. M

    Android Question Wrapper library doclet problem

    https://www.b4x.com/android/forum/threads/create-a-wrapper-library-with-android-studio.82831/ This is the library link I am refering. and the error is <error> P:\Android\Android Studio\jre"\bin\javadoc.exe -doclet BADoclet -docletpath C:\B4X\B4A\Doclet -sourcepath "C:\Us 1 error javadoc...
  7. M

    Android Question Regarding the pdfjet library

    This is question regarding the "https://www.b4x.com/android/forum/threads/pdfjetb4a.37843/" pdfjet library i am using the latest code shared by warwound but after compiling i am getting error log as shown in attachment. Anyone there can help??
Top