Jump to content

Fizo

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Fizo

  1. I have an onClientKey event, and this event to insert a letter into the table. But I do not know how to join the chars into one word. I'm fixed this, Thank you
  2. Hello, I have problem, my function inserted to table data and when. I trying display this it looks like this A F G N but I want display in horizontal position, And second question, how concat. letters in table to one word? Thank's of lot for help
  3. for i,v in ipairs(value) do local width_char = dxGetTextWidth(v) dxDrawText(v,screenW * 0.8318, screenH * 0.4852, screenW * 0.055*width_char/i/2, screenH * 0.5157, tocolor(255, 255, 255, 255),2, "default","center", "center", false, false, false, false, false) end I have problem because i don't kown how to implement this. I'm trying but unsuccessfully
  4. Hello, I have very simple problem but,I haven't idea how to solution this. If I typeing data to my table,and then displaying characters have diffrent sparation. This image shows my problem. This text meaning in English "example message". Thanks of lot for help. My Code: for i,v in ipairs(value) do dxDrawText(v,screenW * 0.8318, screenH * 0.4852, screenW * 0.055*i/3, screenH * 0.5157, tocolor(255, 255, 255, 255),2, "default", "center", "center", false, false, false, false, false) end
×
×
  • Create New...