Re: [Wt-interest] Example for Wt::WSocketNotifier

2009-06-02 Thread Wim Dumon
2009/5/31 roberto roberto.pal...@gmail.com: Hello Koen, is it possible to have a look at a simple example with WSocketNotifier ? It seems I'm not able to make it working Which version of boost are you using? Are you testing on Linux or Windows? Best regards, Wim.

[Wt-interest] Weird: images are not rendered

2009-06-02 Thread Martin Dietze
Hi, I just deployed my application to an amazon server and experienced this very strange behaviour: All images are simply not rendered, i.e. the markup does not even contain them. Some of the images are created dynamically, but the problem even applies to the static ones, created like this:

Re: [Wt-interest] Weird: images are not rendered

2009-06-02 Thread Rogier Schouten
Are you using IE perhaps? I'm currently seeing no images in IE, probably due to the web server (I'm using whttpd) always replying http 304 (not modified). Firefox retrieves the image anyway. Rogier -Original Message- From: Martin Dietze [mailto:d...@fh-wedel.de] Sent: dinsdag 2 juni

Re: [Wt-interest] Weird: images are not rendered

2009-06-02 Thread Adrian Sutherland
There are a bunch of [free/open] http proxies that you can run on your workstation and are designed to allow debugging of web apps. (i.e. they allow you to inspect the traffic between the browser and server) I haven't used one for a few years and cannot remember which one I did use - sorry.

Re: [Wt-interest] Weird: images are not rendered

2009-06-02 Thread Koen Deforche
Hey Martin, 2009/6/2 Martin Dietze d...@fh-wedel.de: Hi,  I just deployed my application to an amazon server and experienced this very strange behaviour: All images are simply not rendered, i.e. the markup does not even contain them. Some of the images are created dynamically, but the

Re: [Wt-interest] Weird: images are not rendered

2009-06-02 Thread Martin Dietze
On Tue, June 02, 2009, Koen Deforche wrote: Bizarre. Could you check using any of the following methods where the image is lost: - in the response generated by Wt using Firebug (e.g. in the Console for an update for an event that should create a Div) ? - in the DOM (Firebug - inspect DOM)

[Wt-interest] clear() crashed application

2009-06-02 Thread Torsten Schulz
Hello, since 2.99.2 my application crashed on WTableCell::clear(). And in Debugger he sayd it crashes in WContainerWidget::insertWidget if it goes to insertBefore(widget, children()[index]). Do you have changed anything I missed? Or is it a bug? Greetings Torsten

Re: [Wt-interest] clear() crashed application

2009-06-02 Thread Koen Deforche
Hey Torsten, 2009/6/2 Torsten Schulz kont...@tseucs.de: Hello, since 2.99.2 my application crashed on WTableCell::clear(). And in Debugger he sayd it crashes in WContainerWidget::insertWidget if it goes to insertBefore(widget, children()[index]). Do you have changed anything I missed? Or

Re: [Wt-interest] Global Variables

2009-06-02 Thread Archimedes B. Cortes
Just want to share this regarding CMakeLists.txt variables. When I want to get rid of them, I manually code the CMakeLists as follows :) : CMakeLists.txt: ADD_EXECUTABLE(prog main.cpp ) TARGET_LINK_LIBRARIES(prog wt wtext wthttp boost_thread boost_signals

Re: [Wt-interest] Database Support

2009-06-02 Thread Archimedes B. Cortes
Or might as well use Qt to connect to DB if you already have it. Joe Croft wrote: I found the tntdb @ http://www.tntnet.org/tntdb.html is a nice interface, similar to the Qt way of handling data -joe On Tuesday 26 May 2009 13:31:27 Shane Kerns wrote: Is there a way to make calls to

Re: [Wt-interest] make error 2 installing wt (boost related)

2009-06-02 Thread Archimedes B. Cortes
Kindly try: BOOST_ASIO_INCLUDE /usr/local/include/boost-1_38/boost/asio and BOOST_DIR/usr/local/boost-1_38 Osei Simba Hinds wrote: Good day, I am installing wt-2.99.1 but when I try to make after using Cmake (config details I used below) I get a

Re: [Wt-interest] Global Variables

2009-06-02 Thread Shane Kerns
Fantastic, this is exactly what I wanted. Thanks a million. FYI I got it working with SConstruct though :). On Mon, Jun 1, 2009 at 10:39 PM, Archimedes B. Cortes acor...@gmanmi.tvwrote: Just want to share this regarding CMakeLists.txt variables. When I want to get rid of them, I manually

Re: [Wt-interest] Example for Wt::WSocketNotifier

2009-06-02 Thread roberto
On Tue, 02 Jun 2009 10:28:23 +0200, Wim Dumon wrote: 2009/5/31 roberto roberto.pal...@gmail.com: Hello Koen, is it possible to have a look at a simple example with WSocketNotifier ? It seems I'm not able to make it working Which version of boost are you using? Are you testing on