Re: [Wt-interest] Missing children() methods?

2008-09-11 Thread Koen Deforche
Hey Richard, 2008/9/3 Richard Dale [EMAIL PROTECTED]: In the Qt api, the QObject class has a public children() method and I use the method in the QtRuby bindings for marking ruby instances as not needing garbage collection. In RubyWt I am having problems with some widgets being garbage

[Wt-interest] Stupid question about WTimer

2008-09-11 Thread Pau Garcia i Quiles
Hello, Is WTimer supposed to work server-side or only client-side? (it's not working for me server-side, it never timeouts). I've tried with Wt 2.1.5 and CVS. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer)

Re: [Wt-interest] WApplication::enableUpdates()

2008-09-11 Thread Koen Deforche
Hey, 2008/9/6 [EMAIL PROTECTED]: Has anyone used this along with triggerUpdate() on FCGI deployment? On my setup this works fine when launching with embedded HTTP server, but with fcgi+apache it fails. Application launches but any event leads to application reload... Do you get any errors

Re: [Wt-interest] Adding custom translators

2008-09-11 Thread Koen Deforche
Hey all, 2008/8/29 Koen Deforche [EMAIL PROTECTED]: 1. Add an abstract base class WTranslator (below). I named it WLocalizedStrings. 2. Make WMessageResourceBundle inherit WTranslator; 3. Change WApplication::messageResourceBundle_ from WMessageResourceBundle to

Re: [Wt-interest] Examples not working!

2008-09-11 Thread Koen Deforche
Hey Andy, 2008/9/9 Andy Fong [EMAIL PROTECTED]: I first tried the latest release download and the chart example. The page came up but all the graph a blank. I am using FF3 and when I look at the examples online from the main web site, it shows up correctly, so the broswer should be fine. How

Re: [Wt-interest] Stupid question about WTimer

2008-09-11 Thread Pau Garcia i Quiles
Quoting Koen Deforche [EMAIL PROTECTED]: Hey Pau, 2008/9/11 Pau Garcia i Quiles [EMAIL PROTECTED]: Hello, Is WTimer supposed to work server-side or only client-side? (it's not working for me server-side, it never timeouts). I've tried with Wt 2.1.5 and CVS. It is implemented

Re: [Wt-interest] examples build target with fcgi

2008-09-11 Thread Koen Deforche
Hey Misi, 2008/9/10 misi e [EMAIL PROTECTED]: yes, linux. Wt was latest version downloaded 2 weeks ago (do not have access now to the machine). Why is fcgi connector support on Linux an issue? It isn't. To use the FastCGI connector with the examples, you need to have in your CMakeCache.txt: