Koen Deforche <k...@emweb.be> writes: > Hey Randy, > > Perhaps it's really about how you are using the API, can you show in a > simple test case what is failing?
Hi koen, Well here's the whole ball-of-wax: http://www.digitalsignallabs.com/gcf.zip It's a pretty simple site (so far), so hopefully it will be obvious. See the GCF:: constructor in gcf.cpp. By the way, I tried setting the overflow via root()->setOverflow(Wt::WContainerWidget::OverflowAuto); but it still doesn't work. I saw some caveat about a problem with layout interaction somewhere in the documentation and was going to take a deeper look but haven't gotten around to it. While I'm circulating the attachment, can I ask about another problem I'm having? I am not getting a WApplication::internalPathChanged notification. See the .connect() and slot in gcfheader.cpp, and the WApplication::setInternalPath in the constructor in gcfapplication.cpp, please. --Randy > > Regards, > koen > > > 2013/12/1 Stefan Ruppert <s...@myarm.com> > >> Hi Randy, >> >> I have just looked at your example and examined the generated HTML code. >> The <body> element of your app has the class Wt-layout and the overflow >> css attribute is set to hidden. >> >> Thus I assume you need to change the overflow attribute of the root >> element by calling: >> >> root()->setOverflow(WContainerWidget::OverflowAuto); >> >> or >> >> root()->setOverflow(WContainerWidget::OverflowScroll); >> >> if the scrollbars should be visible all the time. >> >> Regards, >> Stefan >> >> Am 29.11.2013 05:32, schrieb Randy Yates: >> > PSS: You can see the (very incomplete, rough and simple) >> > site temporarily here: >> > >> > http://galois.digitalsignallabs.com:9090/ >> > >> > I'll keep it up for the night (US/EST). >> > >> > --Randy >> > >> > Randy Yates <ya...@digitalsignallabs.com> writes: >> > >> >> Randy Yates <ya...@digitalsignallabs.com> writes: >> >> >> >>> I've noticed that, even though i've set an explicit length via >> >>> >> >>> root()->resize(Wt::WLength::Auto, 600); >> >>> >> >>> the browser vertical scrollbars do not pop up when I resize the window >> >>> smaller than 600. Is there a trick to get that to happen? >> >> >> >> PS: I'm using layouts. I.e., all widgets are added to a top-level >> >> WVBoxLayout. Yet it is the widget, not the layout, that is sized. Or is >> >> it? I admit I'm a bit confused on who (widget or layout) maintains and >> >> manages sizing. >> > >> >> >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk >> _______________________________________________ >> witty-interest mailing list >> witty-interest@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > witty-interest mailing list > witty-interest@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/witty-interest -- Randy Yates Digital Signal Labs http://www.digitalsignallabs.com ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest