CUBRID Tools

CM for Mac: Nothing happens when "Preferences" or "About CUBRID Manager" menus are clicked.

Details

Description

Nothing happens if I choose Preferences or About CUBRID Manager menus from main CUBRID Manager menu.

No error, no message, no window.

Activity

Hide
Isaiah Choe added a comment - 14/Jan/12 8:51 AM

I have fixed following parts on ApplicationActionBarAdvisor.java file.
Some special menus is needed special id string on mac.

preferenceAction.setId("preferences");
aboutAction.setId("about");

In addition, I fixed this two menu's dialog shape like sheet type dialog on mac.

Show
Isaiah Choe added a comment - 14/Jan/12 8:51 AM I have fixed following parts on ApplicationActionBarAdvisor.java file. Some special menus is needed special id string on mac. preferenceAction.setId("preferences"); aboutAction.setId("about"); In addition, I fixed this two menu's dialog shape like sheet type dialog on mac.

People

Vote (0)
Watch (0)

Dates

  • Created:
    15/Dec/11 3:54 AM
    Updated:
    14/Jan/12 1:26 PM
    Resolved:
    14/Jan/12 8:51 AM