Hello [B4X] [XUI] [B4XLib] SD_TextView I will talk about an error in the library.
We found the cause of this error with the library builder. He told me to report this error to @Erel .
In short, in order to add a component in the library, I always right click on the designer and add a new one. I wanted to do this using this library but I encountered an error.
After a few tests, I added the component to the designer from the Add New button next to the File button. The error disappeared.
Discussion in these intervals #47 > #56
www.b4x.com
Detection of the error: https://www.b4x.com/android/forum/threads/b4x-xui-b4xlib-sd_textview.121178/post-778511
SOLVED..
www.b4x.com
We found the cause of this error with the library builder. He told me to report this error to @Erel .
In short, in order to add a component in the library, I always right click on the designer and add a new one. I wanted to do this using this library but I encountered an error.
After a few tests, I added the component to the designer from the Add New button next to the File button. The error disappeared.
Discussion in these intervals #47 > #56
[B4X] [XUI] [B4XLib] SD_TextView
you can set other filters using the NativeObject property and assigning it to EditText (For Android) or TextField (B4i or B4j) B4A sample Dim EditText1 As EditText = TextView.NativeObject EditText1.InputType = EditText1.INPUT_TYPE_PHONE dont exist such object in b4j

Detection of the error: https://www.b4x.com/android/forum/threads/b4x-xui-b4xlib-sd_textview.121178/post-778511
SOLVED..
Is it a bug in the IDE environment?
Today in the forum I have reported a problem with one of my B4XLIb library. (here) If you enter a Custom View from the Design, it is inserted correctly from the menu above Mind if I right click in the layout and select Add View, it throws me an error

Last edited: