I am trying to replicate the bubble menu of the OS X menu without much
success. Here is a sample of what I mean http://i.imgur.com/ib6wVkL.jpg
My biggest stumbling block is how to add that arrow in the bottom of the
menu.
What I tried so far is
1. Create a custom widget subclassed from qx.ui.popup.Popup() with two
qx.ui.container.Composite(). One acts as childrenContainer and one just
to be styled as the arrow. This works. I have a nice popup with the
arrow et al. Still it is imposible to add menu items directly in the
popup. I added the menu itself but then when the popup is displayed the
menu remains closed. Plus that I get plenty of errors most of them I
can't understand and I don't know where to look for debugging.
Also this seems kind of naive approach since the menu itself is a popup
and it is a pity to try and duplicate its functionality.
2. My other approach that I try right now is to create just the menu and
style it. So far I have this http://i.imgur.com/NVq5286.png which means
that I can style the menu as I wish. But how can I add that arrow below
the menu to create that bubble effect? This is my latest attempt
https://gist.github.com/voger/481f2f0fb8360338a2d0
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel