A Alex_197 Well-Known Member Licensed User Longtime User Aug 6, 2025 #1 Hi all. I need to create a crossed string that will look like this (see attached). Is it possible? It will be a label text. Thank you. Attachments screen1.png 592 bytes · Views: 141
Hi all. I need to create a crossed string that will look like this (see attached). Is it possible? It will be a label text. Thank you.
P PaulMeuris Well-Known Member Licensed User Aug 6, 2025 #2 Search for strikethrough and you will find this B4A example that uses CSBuilder library: https://www.b4x.com/android/forum/threads/strikethrough-with-csbuilder.90502/#content Upvote 0
Search for strikethrough and you will find this B4A example that uses CSBuilder library: https://www.b4x.com/android/forum/threads/strikethrough-with-csbuilder.90502/#content
aeric Expert Licensed User Longtime User Aug 6, 2025 #3 B4X: cs.Strikethrough.Append(str).PopAll Todo List (source code) todo-B4A Made with ❤ in B4X Source code: https://github.com/pyhoon/todo-b4a YouTube tutorial: For B4i: https://www.b4x.com/android/forum/threads/todo-list-source-code.117223/ Update on 13 Aug 2021: Uploaded to Play store to test new App Bundle... www.b4x.com Upvote 0
B4X: cs.Strikethrough.Append(str).PopAll Todo List (source code) todo-B4A Made with ❤ in B4X Source code: https://github.com/pyhoon/todo-b4a YouTube tutorial: For B4i: https://www.b4x.com/android/forum/threads/todo-list-source-code.117223/ Update on 13 Aug 2021: Uploaded to Play store to test new App Bundle... www.b4x.com