Re: [Wt-interest] Unpleasant change in CVS: Wt include directories

2008-07-14 Thread Guy Deleeuw
Hello Great improvement Guy Koen Deforche a écrit : All, Unless your hobby is setting up build files or configure scripts, I am afraid the latest CVS commit will draw your attention to an unpleasant change. Until now, Wt installed its include files directly into the (...)/include

[Wt-interest] ia64 errors

2008-07-14 Thread Guy Deleeuw
Hello This problem appear before and disappear last months but from the last cvs : [ 19%] Building CXX object src/CMakeFiles/wt.dir/wt/WEnvironment.o /tmp/cckuFaCz.s: Messages de l'assembleur: /tmp/cckuFaCz.s:347: AVERTISSEMENT:Use of 'add' may violate WAW dependency 'GR%, % in 1 - 127'

[Wt-interest] errors on example hello-widgetset

2008-12-04 Thread Guy Deleeuw
Hi all When building the examples I receive theses errors : Linking CXX executable hello-widgetset.wt CMakeFiles/hello-widgetset.wt.dir/hello.o: In function `main': /home/guy/Docs/Dev/wt/src/wt/examples/hello-widgetset/hello.C:112: undefined reference to

Re: [Wt-interest] errors on example hello-widgetset

2008-12-06 Thread Guy Deleeuw
Hello Guy Deleeuw a écrit : Hello Koen, Koen Deforche a écrit : WidgetSet mode currently only works with the built-in httpd... (which you still can use together with apache using a reverse proxy). Ah ok, in this case could you skip the compilation of WidgetSet because when

[Wt-interest] WDialog and title

2008-12-22 Thread Guy Deleeuw
Hello It is possible to have a small function to hide/show the titlebar ? thanks in advance Guy -- ___ witty-interest mailing list witty-interest@lists.sourceforge.net

[Wt-interest] setText on a WCheckBox does not work !

2008-12-29 Thread Guy Deleeuw
Hello all all in the subject :-) Regards Guy -- ___ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest

Re: [Wt-interest] setText on a WCheckBox does not work !

2008-12-30 Thread Guy Deleeuw
Regards, Dushan Guy Deleeuw wrote: Hello all all in the subject :-) Regards Guy -- ___ witty-interest mailing list witty-interest@lists.sourceforge.net https

Re: [Wt-interest] A Test Case about Ext::TooBar hiding and showing

2009-01-05 Thread Guy Deleeuw
Hello all // if hide topToolBarMore first, the WWidget::show() slot will not work; // if comment this clause, the show() and hide() will perform correctly. topToolBarMore-hide(); Thanks for the reproducible bug report. This has been fixed now in CVS. With this

Re: [Wt-interest] WDialog and title

2009-01-07 Thread Guy Deleeuw
Hello all, It is possible ? Regards Guy Guy Deleeuw a écrit : Hello It is possible to have a small function to hide/show the titlebar ? thanks in advance Guy -- Check out the new SourceForge.net Marketplace

Re: [Wt-interest] WDialog and title

2009-01-08 Thread Guy Deleeuw
=10086, stat=139 Regards Guy Koen Deforche a écrit : Hey Guy, 2009/1/7 Guy Deleeuw g.de_le...@eurofer.be: Hello all, It is possible ? It's there, in CVS: setTitleBarEnabled(). Regards, koen

Re: [Wt-interest] WDialog and title

2009-01-08 Thread Guy Deleeuw
Hello Koen, Work better from cvs at 17h40 many thanks it's just what I need. Regards Guy Guy Deleeuw a écrit : Hello Koen, Thanks for this new feature But crash from last cvs [warn] WContainerWidget: applying Layout manager to non-empty WContainerWidget. Container is cleared. [error

[Wt-interest] last cvs

2009-02-26 Thread Guy Deleeuw
Hello I cannot build last cvs, due to this error : CMake Error: Error in cmake code at /home/guy/Docs/Dev/wt/src/wt/test/CMakeLists.txt:1: SUBDIRS Incorrect SUBDIRS command. Directory: treeview does not exists. Regards Guy

Re: [Wt-interest] 1.) live applications and 2.) the gnu license

2009-03-05 Thread Guy Deleeuw
and so more ... you cannot imagine ! :-) misi e a écrit : thanks, in Ze Belgian country, naiZ beer, naiZ chocolate, and naiZ web applications :) 2009/3/2 bvh bvh-wi...@irule.be mailto:bvh-wi...@irule.be On Sat, Feb 21, 2009 at 01:37:04AM +0100, bvh wrote: I am currently

[Wt-interest] WDialog

2009-03-21 Thread Guy Deleeuw
Hello, It is possible to resize by handle a corner and move a WDialog by handle the title bar ? Thanks in advance Guy -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with

Re: [Wt-interest] cannot build from last cvs

2009-04-22 Thread Guy Deleeuw
Hello Koen, Thanks for your attention [...@pcgd-c:~/Docs/Dev/wt/src] $ ll /usr/local/boost_1_38/lib/libboost_regex* -rw-r--r-- 1 root root 2023496 2009-04-22 09:41 /usr/local/boost_1_38/lib/libboost_regex-gcc41-mt-1_38.a lrwxrwxrwx 1 root root 38 2009-04-22 09:40

Re: [Wt-interest] cannot build from last cvs [SOLVED]

2009-04-22 Thread Guy Deleeuw
BOOST_COMPILER=gcc41 Guy Deleeuw a écrit : Hello Koen, Thanks for your attention [...@pcgd-c:~/Docs/Dev/wt/src] $ ll /usr/local/boost_1_38/lib/libboost_regex* -rw-r--r-- 1 root root 2023496 2009-04-22 09:41 /usr/local/boost_1_38/lib/libboost_regex-gcc41-mt-1_38.a lrwxrwxrwx 1 root

[Wt-interest] Http error

2009-04-22 Thread Guy Deleeuw
Hello When compiling my app with the last cvs (2.99) I have these errors. /usr/local/include/Wt/WEnvironment:72: error: ‘Http’ has not been declared /usr/local/include/Wt/WEnvironment:72: error: expected ‘;’ before ‘’ token /usr/local/include/Wt/WEnvironment:87: error: expected `;' before

Re: [Wt-interest] Http error

2009-04-23 Thread Guy Deleeuw
Hello Koen, Thanks work now Regards Guy Koen Deforche a écrit : Hey Guy, 2009/4/22 Guy Deleeuw g.de_le...@eurofer.be: Hello When compiling my app with the last cvs (2.99) I have these errors. /usr/local/include/Wt/WEnvironment:72: error: ‘Http’ has not been declared /usr/local

[Wt-interest] crash with getParameter call

2009-04-23 Thread Guy Deleeuw
Hello From last cvs 2.99, wt crash in this call : wApp-environment().getParameter(param); param = userID Regards Guy -- Stay on top of everything new and different, both inside and around Java (TM) technology -

Re: [Wt-interest] crash with getParameter call

2009-04-24 Thread Guy Deleeuw
Hello Koen, Koen Deforche a écrit : Careful! The behavior was changed. It probably crashes because you try to assign the result (0) to a std::string. True, sorry for the sound ! Regards Guy -- Crystal Reports

[Wt-interest] crash in 2.99.1

2009-05-01 Thread Guy Deleeuw
Hello I have a crash with this line : std::string strUserRootPath(WString::tr(rootPath).narrow()); [2009-May-01 15:18:30.451597] 19022 - [notice] Caught SIGCHLD: pid=19023, stat=139 [2009-May-01 15:18:30.452265] 19022 - [notice] Spawned session process: pid = 19038 [2009-May-01

Re: [Wt-interest] crash in 2.99.1

2009-05-04 Thread Guy Deleeuw
Hello Koen Koen Deforche a écrit : Hey Guy, 2009/5/1 Guy Deleeuw g.de_le...@eurofer.be: Hello I have a crash with this line : std::string strUserRootPath(WString::tr(rootPath).narrow()); Are you sure this is the offending line? I could not reproduce this. What

Re: [Wt-interest] crash in 2.99.1

2009-05-04 Thread Guy Deleeuw
Hello I confirm, the attachThread cause the crash. Regards Guy Guy Deleeuw a écrit : I'm not sure, but in previous version of Wt this line work fine, in 2.99.1 no. I add just a fprintf(stderr, blabla); before and after this line, i see the first output but not the second. The rootPath

Re: [Wt-interest] signal finished in a WDialog

2009-06-14 Thread Guy Deleeuw
Hello sorry for the sound, error in my dev. Regards Guy Guy Deleeuw a écrit : Hello, The signal finished in a WDialog are never triggered. Anyone can confirm this ? Regards Guy -- Crystal Reports - New Free

Re: [Wt-interest] WDialog question

2009-07-07 Thread Guy Deleeuw
Hello, boost 1.39 has a bug in the bootstrap.sh and the libraries are installed under /lib try this (under unix box) sed -i -e s/EXPREFIX/EPREFIX/ ./bootstrap.sh And rebuild regards Guy Hello, I can't build git version of Wt with boost 1.39 : /home/jmcaricand/wt/src/http/Server.C: In

[Wt-interest] fast cgi

2009-07-13 Thread Guy Deleeuw
Hello, which module are better for wt ? libapache2-mod-fastcgi or libapache2-mod-fcgid ? Thanks in advance Guy -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a

[Wt-interest] Ext::ComboBox currentIndex crash

2009-08-31 Thread Guy Deleeuw
Hello, Ext::ComboBox.currentIndex() crash. With this combobox I use : Ext::ComboBox* m_cbbExtContact = new Ext::ComboBox(0); m_cbbExtContact-setTextSize(60); m_cbbExtContact-setModel(m_pModel); m_cbbExtContact-setModelColumn(1); m_cbbExtContact-setEditable(true);

Re: [Wt-interest] Ext::ComboBox currentIndex crash

2009-09-01 Thread Guy Deleeuw
Hello, Your example work and I not see what could give this crash. No model into the combobox ? Regards Guy Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f77decdc950 (LWP 29933)] Wt::Ext::ComboBox::count (this=0x0) at

[Wt-interest] strange warning

2009-09-07 Thread Guy Deleeuw
Hello all I have this message in the error.log of apache when I use WPanel [warn] WContainerWidget::addWidget(): reparenting widget Important ? Regards Guy -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Wt-interest] strange warning

2009-09-07 Thread Guy Deleeuw
Hi Zhimin Thanks, solved. Regards Guy Zhimin Song a écrit : hi, Guy You can search reparenting widget in the archive, good luck Regards zhimin Archive 2009/9/7 Guy Deleeuw g.de_le...@eurofer.be mailto:g.de_le...@eurofer.be Hello all I have this message

[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) }

[Wt-interest] WPanel title bar

2009-10-16 Thread Guy Deleeuw
Hello It is possible to change the return of the titlebar() function in a WPanel to obtain the container ? Regards Guy -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer

Re: [Wt-interest] WAbstractItemDelegate

2009-10-16 Thread Guy Deleeuw
to assign a WAbstractItemDelegate to a certain column. If you require a specific widget relative to the row you're dealing with, maybe this can be done within the WAbstractItemDelegate implementation? kind regards, Pieter 2009/10/13 Guy Deleeuw g.de_le...@eurofer.be mailto:g.de_le

[Wt-interest] WLineEdit

2009-10-16 Thread Guy Deleeuw
Hello How can I select the content of a WLineEdit ? (I can give the focus, but not select automatically the content). Regards Guy -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only

Re: [Wt-interest] WAbstractItemDelegate

2009-11-01 Thread Guy Deleeuw
Hello Koen, What do you intend with giving focus to a row/column: giving focus to an input field in a custom delegate? Are you hinting at a WTreeView::setFocus(WModelIndex index) method, and the addition of a setFocus() method in the WAbstractItemDelegate class to give an input field focus ?

Re: [Wt-interest] WLineEdit

2009-11-01 Thread Guy Deleeuw
Hello Koen, Koen Deforche a écrit : WLineEdit *el = ... wApp-doJavaScript(el-jsRef() + .select();); I try this workaround but it's not work : I have a TabWidget and this line edit are on a non active tab. After the wApp-doJavaScript(el-jsRef() + .select();); function I cannot select

Re: [Wt-interest] WAbstractItemModel : remove row

2009-11-10 Thread Guy Deleeuw
Hello Koen, Koen Deforche a écrit : Hey Guy, 2009/11/7 Guy Deleeuw g.de_le...@eurofer.be: Hello, This function : model-removeRows(index_.row(), 1); give me this error in the apache2 log : Warning (error?): illegal id in WTreeView::onItemEvent() All work fine, it is important

[Wt-interest] tree

2009-11-10 Thread Guy Deleeuw
Hello all I have theses errors regulary with a WTree and the tree are not correctly rendered : [Tue Nov 10 18:28:09 2009] [error] [client 127.0.0.1] File does not exist: /var/www/wt/gdQuery2/nav-plus-line-last.gif, referer: http://localhost/wt/gdQuery2/gdQuery2.wt [Tue Nov 10 18:28:09 2009]

Re: [Wt-interest] tree

