juanchaopan
juanchaopan
Is there any way to invoke such methods? chipsLayoutManager.getRowOfView(child) chipsLayoutManager.getColumnOfView(child) Thanks
现有的SetCaretPos()/GetCaretPos()是光标在GetInput()上的位置 而软光标又是在RimeComposition的preedit上,两者并不统一。 当用户在输入了一长串拼音或单引号(用于分割)、且前几个已转化为汉字后,希望用鼠标或触摸点选该汉字与后续拼音中间,希望把光标设置在该位置。此时无法直接使用SetCaretPos。 例如: 当用户输入“woshiyigelaohaoren”并选择转换了部分汉字“我是yigelaohaoren”,然后: 1. 点击“是”字的右半侧,此时希望光标位置为“我是‸yigelaohaoren” 2. 点击"是"字的左半侧,此时希望光标位置为“我‸shiyigelaohaoren” 以上两种情形,都不知如何调用SetCaretPos()
Hi, Is this a bug? can anybody help me I try to create a flex layout row, with the first element being an image of fixed size, 40 * 40,...