weimingtom / loon-simple

Automatically exported from code.google.com/p/loon-simple
1 stars 0 forks source link

LMessage的setNotTipIcon函数 #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
回复 
cping1982:鹏大,LMessage的setNotTipIcon函数使用后会出空指针异��
�也...在清除后必需再加上一个么?...我弄一张透明的图然后�
��用setTipIcon倒是可行的说。
出错的代码如下...
public void initMessageConfig(LMessage m) {
        // TODO Auto-generated method stub
        m.setNotTipIcon();    
}

Original issue reported on code.google.com by wol...@gmail.com on 18 Jan 2011 at 3:14

GoogleCodeExporter commented 9 years ago
呃,这是BUG了,小弟前阵改过这部分参数,结果忘了加上NULL�
��证,所以会有空指针问题。如果您不嫌麻烦可以修改源码,
在IPrint类的setCreeseIcon函数开始处加一句if(creeseIcon==null){return;
},如果觉得麻烦可以暂时使用透明图等小弟下次更新(预计2
月中旬)。

Original comment by loontest@gmail.com on 27 Jan 2011 at 2:22