From: Roman Y. <rom...@gm...> - 2008-01-07 09:05:32
|
Hi. I am just starting with Faces and didn't completed even first project, but would like to share the editing experience. At the beginning "the start pop-up" is nice and gives you a lot of confidence, but after using it for 15 minutes I started to look for a way to disable it. It is too annoying. Is there is such way? Faces provides much better way: "Context ..." unfortunately for some reason this functionality doesn't have short-cut and I still forced to use mouse. Obviously it hurts my typing speed, which is important during initial project build. I think there is also a small error in documentation: min(attrib name) This method is like sum but calculates the maximum. The value of the attribute specified by attrib name my be any compareable type. --------------------------------------------------------------^^^^^^^^^^^ max(attrib name) This method is like sum but calculates the minimum. The value of the attribute specified by attrib name my be any compareable type. --------------------------------------------------------------^^^^^^^^^^^ Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |