2006年07月06日 星期四 09:33
最近正在用Boa,感觉很不错,help里边的例子写的也超级经典,就是太少了,如果逐个模块都介绍一番就好了。 有人现在也在用吗?? 可以一起交流一下啊!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/216e3554/attachment.html
2006年07月06日 星期四 09:52
上次做一个界面打算用,但是工期紧就使用delphi做界面了。 你学习boa的周期长吗? On 7/6/06, 张鹏飞 <zhangpf at ichaier.com> wrote: > > 最近正在用Boa,感觉很不错,help里边的例子写的也超级经典,就是太少了,如果逐个模块都介绍一番就好了。 > 有人现在也在用吗?? > > 可以一起交流一下啊!!! > > _______________________________________________ > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/9e2f5755/attachment.html
2006年07月06日 星期四 10:12
我学BOA就是看它的help,很少的一个例子 感觉资料比较少啊 help里边余下的部分都是wxpython的手册,用到某个组件的时候就ctrl+h查一下。 也做了一个工作里用到的东西,感觉还不错。 Boa好像还处在初级开发阶段,最近很少更新升级, 不过用起来很顺手 ----- Original Message ----- From: 尹祥龙 To: python-chinese at lists.python.cn Sent: Thursday, July 06, 2006 9:52 AM Subject: Re: [python-chinese] 最近正在用Boa,感觉很不错,有人也在用吗?? 上次做一个界面打算用,但是工期紧就使用delphi做界面了。 你学习boa的周期长吗? On 7/6/06, 张鹏飞 <zhangpf at ichaier.com> wrote: 最近正在用Boa,感觉很不错,help里边的例子写的也超级经典,就是太少了,如果逐个模块都介绍一番就好了。 有人现在也在用吗?? 可以一起交流一下啊!!! _______________________________________________ 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 ------------------------------------------------------------------------------ _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/0d108514/attachment.htm
2006年07月06日 星期四 17:14
BOA 开发已经停滞了。很久以前就这样了 -- 开飞机的舒克 http://www.lvye.org/shuke msn:weizhong at netease.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/67f2277c/attachment.htm
2006年07月06日 星期四 19:21
那python现在比较流行的做GUI的工具都有哪些那?? 我在BOA的开发站点上看到过作者的回复,说最近可能要升级,BOA还是一直在开发中的。。。。 ----- Original Message ----- From: 魏忠 To: python-chinese at lists.python.cn Sent: Thursday, July 06, 2006 5:14 PM Subject: Re: [python-chinese] Re:最近正在用Boa,感觉很不错,有人也在用吗?? BOA 开发已经停滞了。很久以前就这样了 -- 开飞机的舒克 http://www.lvye.org/shuke msn:weizhong at netease.com ------------------------------------------------------------------------------ _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/6a654e63/attachment.html
2006年07月07日 星期五 09:51
在 06-7-6,张鹏飞<zhangpf at ichaier.com> 写道: > > 最近正在用Boa,感觉很不错,help里边的例子写的也超级经典,就是太少了,如果逐个模块都介绍一番就好了。 > 有人现在也在用吗?? > > 可以一起交流一下啊!!! 我在用,我奇怪为什么一个程序总需要app和frame两个文件。 还有删除一个事件,事件的代码不跟着删除,防止不小心删掉这个事件里面的代码么?
2006年07月07日 星期五 10:28
我感觉这个好像是软件架构的问题,用app 和 frame先搭起来一个框架,方便以后做复杂扩展,Boa也好按我们的要求来自动添加代码 哈哈删除事件这种情况我也发现了,没办法,只有手动了。 还有一个很烦人的问题,我在窗口上添加一个button组件的时候,只要用鼠标点击button 然后移动位置后, 鼠标就一直粘到button上了, 点击左边的属性栏什么的都不行。 希望Boa推出新版本赶快修正。 你有什么Boa的介绍资料吗? 我现在看过的就是它的那个小help了 ,余下的都是wxpython的资料 Boa在python的官方网站上推荐的位置还蛮靠前的,应该会有很多人来支持吧。 ----- Original Message ----- From: "makeyunbad" <makeyunbad at gmail.com> To: <python-chinese at lists.python.cn> Sent: Friday, July 07, 2006 9:51 AM Subject: Re: [python-chinese] 最近正在用Boa,感觉很不错,有人也在用吗?? >在 06-7-6,张鹏飞<zhangpf at ichaier.com> 写道: >> >> 最近正在用Boa,感觉很不错,help里边的例子写的也超级经典,就是太少了,如果逐个模块都介绍一番就好了。 >> 有人现在也在用吗?? >> >> 可以一起交流一下啊!!! > > > 我在用,我奇怪为什么一个程序总需要app和frame两个文件。 > 还有删除一个事件,事件的代码不跟着删除,防止不小心删掉这个事件里面的代码么? > -------------------------------------------------------------------------------- > _______________________________________________ > 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
2006年07月07日 星期五 12:04
最近一直在读boa的源代码,希望以后能帮忙改进一下 -- 云电清华同方小民工
2006年07月07日 星期五 17:43
我改进了它,当时挺有激情,进行了一部分,后来就没再进行了。 我是边用边改的,应该有针对性吧。不多久大家就会看到的。 On 7/7/06, 笨笨狗 <chen.ruijie at gmail.com> wrote: > > 最近一直在读boa的源代码,希望以后能帮忙改进一下 > > -- > 云电清华同方小民工 > > _______________________________________________ > 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 > > -- ※※※※※※※※※※※※※※※※※※※※※※※※ My blog: http://blog.donews.com/ygao Forum http://groups.google.com/group/python_study ※※※※※※※※※※※※※※※※※※※※※※※※ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060707/16308cd3/attachment.html
2006年07月09日 星期日 19:05
2006/7/7, ygao <ygao2004 at gmail.com>: > > 我改进了它,当时挺有激情,进行了一部分,后来就没再进行了。 > 我是边用边改的,应该有针对性吧。不多久大家就会看到的。 > 好诶,大家一起做贡献,呵呵 -- 云电清华同方小民工
Zeuux © 2025
京ICP备05028076号