Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 3928

Threaded View

  1. #11
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    343
    Rep Power
    163

    Default

    @safealdibiki dont use same character for all 100 ,use different chars. Happend to me same as you first time
    Spoiler: 60 or so on to 100
    IMG20240909153010

    A function to move the cursor where you want without deleting whole text will be useful, to correct the text, as it is on phones, now that we have 100 chars

    PS:
    For users wich want to help with drag text cursor:

    Files to edit its in:data\ui_nextgen\common\ui:keyboards.lua
    Reference:txt_kbd_indicator
    Its in keyboards.lua references about "txt_kbd_indicator" also the corresponding icon its bmp name"textcursor.bmp and textcursor.spr ,i suppose the spr file must be modified as well
    But i look at those lines like a cat at a calendar, which means i don't understand anything
    Can be made to be dragged this "textcursor" or not to be dragged ? That its the question
    I think in this lines lie the truth
    Spoiler: Lines
    function sc_kbd_Drag_hide(SetUnpress)
    ui_kbd_Drag:HIDE()
    if SetUnpress then
    SELF:UNPRESS()
    end
    end

    function sc_kbd_Drag_show()
    if not SELF.prop.ISENABLED then
    sc_kbd_Drag_hide(true)
    return
    end
    ui_kbd_Drag:SHOW()
    end
    Last edited by cristianyxtl; 15th September 2024 at 12:49 PM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •