FWH - New Office 2007 menus !!!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
James,
> I note that the disabled items are still not displaying correctly.
Fixed
> I note that the disabled items are still not displaying correctly.
Fixed
Code: Select all
...
MENU
MENUITEM "&One..." DISABLED
MENUITEM "&Two..." CHECKED
MENUITEM "&Three..." WHEN .F.
ENDMENU
...
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
I think we all dont have the same versions. For me also group separtors dont work. In the sample shot posted by Mr. Antonio group separators are working. I did not get the version after fixing the disabled menuitem painting issue. Possible that the latest version with Mr Antonio has fixed all the issues.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
In the version I have this is the behavior with disabled and when .f. items:
1) top bar items
disabled : top menu item is painted gray. we can not click the item also. painting is okay
when .f. : top menu item looks normal ( not grayed ). we can click the item. It gets highlighted in orange color. but all menutitems in the dropdown appear grayed and can not navigate to them
2) dropdowns ( submens )
disabled items (without submenus): in my version still painted wrongly ( this is corrected later). but the mouse can navigate to the item, and the item is highlighed in gray color ( not orange highlight)
disabled items with submenus: Painted "correctly" even in my version. Cursor can not go to the item. ( not like the case when this is a normal item without submenus)
when .f. ( without submenus) Item is grayed. Painted correctly. Mouse can not go there.
when .f. ( with submenus ): Item is grayed. Painted correctly. But mouse can go there. Highlighed in Orange color. But all the submenu items under this item appear grayed and we can not navigate there. (similar to top bar items )
( Now I am wondering how was the behaviour earlier. I never tested it like i am doing now )
1) top bar items
disabled : top menu item is painted gray. we can not click the item also. painting is okay
when .f. : top menu item looks normal ( not grayed ). we can click the item. It gets highlighted in orange color. but all menutitems in the dropdown appear grayed and can not navigate to them
2) dropdowns ( submens )
disabled items (without submenus): in my version still painted wrongly ( this is corrected later). but the mouse can navigate to the item, and the item is highlighed in gray color ( not orange highlight)
disabled items with submenus: Painted "correctly" even in my version. Cursor can not go to the item. ( not like the case when this is a normal item without submenus)
when .f. ( without submenus) Item is grayed. Painted correctly. Mouse can not go there.
when .f. ( with submenus ): Item is grayed. Painted correctly. But mouse can go there. Highlighed in Orange color. But all the submenu items under this item appear grayed and we can not navigate there. (similar to top bar items )
( Now I am wondering how was the behaviour earlier. I never tested it like i am doing now )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Mr Antonio
Thanks for the latest libs.
The issue pointed out by Mr. James regarding the white line between the menu and buttonbar is still to be fixed.
Intersting are the differences between the look and functionality of menuteims disabled vs. when .f.
Disabled menuitems work fine everywhere on the top bar as well as in the submenus both appearancewise and functionalitywise. They are grayed and do not function.
Behaviour of items disabled with When .F. clause is interesting:
TOPBAR: Initially they look normal. Not grayed. We can click on them. They get highlighed in orange color like any other item. If the top item has a dropdown menu all the items in the dropdown menu are grayed and we can not click them.
BUT ...... after we keep toying with other working menus and their dropdown items, the topmenu (when .f.) items turn Gray .. When do they turn is a bit unpredictable. Once they turn gray we can not click on them.
SUBMENUS:
Items disabled with 'disabled' clause work correctly in everyway.
When the item is disabled with When .F., if the item does not have a child submenu, it is like normal disabled items and is fine.
But if it has a child submenu, the item looks normal, gets orange high light when mouse hovers and displays the child submenu with all the child itemgs grayed.
These are my quick observations.
Thanks for the latest libs.
The issue pointed out by Mr. James regarding the white line between the menu and buttonbar is still to be fixed.
Intersting are the differences between the look and functionality of menuteims disabled vs. when .f.
Disabled menuitems work fine everywhere on the top bar as well as in the submenus both appearancewise and functionalitywise. They are grayed and do not function.
Behaviour of items disabled with When .F. clause is interesting:
TOPBAR: Initially they look normal. Not grayed. We can click on them. They get highlighed in orange color like any other item. If the top item has a dropdown menu all the items in the dropdown menu are grayed and we can not click them.
BUT ...... after we keep toying with other working menus and their dropdown items, the topmenu (when .f.) items turn Gray .. When do they turn is a bit unpredictable. Once they turn gray we can not click on them.
SUBMENUS:
Items disabled with 'disabled' clause work correctly in everyway.
When the item is disabled with When .F., if the item does not have a child submenu, it is like normal disabled items and is fine.
But if it has a child submenu, the item looks normal, gets orange high light when mouse hovers and displays the child submenu with all the child itemgs grayed.
These are my quick observations.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
On 256 colors:
I understand that time could not be devoted for this. The issue of top menu items getting erased is still there.
I have a few suggestions for 256 colors ( whenever time can be spared for this ):
1. TopBar:
The library can paint the menus with the new look if colors > 256 and otherwise retain the earlier colors.
2. Dropdowns:
if the colors > 256 paint in new colors else paint the vertical bar with buttonface color and menuitems themselves on pure white background. This still gives a neat "NEW" look even with 256 colors. Better look than earlier normal menus.
I understand that time could not be devoted for this. The issue of top menu items getting erased is still there.
I have a few suggestions for 256 colors ( whenever time can be spared for this ):
1. TopBar:
The library can paint the menus with the new look if colors > 256 and otherwise retain the earlier colors.
2. Dropdowns:
if the colors > 256 paint in new colors else paint the vertical bar with buttonface color and menuitems themselves on pure white background. This still gives a neat "NEW" look even with 256 colors. Better look than earlier normal menus.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India