Perhaps I'm overlooking something... I've added the .BAS file from this page to my B4A project:
Now when I open the designer and select Add View / Custom View, the scrolling label component is not visible in the menu so it can't be added to the designer. Is this normal?
Also, when I run my program, I get this error:
EDIT: ok, just found out that ScrollingLabel is actually part of XUI VIews (which I'm using in my project). Might be a good idea to add that to the ScrollingLabel page, Erel?
[B4X] [XUI] Scrolling Label
Don't use this. Latest version is included in XUI Views. For rich text, use https://www.b4x.com/android/forum/threads/b4x-bbscrollinglabel-rich-text-scrolling-label.114310/#content A custom view with a label that scrolls automatically when the text is wider than the label. The class is...
www.b4x.com
Now when I open the designer and select Add View / Custom View, the scrolling label component is not visible in the menu so it can't be added to the designer. Is this normal?
Also, when I run my program, I get this error:
(while there clearly isn't a library with the same name and only one code module)Error description: ScrollingLabel is declared twice. You should either remove the library reference or the code module.
EDIT: ok, just found out that ScrollingLabel is actually part of XUI VIews (which I'm using in my project). Might be a good idea to add that to the ScrollingLabel page, Erel?
Last edited: