Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread 胡瑞
oh, i fix it ~Thank you to response me. I fund it in the* CircleRenderer* Package and there is *plot8CircleCenteredUnclipped* funtion control it. but another question is how to record the element node sequence? And i also want record the element postion which select by user, but in the result of

[Jmol-developers] Fwd: jmol-14.3.6_2014.08.14.zip

2014-08-15 Thread Robert Hanson
I sent this to users, but it bounced. Still important. -- Forwarded message -- From: Robert Hanson hans...@stolaf.edu Date: Fri, Aug 15, 2014 at 12:36 AM Subject: jmol-14.3.6_2014.08.14.zip To: jmol-us...@lists.sourceforge.net jmol-us...@lists.sourceforge.net I would appreciate

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread Robert Hanson
If I understand, you are working at the Java level, not the scripting level. Those rendering methods are not anything you should be working with. They are very low-level operations at the pixel level of the final display. I cannot imagine how that would help you. If you explain more about what

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread 胡瑞
哇,你们有中国团队,太好了,可能我表达意思有点不对,我是就读于university of new haven的学生,我的教授需要我在jmol的原有基础上增加一个功能,那个jmol里面有个菜单里面不是有个Export Gaussian Input file 的选项卡嘛?那个advance里面会记录你display的数据,当我在主界面增加元素的时候,只有再次切换才能改变advance里面的结果,当我发现我增加一个结构的时候,内部的函数会给我的结果进行排序(图1)如何获得原始数据?

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread Robert Hanson
Dear 胡瑞 see below [translation] It is great to know that you have a Chinese team [to understand my point in Chinese]. Maybe I had not expressed myself well. I am student at University of New Haven, and my supervisor has asked me to add a new functionality on top of Jmol. Did you remember that

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread 胡瑞
Thank you sir, i had saw those documents which use by script, That script just show me how to operate it. However, i need to modify jmol java source code and add a new function, i have a simple demo (Figure1). That function will provide many possible options to user to choice. But how to recored

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread Robert Hanson
It sounds like you are a new contributor to Jmol. Terrific! We could use someone who wants to make the Gaussian input dialog better. No one has worked on that for a long time. Before you go too far on your own, though, why not request features? It would be unwise to start changing the code in

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread Robert Hanson
ps -- make sure you are checking out svn.code.sf.net/p/jmol/code/trunk/Jmol On Fri, Aug 15, 2014 at 7:14 PM, Robert Hanson hans...@stolaf.edu wrote: It sounds like you are a new contributor to Jmol. Terrific! We could use someone who wants to make the Gaussian input dialog better. No one has

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread 胡瑞
OH I will not change anything on your original source code, but firstly, i need test and understand jmol runing way, if i will start modify offically i will extend your Class, modify original code is really bad way :( Sir i am a new programmer, i don't know how to read your svn file, Could you

Re: [Jmol-developers] how to modify circle color of element node

2014-08-15 Thread 胡瑞
I mean i don't know how to start to read. i connect your trunk address through svn, but there are many files. 2014-08-16 8:36 GMT+08:00 胡瑞 huruid...@gmail.com: OH I will not change anything on your original source code, but firstly, i need test and understand jmol runing way, if i will start