[Wt-interest] Basic HTML fallback for text browsers and sessions

2011-04-12 Thread Simon Walter
Hi all, I'm evaluating WT. It's very appealing for a number of reasons. One issue I am having is regarding how a WT application responds to requests when the client is a plain text browser. I need my apps to work flawlessly for text browsers, as I must support legacy handsets in Japan that hav

[Wt-interest] Building wt 3.1.9 with boost 1.46.1 with boost::filesystem3::path

2011-04-12 Thread Raymond Burkholder
Well, rather than building wt trunk with boost trunk, I've tried the latest releases together, and obtain the following error. Is wt 3.1.9 good with boost 1.46.1? [ 51%] Building CXX object src/CMakeFiles/wt.dir/Wt/WRasterImage.o [ 51%] Building CXX object src/CMakeFiles/wt.dir/Wt/FontSupportSim

Re: [Wt-interest] wt trunk, boost trunk, compile error building random

2011-04-12 Thread Dmitriy Igrishin
Hey Raymond, 2011/4/12 Raymond Burkholder > When using wt trunk, as of today, and boost trunk of today, building causes > an error when building wt's random_device. Should I be using trunks to > build wt? > > [46%] Building CXX object src/CMakeFiles/wt.dir/web/random_device.o > > /var/local/wt/

[Wt-interest] wt trunk, boost trunk, compile error building random

2011-04-12 Thread Raymond Burkholder
When using wt trunk, as of today, and boost trunk of today, building causes an error when building wt's random_device. Should I be using trunks to build wt? [46%] Building CXX object src/CMakeFiles/wt.dir/web/random_device.o /var/local/wt/src/web/random_device.cpp:45: error: 'const unsigned int

Re: [Wt-interest] Tracking users across tabs

2011-04-12 Thread Kurt Roeckx
On Tue, Apr 12, 2011 at 04:41:12PM +0200, Koen Deforche wrote: > Hey Kurt, > > 2011/4/10 Kurt Roeckx : > > Is there a way to know that the same user has opened the > > application is different tabs?  As far as I understand it, > > each tab creates a new application and so I can't share > > data be

Re: [Wt-interest] Wt internal error (on http://www.webtoolkit.eu)

2011-04-12 Thread Gaetano Mendola
On Tue, Apr 12, 2011 at 3:45 PM, Koen Deforche wrote: > Hey Gaetano, > > 2011/4/11 Gaetano Mendola : >> Hi all, I'm experiencing a dialog appearing with the string: >> >> "Wt internal error: TypeError: cannot call method 'appendChild', code: >> undefined, description: undefined". > > I could also

Re: [Wt-interest] Tracking users across tabs

2011-04-12 Thread Koen Deforche
Hey Kurt, 2011/4/10 Kurt Roeckx : > Is there a way to know that the same user has opened the > application is different tabs?  As far as I understand it, > each tab creates a new application and so I can't share > data between tabs. Yes. > So I would like to add something so that I know it's the

Re: [Wt-interest] Wt internal error (on http://www.webtoolkit.eu)

2011-04-12 Thread Koen Deforche
Hey Gaetano, 2011/4/11 Gaetano Mendola : > Hi all, I'm experiencing a dialog appearing with the string: > > "Wt internal error: TypeError: cannot call method 'appendChild', code: > undefined, description: undefined". I could also reproduce it. I believe it is not caused by the recent update to 3.