python - Scrolling a Kivy Label horizontally -
i'd have label in kivy app scroll horizontally fixed vertical size rather vertically wrapping. imagine marquee tag in bad old days.
eventually i'd have automatically scroll left right (and back) show string long display.
all of scrollable label examples i've seen vertically scrolling , 2 days of working on has gotten me nowhere.
edit: note: working on windows time being. target android , iphone
here's example of ui want...
the track name @ bottom should height of 1 line of text , scroll horizontally.
the same way of doing vertical scroll:
scrollview: label: text: 'hellooooooooooooooooooooosdsadas' text_size: none, self.height # set text wrap box height size_hint_x: none width: self.texture_size[0] # set label width text width
result be:
Comments
Post a Comment