[b4x] bctextengine

  1. james_sgp

    Android Question B4X BCTextengine custom font

    Hi, I`m using BCtextengine on a B4X app, all is working well in B4A, but I`m getting an error in B4i "Object was not initialized (UIFont)" The font file is in the Special directory, I`m using the fonts name without spaces as shown in the attached picture. Appreciate any advice as this is...
  2. mmieher

    B4J Question [SOLVED] BCTextEngine Example (BCTextExample)

    What is the purpose of the B4XView pnl? 'B4i - don't miss the inline OBJC code in the main module. Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("1") TextEngine.Initialize(Root) BBCodeView1.TextEngine = TextEngine Dim btn As Button #if B4i...
  3. mmieher

    BCTextEngine - This Changes Everything

    https://www.b4x.com/android/forum/threads/b4x-bctextengine-bbcodeview-text-engine-bbcode-parser-rich-text-view.106207/ You share great stuff, @DonManfred
  4. D

    Android Question message "disappear" behind the screen

    Hello, guys! I use this code from Erel to create a chat app. https://www.b4x.com/android/forum/threads/b4x-cross-platform-chat-layout-example.112649/#content i faced the following problem if the word contains many characters without spaces, then they "disappear" behind the screen maybe someone...
  5. manzoor

    Android Question [B4X] BCTextEngine - Right to Left Language Support

    I hereby request to all Great Developers to add Right to Left Language (Arabic+Urdu+Persian) in [B4X] BCTextEngine Also add support of custom Unicode fonts for Arabic, Urdu, Persian Thanks in advance
Top