Ah, this I can answer.

The menus and most other elements of the AXIS GUI are built by the tcl
script in share/axis/tcl/axis.tcl in the source tree.

Jeff
PS please keep discussion on the mailing list, not as personal mail to
me.

On Thu, Nov 24, 2011 at 12:47:30PM +0100, Sammel Lothar wrote:
> hi im working on the modification and make good progress
> video of the progress
> http://www.youtube.com/watch?v=gqulCfB5ICU
> 
> what i cant find is the Vew entries  so i can set a var
> get_show_xy_uv_planes in VIEW menue see picture
> i did all in axis the var is also in ~/.axis_preferences
> 
> def get_show_xy_uv_planes(self): return vars.show_xy_uv_planes.get()
> 
>     def toggle_show_xy_uv_planes(*event):
>         ap.putpref("show_xy_uv_planes", vars.show_xy_uv_planes.get())
>         o.tkRedraw()
> line 2522 AXIS->     ("show_xy_uv_planes", IntVar),
> 
> 2542-> vars.show_xy_uv_planes.set(ap.getpref("show_xy_uv_planes", False))
> 
> the lines are generated inside glcanon
> i will only pop up this "show_xy_uv_planes" if there is  UV in the
> Display section of the hal
> 
> Please help
> Thank you for doing all this wonderfull programming to us !
> Sammel Lothar Germany
> 
> 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to