2009-11-12 Thread Guy Deleeuw
Hello Koen, No theses 3 icons are available in the resources/ directory of my application. I would suspect you are missing these little images, which are available in Wt's resources/ folder ? Regards Guy --

Re: [Wt-interest] tree

2009-11-12 Thread Guy Deleeuw
Hello Koen, But for some reason, they are assumed to be available in the top level directory of your application. Have you used setImagePack(resources/) on the tree root ? Is the problem, I investigate more today. I use setImagePack for the tree icons but is not the resources/ but icons/

[Wt-interest] error from last cvs

2009-11-26 Thread Guy Deleeuw
Hello all, I have this error after update from last cvs : Wt internal error: TypeError: document.defaultView.getComputedStyle(c, null) is null, code: undefined, description: undefined Regards Guy -- Let Crystal Reports

[Wt-interest] WTextEdit and plugins

2009-12-26 Thread Guy Deleeuw
Hello I try to add the table plugins to the WTextEdit widget. But It's not working. Anyone have a small example ? Here the code WTextEdit *edit = new Wt::WTextEdit(); edit-setExtraPlugins(table); std::string strCfg = edit-toolBar(0); strCfg += ,|,tablecontrols;

Re: [Wt-interest] WTextEdit and plugins

2009-12-26 Thread Guy Deleeuw
Hello Work now. WTextEdit *edit = new Wt::WTextEdit(); edit-setExtraPlugins(table); root()-addWidget(edit); std::string strCfg = edit-toolBar(0); strCfg += ,|,tablecontrols; edit-setToolBar(0, strCfg); Regards Guy Le 26/12/09 16:54, Guy Deleeuw a écrit : Hello I try

[Wt-interest] redirecting to another tab navigator

2010-01-21 Thread Guy Deleeuw
Hello, It is possible to open a new tab into firefox with a new link to a pdf file but without the widget WAnchor or with this widget and triggering the click from the application ? Regards Guy -- Throughout its

Re: [Wt-interest] redirecting to another tab navigator

2010-01-21 Thread Guy Deleeuw
Hello Koen, Thanks for your answer. Do you see another way to push the file in a same tab ? Regards Guy Le 21/01/10 16:13, Koen Deforche a écrit : Hey Guy, 2010/1/21 Guy Deleeuwg.de_le...@eurofer.be: Hello, It is possible to open a new tab into firefox with a new link to a pdf file but

Re: [Wt-interest] redirecting to another tab navigator

2010-01-22 Thread Guy Deleeuw
Hello Koen, Le 22/01/10 08:16, Koen Deforche a écrit : I think wApp-redirect(resource-url()) should do that. Just what I search ! many thanks. Regards Guy -- Throughout its 18-year history, RSA Conference consistently

Re: [Wt-interest] Fosdem 2010

2010-02-05 Thread Guy Deleeuw
Hello, I try to be present Saturday, but not sure, else drink my beer :-) Regards Guy Le 04/02/10 23:06, Koen Deforche a écrit : Hey all, As there was no strong preference for either Friday or Saturday (and Google is paying for beers on Friday), let's meet during the beer event

[Wt-interest] WMenu cannot remove item(s)

2010-04-26 Thread Guy Deleeuw
Hello all, It is possible to change the WMenu to allow removing items also when is not render as list ? Regards Guy -- ___ witty-interest mailing list

[Wt-interest] last cvs

2010-06-15 Thread Guy Deleeuw
Hello Compiling from last cvs produce this error : error: Wt/Ext/Menu: No such file or directory Regards Guy -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE

Re: [Wt-interest] last cvs

2010-06-15 Thread Guy Deleeuw
Hello Dmitriy Because I need the last update from Koen. Regards Guy Le 15/06/10 22:38, Dmitriy Igrishin a écrit : Hey Guy, What the reason to use latest CVS instead of latest GIT version? Regards, Dmitriy 2010/6/16 Guy Deleeuw g.de_le...@eurofer.be mailto:g.de_le...@eurofer.be Hello

Re: [Wt-interest] last cvs

2010-06-16 Thread Guy Deleeuw
Hello Wim Le 16/06/10 09:51, Wim Dumon a écrit : Hello Guy, I just checked the latest git version, it compiles without problems here. On my laptop also, but on our server I remove completely the previous wt install and in this case some Ext header files are missing after the install

[Wt-interest] WSuggestionPopup

2010-06-25 Thread Guy Deleeuw
Hello I use a WSuggestionPopout with a model. How I can retrieve the row selected directly from the model ? Regards Guy -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE

