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
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
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/
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
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
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
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
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.