Android Question SMMRichTextEditor

Guenter Becker

Active Member
Licensed User
Hello, this lib is very good.

I tried to use it to develop a custom control and that leads me direct into several troubles.

Inside my custom view class I add the SMMRichTextEditor as a view to the base panel.
Than I created an activity project and put the new custom view object as view in the layout file.
As far as good - no problems.
But running the app it raises the Error that "Editor.html" could not be found in file:///android_asset. Can anyone help whats going worng? Because I added all the needed ressources to the files directory.

Next is that the property 'setBullets' is shown in the article of SMMRichTextEditor but it is not available as a code property, why?

I hope there will be some help out of the forum because it should be awfull to kick away such a wonderfull work due to this errors.

Stay healthy
 

Guenter Becker

Active Member
Licensed User
Thank you Erel, that was it. Now going to move one to develop custon view "RTFEditor".
 
Upvote 0
Top