Hello,
this lib really looks interesting - I liked to have a kind of simple texteditor in my application instead of a simple EditText field.
Now I did not unterstand something obviously: when I tried to add the smmeditor as customview in the designer, I get this error:
java.lang.RuntimeException: java.lang.ClassCastException: smm.richeditor.richeditorwrapper cannot be cast to anywheresoftware.b4a.keywords.Common$DesignerCustomView
Does it mean that the component cannot be inserted by the designer ?
To make matters worse:
When i insert it manually as in the examples, it does not offer me to add a text.
Can someone tell me where I'm going wrong here ?
Thanks in advance,
Chris
this lib really looks interesting - I liked to have a kind of simple texteditor in my application instead of a simple EditText field.
Now I did not unterstand something obviously: when I tried to add the smmeditor as customview in the designer, I get this error:
java.lang.RuntimeException: java.lang.ClassCastException: smm.richeditor.richeditorwrapper cannot be cast to anywheresoftware.b4a.keywords.Common$DesignerCustomView
Does it mean that the component cannot be inserted by the designer ?
To make matters worse:
When i insert it manually as in the examples, it does not offer me to add a text.
Can someone tell me where I'm going wrong here ?
Thanks in advance,
Chris