I have been playing with silverlight this afternoon. Nice touches, learnt loads but some annoying things.
The error message 'AG_E_PARSER_BAD_PROPERTY_VALUE' means you have a referenced a method in your xaml code without it existing in your xaml.vb code, really helpful error message!
Also why does Microsoft feel the need to mess with certain properties? The listbox for example is now not .enabled but .isenabled. Maybe someone can shed some light on this?
So with the first application built and being beta tested we can now explore this technology a little more.
Friday, 27 February 2009
Monday, 23 February 2009
DNN menus in 4.9
The dnn top menus in 4.9 are in my opinion a little large and only allows about 5 headings to be added before 'admin' and 'host' headers disappear behind the search bar when you login. The easiest way around this is to reduce the font size from the standard 13px to whatever you want (I think 11px works best, which is also the size of the submenu items). To do this go to Portals\_default\Skins\MinimalExtropy_SmallMenu\css and alter the font size of .main_dnnmenu_rootitem and .main_dnnmenu_rootitem_hover and .main_dnnmenu_rootitem_selected. To make the menu items closer together reduce the left and right padding elements to 7px on the same style classes.
Subscribe to:
Posts (Atom)