Re: [Wt-interest] Database Support

2009-09-30 Thread Jesse Williamson
On Tue, 2 Jun 2009, Archimedes B. Cortes wrote: Or might as well use Qt to connect to DB if you already have it. See also SOCI and DTL. _Jesse Williamson ;-}; -- Come build with us! The BlackBerryreg; Developer

Re: [Wt-interest] Database Support

2009-09-30 Thread Sean Chittenden
http://code.google.com/p/boost-soci/ And now a boost version of SOCI. Check it out. Please download, use, etc. SOCI is as close and good of a DBI like layer as C++ has. -sc On Sep 29, 2009, at 5:56 PM, Jesse Williamson wrote: On Tue, 2 Jun 2009, Archimedes B. Cortes wrote: Or might

Re: [Wt-interest] Problems with WDialog

2009-09-30 Thread Stefano De Toni
SOLVED! The problem was in the file: /etc/wt/wt_config.xml in the option num-threads (Number of threads per process) In previous version of the libraries the default values was 10. In the last version of libraries the default value is 1 (Shouldn't be better to keep it greater than 1 by default?

Re: [Wt-interest] WDate and Time

2009-09-30 Thread Koen Deforche
Hey Andre, 2009/9/30 Andre Paim Lemos andrep...@gmail.com: Hi, Is there any advance in the implementaton of WDateTime? I want to use a WCartesianChart with a date/time x-axis... There is actually a WDateTime implementation sitting in a development branch, without specific release date

Re: [Wt-interest] Error in IE6 and IE8

2009-09-30 Thread Koen Deforche
Hey Roman, 2009/9/29 netconnect - Roman Zotter r...@netconnect.at: Got a problem: in IE6 and IE8, when i change a labeltext, the whole elements of the site are displacing. Can you send me a screenshot of what you would expect (e.g. from Firefox) and what you get (in IE ?) To narrow down the

Re: [Wt-interest] WDialog - dialog window grows

2009-09-30 Thread Koen Deforche
Hey Joseph, 2009/9/29 Joseph VanAndel vanan...@ucar.edu: There's a copy of dialogDemo.C on ftp://ftp.eol.ucar.edu/pub/temp/users/vanandel/dialogDemo.C I've also placed a copy of 'everywidget.css' in the same FTP directory, since dialogDemo.C uses it. Good news! It is the CSS file that

Re: [Wt-interest] Ext::MessageBox - invalid write after deletion

2009-09-30 Thread Koen Deforche
Hey David, 2009/9/29 David Galicia d.galici...@yahoo.com: I think maybe you should confirm whether you got and used the right result (message box button?) before deleting it. I'm interpreting the result passed by MessageBox::buttonClicked() as instructed by the docs when not using the exec

Re: [Wt-interest] Ext::MessageBox - invalid write after deletion

2009-09-30 Thread David Galicia
Thank you for updating the documentation on MessageBox; it makes mores sense Regards. -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this

Re: [Wt-interest] Error in IE6 and IE8

2009-09-30 Thread netconnect - Roman Zotter
Hmm thanks that you would help me, but i solved the problem. The error was in a css file, where I defined a vertical alignment, which made trouble in all IE versions :/ regards -Ursprüngliche Nachricht- Von: Koen Deforche [mailto:k...@emweb.be] Gesendet: Mittwoch, 30. September 2009

[Wt-interest] WComboBox

2009-09-30 Thread netconnect - Roman Zotter
Is it possible to set a style class for a single item in a WComboBox? Is there any type of function in which throws a pointer to all the item settings back? regards -- Come build with us! The BlackBerryreg; Developer

Re: [Wt-interest] WComboBox

2009-09-30 Thread Koen Deforche
Hey Roman, 2009/9/30 netconnect - Roman Zotter r...@netconnect.at: Is it possible to set a style class for a single item in a WComboBox? WComboBox will render the style class set in the StyleClassRole (you could e.g. use a WStandardItemModel which supports setting this role for an item), but

Re: [Wt-interest] WServer implementation

2009-09-30 Thread Lars Hamren
Hi, Sorry for having been out of touch for some time. I think that the WServer classes are at a stage where it would be a good idea for me to hand them over to Koen et al. They know how to best integrate my code into Wt. Dynamic loading has not been implemented, but I do not see it as very

[Wt-interest] WtreeView removeRows

2009-09-30 Thread Guy Deleeuw
Hello I have this warning : Warning (error?): illegal id in WTreeView::onItemEvent() When I remove a row from a WAbstractItemModel the function : void onClicked() { WAbstractItemModel *model = const_castWAbstractItemModel *(index_.model()); model-removeRows(index_.row(), 1) }

Re: [Wt-interest] WDialog - dialog window grows

2009-09-30 Thread OvermindDL1
On Wed, Sep 30, 2009 at 11:02 AM, Joseph VanAndel vanan...@ucar.edu wrote: OK, thanks for the explanation. Out of curiosity, do some browsers cache the everywidget.css file? (renaming the file didn't seem to change the behavior).   I had to comment out the 'useStyleSheet()' call to avoid