But also for sizing I have a problem: when I click a menu item, instead
of showing a dropdown list of items, I see two arrows, like if the
available space is not enough to show all the menu.
Also here I think there is an error in coordinate system, but I still
have to identify it.


This most likely due to a missing implementation of Os2SalFrame::GetWorkArea(). This method is supposed to return the screen size and is used in the menu code to check if the menu fits on the screen. If it would exceed the screen the arrows will appear. Assuming that your method returns an empty rectangle the menu will never fit.

Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to