2007年10月15日 星期一 15:51
看了看手册,好像只有EVT_BUTTON消息。 我想确切的了解到什么时候按下,什么时候放开。 可以吗? 谢谢。 -- Best Regards, Leo Jay
2007年10月15日 星期一 16:41
9ÖÖ¶¯×÷¶¼Óа¡ ÔÚ07-10-15£¬Leo Jay <python.leojay在gmail.com> дµÀ£º > > ¿´ÁË¿´ÊֲᣬºÃÏñÖ»ÓÐEVT_BUTTONÏûÏ¢¡£ > ÎÒÏëÈ·ÇеÄÁ˽⵽ʲôʱºò°´Ï£¬Ê²Ã´Ê±ºò·Å¿ª¡£ > ¿ÉÒÔÂ𣿠> > лл¡£ > > -- > Best Regards, > Leo Jay > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- gtalk: icekernel在gmail.com blog: http://www.bulaoge.com/?icekernel -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071015/74a3cc4a/attachment.html
2007年10月15日 星期一 16:59
参见 http://www.pythontik.com/blog/article.asp?id=190 在 07-10-15,icekernel<icekernel at gmail.com> 写道: > 9种动作都有啊 > > 在07-10-15,Leo Jay <python.leojay at gmail.com> 写道: > > 看了看手册,好像只有EVT_BUTTON消息。 > > 我想确切的了解到什么时候按下,什么时候放开。 > > 可以吗? > > > > 谢谢。 > > > > -- > > Best Regards, > > Leo Jay > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > -- > gtalk: icekernel at gmail.com > blog: http://www.bulaoge.com/?icekernel > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > -- wayne
2007年10月15日 星期一 17:13
On 10/15/07, Wayne <moonbingbing在gmail.com> wrote: > 参见 http://www.pythontik.com/blog/article.asp?id=190 > 多谢大家。这个问题解决了。 原来是 在Frame里写: btn.Bind(wx.EVT_LEFT_DOWN, self.OnLeftDown) btn.Bind(wx.EVT_LEFT_UP, self.OnLeftUp) 很长时间没用过wxPython了。都忘光了快。 -- Best Regards, Leo Jay
Zeuux © 2025
京ICP备05028076号