Re: [Wt-interest] WSuggestionPopup

2010-06-28 Thread Guy Deleeuw
Hello Koen, Also, I cannot remove all rows from the model with this widget. Regards Guy Le 28/06/10 14:40, Koen Deforche a écrit : Hey Guy, 2010/6/25 Guy Deleeuwg.de_le...@eurofer.be: Hello I use a WSuggestionPopout with a model. How I can retrieve the row selected directly from the

Re: [Wt-interest] WSuggestionPopup

2010-06-29 Thread Guy Deleeuw
Hello Koen, Le 28/06/10 15:38, Koen Deforche a écrit : Hey Guy, 2010/6/28 Guy Deleeuwg.de_le...@eurofer.be: Hello Koen, Also, I cannot remove all rows from the model with this widget. Looking at the WSuggestionPopup implementation, I can see there is a bug related to this. Are

Re: [Wt-interest] [3.1.7] Wt-internal error

2010-11-29 Thread Guy Deleeuw
Hello I have the same problem on firefox 3.6.12 under ubuntu 10.04 Wt internal error: TypeError: b is null, code: undefined, description: undefined Regards Guy Le lundi 29 novembre 2010 à 13:54 +0100, Gaetano Mendola a écrit : Hi all, after having upgraded to 3.1.7 I'm getting this error on an

Re: [Wt-interest] [3.1.7] Wt-internal error

2010-11-29 Thread Guy Deleeuw
Hello Koen, Le lundi 29 novembre 2010 à 22:09 +0100, Koen Deforche a écrit : Hey all, 2010/11/29 Guy Deleeuw g.de_le...@eurofer.be: Hello I have the same problem on firefox 3.6.12 under ubuntu 10.04 Wt internal error: TypeError: b is null, code: undefined, description: undefined

[Wt-interest] Wow to

2010-12-02 Thread Guy Deleeuw
Hello How can I cancel a WPopupMenu-exec() ? Thanks in advance Guy -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing

Re: [Wt-interest] Wow to

2010-12-02 Thread Guy Deleeuw
Hello Koen, Le jeudi 02 décembre 2010 à 14:23 +0100, Koen Deforche a écrit : Hey Guy, 2010/12/2 Guy Deleeuw g.de_le...@eurofer.be: Hello How can I cancel a WPopupMenu-exec() ? From within which event would you be doing this? It's not hard to add (there is a private method that does

Re: [Wt-interest] Wow to

2010-12-02 Thread Guy Deleeuw
Hello Oups ! error of my code. sorry for the sound. Regads Guy Le jeudi 02 décembre 2010 à 15:55 +0100, Guy Deleeuw a écrit : Hello Koen, Le jeudi 02 décembre 2010 à 14:23 +0100, Koen Deforche a écrit : Hey Guy, 2010/12/2 Guy Deleeuw g.de_le...@eurofer.be: Hello How can I cancel

Re: [Wt-interest] Compiling Wt Examples

2011-05-05 Thread Guy Deleeuw
Hello John, Le jeudi 05 mai 2011 à 12:47 -0300, John Robson a écrit : Error: http://paste.ubuntu.com/603772/ What's missing? following the line 46 in your error report : -- ** Not building wt-homepage example: requires boost_filesystem library. the boost library is missing Regards Guy

Re: [Wt-interest] calender

2011-06-28 Thread Guy Deleeuw
Hello, Le mardi 28 juin 2011 à 10:27 +0530, PARVINDER RAJPUT a écrit : Check this line : calendar-selected().connect(root(), addWidget::daySelected); and change to : connect(SLOT(this, HelloApplication::daySelected)); create the HelloApplication::daySelected() function Regards Guy

[Wt-interest] building last git

2011-10-01 Thread Guy Deleeuw
Hello all I make an upgrade of witty, but I cannot build last git correctly Here the errors messages : [ 85%] Building CXX object test/CMakeFiles/test.dir/private/DboImplTest.o Linking CXX executable test CMakeFiles/test.dir/models/WBatchEditProxyModelTest.o: In function `boost::signal6void,

Re: [Wt-interest] layout problems with witty 3.2.1

2012-04-05 Thread Guy Deleeuw
Hello, I think it is fixed in last git Regards Guy Le jeudi 05 avril 2012 à 00:47 +0200, Albert Scholl a écrit : Hi Matthew am Mittwoch, 4. April 2012 um 14:05 schrieben Sie u. a.: I would guess possibly, you may not have copied the new static css and images over to your app from the