F fabioferreiracs Member Licensed User Longtime User Jan 31, 2013 #1 how do I put the character (►) ,arrow to the right , in a listview?
mangojack Expert Licensed User Longtime User Feb 1, 2013 #2 B4X: ListView1.AddSingleLine("►") hold down ALT key and type 16 on numeric keypad. Cheers mj Upvote 0
F fabioferreiracs Member Licensed User Longtime User Feb 1, 2013 #3 mangojack said: B4X: ListView1.AddSingleLine("►") hold down ALT key and type 16 on numeric keypad. Cheers mj Click to expand... It's dont work. See the printscreen Attachments SpecialCharacter16jpg.jpg 25.8 KB · Views: 356 Upvote 0
mangojack said: B4X: ListView1.AddSingleLine("►") hold down ALT key and type 16 on numeric keypad. Cheers mj Click to expand... It's dont work. See the printscreen
mangojack Expert Licensed User Longtime User Feb 1, 2013 #4 Works for me .. hmm . These extended chars always have worked for me .. dont know ,maybe someone with more knowledge can expand on this. Sorry .. Cheers mj Attachments Capture.JPG 14.1 KB · Views: 351 Upvote 0
Works for me .. hmm . These extended chars always have worked for me .. dont know ,maybe someone with more knowledge can expand on this. Sorry .. Cheers mj
F fabioferreiracs Member Licensed User Longtime User Feb 1, 2013 #5 fabioferreiracs said: It's dont work. See the printscreen Click to expand... Erel ; please do you can help ???? Upvote 0
fabioferreiracs said: It's dont work. See the printscreen Click to expand... Erel ; please do you can help ????
mangojack Expert Licensed User Longtime User Feb 1, 2013 #6 Windows Character Map .. You could copy special characters from Windows Character Map. Start > All Programs > Accessories > System Tools > Character Map ... applies xp vista & win7 hope this helps Cheers mj Attachments Capture.JPG 18.8 KB · Views: 359 Last edited: Feb 1, 2013 Upvote 0
Windows Character Map .. You could copy special characters from Windows Character Map. Start > All Programs > Accessories > System Tools > Character Map ... applies xp vista & win7 hope this helps Cheers mj
F fabioferreiracs Member Licensed User Longtime User Feb 2, 2013 #7 see my printscreen, i use the map characters for windows and dont work !:BangHead: Attachments specialcharacter3.jpg 55.5 KB · Views: 315 Upvote 0
bluejay Active Member Licensed User Longtime User Feb 2, 2013 #8 Looks like a font issue. My Android 2.2 emulator shows this but not later OS versions. Try using a custom font, see: http://www.b4x.com/forum/basic4android-updates-questions/7079-listview-typeface.html#post40620 and http://www.b4x.com/forum/basic4android-updates-questions/20286-using-author-supplied-fonts.html#post117139 Note that you need to watch for copyright if you include a font in the apk. bluejay Upvote 0
Looks like a font issue. My Android 2.2 emulator shows this but not later OS versions. Try using a custom font, see: http://www.b4x.com/forum/basic4android-updates-questions/7079-listview-typeface.html#post40620 and http://www.b4x.com/forum/basic4android-updates-questions/20286-using-author-supplied-fonts.html#post117139 Note that you need to watch for copyright if you include a font in the apk. bluejay