import

  1. practicalsoft

    B4X FEED Convert to B4A

    Help to transform this Java Class to B4A Thanks ? ? ? Java: import android.R.integer; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable.Creator; import java.nio.charset.Charset; import java.util.Arrays; public final class TransactionIn implements Parcelable {...
  2. practicalsoft

    B4X FEED inline java and javaobject

    Hello everyone, i am having a problem with inline java and javaobject. I have a co-developer who knows how to code in java, my problem is i don't know how to pass the code to b4a. i can't get the return value of the java code. below is the inline java code: B4X: #if java import...
  3. practicalsoft

    B4X FEED Sleep(0) and Msgbox2Async is crashing

    Hello When I use Sleep together with async messagebox (in a class module) the code is crashing. Removing Sleep(0) from the loop works and the messagebox is shown, but the progressdialog is not shown. Is there any way to use both together? B4X: Public Sub Import(ImportFile As String) As...
  4. practicalsoft

    B4X FEED Set slf4j log level

    A 3rd party library I am using was outputting INFO level messages frequently and ended up creating a 20gb log file. Ive asked the author to change the log level for the function to DEBUG but in the meantime I had to reduce the logging level of slf4j. This can be done using the inline code below...
  5. practicalsoft

    B4X FEED Help! Simple Library Compiler

    I am trying to compile a library and it throws this error: Starting step: Compiling Java code. javac 1.8.0_231 C:\TSC LIB\src\com\example\tscdll\MainActivity.java:4: error: cannot find symbol import android.support.v7.app.AppCompatActivity; ^ symbol: class AppCompatActivity location: package...
  6. practicalsoft

    B4X FEED ios screenshot block about

    Hello there, I can block it with these codes while using Android. B4X: Dim nativeMe As JavaObject ----------- nativeMe.InitializeContext nativeMe.RunMethod("securescreen",Null) ----------- #If Java import android.annotation.TargetApi; import android.content.Context; import...
  7. A

    گرفتن اندازه عرض(width) متن (یا متن لیبل)

    #توابع_کاربردی #تابع_کاربردی #بیسیک4اندروید گرفتن اندازه عرض(width) متن (یا متن لیبل) ••• قبلا با کتابخانه StringUtils میومدیم height متن لیبل رو میگرفتیم حالا با روش زیر میتونیم width متن هم بگیریم و برابر با label.width قرار بدیم. ••• 1. کد جاوای زیر رو اضافه و کتابخانه javaObject رو تیک...
  8. A

    گرفتن کشور، استان و شهر کاربر با دادن طول و عرض جغرافیایی

    #توابع_کاربردی #تابع_کاربردی #بیسیک4اندروید گرفتن کشور، استان و شهر کاربر با دادن طول و عرض جغرافیایی 1. کد جاوای زیر رو اضافه و کتابخانه javaObject رو تیک بزنید: #if java import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Locale; import...
عقب
بالا