faywong

Results 32 comments of faywong

I also verified: " extend SherlockFragment instead of Fragment,Now onCreateOptionsMenu is called in each fragment " I think this point should be specially documented. It almost spends me half of...

> > 或者是下载3.2.9的同文试试最新的压缩包,后期准备打包一个apk出来,目前没啥时间 > > 先感谢了 > > 低版本的无效欸~3.2.4 > > 高版本的不但符号和表情无效 还会出现另外一个问题 就是在四叶草九宫格 选择候选词的时候 从左至右 选最左边的会输入"1" 而且候选栏不会消失(也就是选择失败) 选第二个候选词会输入“2”.... 以此类推 > > 3.2.7-3.2.9都会出现同样问题 九宫格选候选词的时候,会出现 1、2、3 选择失败的问题我也遇到了。此时只能用空白键上屏第一个候选词。

我找到一个修复办法:在九宫格输入法方案状态下,由于数字键被用于输入码用掉了,那么后续选择候选词就不能用数字键,而要改成获取 candidate index -> 调用 selectCandidate API 的方式。

@nokola Hi, what's the right way to build out the libpathfinder_android_demo.so?

Hi all, I am so sorry, the original veency repo was created by me in the condition that I don't have any IOS device(and i even haven't used it yet,...

> @faywong Any ideas about this? Please refer to https://github.com/niknah/veency.

The related source code: line 48 of sdl-1.2/src/thread/pthread/SDL_systhread.c: ``` c 43 44 45 static void *RunThread(void *data) 46 { 47 SDL_RunThread(data); 48 pthread_exit((void*)0); 49 return((void *)0); /* Prevent compiler warning...

I won't invest time to develop on this project anymore and niknah forked this project and continue to develop it, you can go to [here](https://github.com/niknah/veency) for the latest status.