I need a Menu which is opened upwards rather than downwards. I did't find a switch in the provided menu so i decided to write my own. My menu is effectively a label with a tooltip - the menu popup. Here is the tricky part. I open my custom menu in another tooltip. Menu popup does not show up. If i change it to be set via setPopup, rather than setTooltip it shows up appropreately after clicking the label. Is this a ZK problem and are there any workarounds? If not, how can i open a menu upwards?
I need a Menu which is opened upwards rather than downwards. I did't find a switch in the provided menu so i decided to write my own. My menu is effectively a label with a tooltip - the menu popup. Here is the tricky part. I open my custom menu in another tooltip. Menu popup does not show up. If i change it to be set via setPopup, rather than setTooltip it shows up appropreately after clicking the label. Is this a ZK problem and are there any workarounds? If not, how can i open a menu upwards?
Thanks in advance,
gcnew