Android Question Better dialogs and maskedittext test library example

hookshy

Well-Known Member
Licensed User
Longtime User
Does anyone know why can I get the folowing error when testing the library example from informatix
I am using B4a v2.5
Example from both libraries show the same error both on emulator and phone.


java.lang.NoClassDefFoundError: flm.b4a.maskededittext.MaskedEditTextWrapper


at flm.b4a.metdemo.main._globals(main.java:486)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:167)
at flm.b4a.metdemo.main.initializeGlobals(main.java:226)
at flm.b4a.metdemo.main.afterFirstLayout(main.java:86)
at flm.b4a.metdemo.main.access$100(main.java:16)
at flm.b4a.metdemo.main$WaitForLayout.run(main.java:74)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
 

ciprian

Active Member
Licensed User
Longtime User
No problem for me.
I'm using b4a version 3: core version 3, IME version 1.05, MaskedEditText version 1.20.

Maybe IME version is fault?
 
Upvote 0

Myr0n

Active Member
Licensed User
Longtime User
Hi guys, could someone tell me where can I get the maskededittext library?
I would like to test the example of Better dialogs.
When I try to compile b4a show a dialog showing
Parsing code. 0.06
Compiling code. 0.23
Compiling layouts code. 0.06
Generating R file. 0.07
Compiling debugger engine code. 1.54
Compiling generated Java code. 1.50
Convert byte code - optimized dex. Error
A referenced library is missing: maskededittext


I reinstall b4a 3.82 and b4a 4.0 and in the folder C:\Program Files (x86)\Anywhere Software\Basic4android\Libraries
Does not exist that library.

Then, my mine got blank and I taught, someone erase that library but no it is, is my personal laptop :p and nobody more than me use my laptop, then I finally guess that is an additional library that I do not have and that is why I am asking.

I read the entire documentation for B4A and there is no link to download that library.
I search in the forum but there are just reference that are using that library but no link to download the maskededittext library. :(

It could be very helpful if in the documentation of every additional library show a link to download the last version of the library, I know that is very hard to do it, but just it is an idea.

Thank you so much for the hand ;)
 
Upvote 0

Myr0n

Active Member
Licensed User
Longtime User
Thank you so much parijs, I did not realize that the library name was misspelled then maskededittext is Masked EditText library name.

 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Any chance this excelent library can be ported to B4I?
Instead of posting in this old thread from 2013 you should have posted your question to the library-support-thread or in a new thread in the questionsforum!
 
Upvote 0
Top