On Thu, May 20, 2010 at 20:33, Dave Baggett <[email protected]> wrote:

>
> FWIW, I've been working around this for the last three releases by adding a
> single line to qx/ui/table/columnmenu/Button.js:
>
>        case "menu":
>          var menu = new qx.ui.menu.Menu();
>          this.setMenu(menu);
>          // DMB HACK TO MAKE COLUMN MENU APPEAR:
>          menu.addListener("appear",
>                           function () {
>
> options.table._initColumnMenu.call(options.table);
>                           },
>                           this);
>          return menu;
>
>
Oops. I think you are referring to a different problem (and I'm not sure
what problem it is). The current issue is with  context menus, not column
menus.

Derrell
------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to