Android Question XUI Scrolling label not visible in designer?

wimpie3

Well-Known Member
Licensed User
Longtime User
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:
Error description: ScrollingLabel is declared twice. You should either remove the library reference or the code module.
(while there clearly isn't a library with the same name and only one 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:

DonManfred

Expert
Licensed User
Longtime User
while there clearly isn't a library with the same name
No one told the library has the same name! It is part of ONE library you ARE using. Beside the additional module.
Usually the best is to remove the module.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Might be a good idea to add that to the ScrollingLabel page, Erel?
Done.
 
Upvote 0
Top