Re: [Wt-interest] Menu orientation

2008-11-13 Thread Koen Deforche
Hey Brad, 2008/11/9 Brad Hubbard [EMAIL PROTECTED]: The following appears to produce a vertically oriented menu where I would expect to see horizontal orientation. Is this right? You are right. It should be horizontal. However, the menu was not conceived with submenu's in a horizontal layout

Re: [Wt-interest] Menu orientation

2008-11-13 Thread Brad Hubbard
Koen Deforche wrote: You are right. It should be horizontal. However, the menu was not conceived with submenu's in a horizontal layout in mind. Sorry to add to your workload Koen, thanks for the reply. Three changes are needed: snip I get the idea. However, the result is still not

Re: [Wt-interest] Menu orientation

2008-11-10 Thread Brad Hubbard
Can anyone confirm this is correct/incorrect please? By the way, is anyone monitoring the bug tracker at http://sourceforge.net/tracker2/?func=browsegroup_id=153710atid=788856 ? Should I list this as a bug there? What is the preferred method of reporting bugs/errors? Let me know and I will

[Wt-interest] Menu orientation

2008-11-08 Thread Brad Hubbard
The following appears to produce a vertically oriented menu where I would expect to see horizontal orientation. Is this right? WContainerWidget* menu_area = new WContainerWidget( root() ); WStackedWidget* contents = new WStackedWidget( root() ); WMenu* menu = new WMenu( contents,