Re: [Wt-interest] Global Variables

2009-06-05 Thread Archimedes B. Cortes
errors points to threading, just to see the application executes right away. :) Shane Kerns wrote: 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.tv mailto:acor

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

2009-06-05 Thread Archimedes B. Cortes
in default location BOOST_INCLUDE_DIRS - /usr/local/include/boost-1_38 This works :) Archimedes B. Cortes wrote: 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

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] Switching Between Visible Dialogs

2009-04-17 Thread Archimedes B. Cortes
Thanks :) Koen Deforche wrote: Hey Archimedes, 2009/4/7 Archimedes B. Cortes acor...@gmanmi.tv: I've created two dialogs and made them both visible. There is one current active dialog, the last one that was created in the constructor. Now, I want to switch to the other by clicking

[Wt-interest] Switching Between Visible Dialogs

2009-04-07 Thread Archimedes B. Cortes
Ah, yes, I remember now. I stopped when I read from the documentation that only a single dialog may be constructed at any time. Can't we have a non-modal dialog? -- This SF.net email is sponsored by: High Quality

[Wt-interest] Switching Between Visible Dialogs

2009-04-07 Thread Archimedes B. Cortes
Hi! I've created two dialogs and made them both visible. There is one current active dialog, the last one that was created in the constructor. Now, I want to switch to the other by clicking and without closing the first one. Is this possible? Am I using the correct widget? I remember

Re: [Wt-interest] Wrappers for Qt

2008-06-13 Thread Archimedes B. Cortes
Pau Garcia i Quiles wrote: BTW, combining Qt with Wt is trickier than what it might look like: you need to combine both event loops. When this kind of setup arises, I usually run them in two separate threads at main(). I just create a mechanism for the two threads to communicate when

[Wt-interest] Floating WWidget

2008-06-02 Thread Archimedes B. Cortes
I was reading the limitation of Wt dialogs. It says, Only one WDialog window may exist at any time in a single application. An attempt to instantiate a second dialog will result in an exception that terminates the session. I admit I have not gone through all the Wt manual, please direct me if

[Wt-interest] 64bit

2008-05-21 Thread Archimedes B. Cortes
I'm getting this build error. I hope it's not a 64bit issue. [ 8%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-string.o [ 8%] Building CXX object src/CMakeFiles/wt.dir/wt/WAbstractItemModel.o /usr/include/boost/any.hpp: In function `ValueType boost::any_cast(const boost::any) [with

[Wt-interest] 64 Bit

2008-05-21 Thread Archimedes B. Cortes
I better search first through the email list for this issue. I just want to note here that my next concern is 64 Bit build. -- ABC-90106446 - This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [Wt-interest] 64bit

2008-05-21 Thread Archimedes B. Cortes
g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8) 2.6.9-55.ELsmp cmake version 2.6-patch 0 boost-1_35 I really appreciate your patience, Sir. :) Koen Deforche wrote: Hey Archimedes, On Wed, May 21, 2008 at 11:54 AM, Archimedes B. Cortes [EMAIL PROTECTED] wrote: I'm getting this build error. I

Re: [Wt-interest] 64bit

2008-05-21 Thread Archimedes B. Cortes
All required libs were compiled from source. I can't do yum. I think I better follow the guidelines from wiki. Thanks. Koen Deforche wrote: Hey Archimedes, On Wed, May 21, 2008 at 11:54 AM, Archimedes B. Cortes [EMAIL PROTECTED] wrote: I'm getting this build error. I hope it's

Re: [Wt-interest] Inter-Session Communication

2008-05-19 Thread Archimedes B. Cortes
Hahaha! :) I am now seeing what you mean. Sorry, I did not do a test on two opened browser. Gee! It's really working! Koen Deforche wrote: Hey Archimedes, 2008/5/19 Archimedes B. Cortes [EMAIL PROTECTED]: I'm currently working on a chat application. It's client was done in Flex

Re: [Wt-interest] Inter-Session Communication

2008-05-19 Thread Archimedes B. Cortes
I'm not sure yet. Company proxy must be blocking the port/link. I can't connect. With my implementation, I already have the buddy list and groups. Added feature were SMS integration. I think this would be nicer in Wt. Koen Deforche wrote: Hey Archimedes, 2008/5/19 Archimedes B. Cortes

Re: [Wt-interest] Inter-Session Communication

2008-05-19 Thread Archimedes B. Cortes
Yes, with the widgets ready, we don't have to bother about them. Also, I noticed the speed of development in Wt and we don't have to re-invent the wheel just like what we did. Koen Deforche wrote: Hey Archimedes, On Mon, May 19, 2008 at 11:38 AM, Archimedes B. Cortes [EMAIL PROTECTED] wrote

Re: [Wt-interest] New CVS repository

2008-05-15 Thread Archimedes B. Cortes
I haven't tried solving the problem myself yet, I'm getting this error on compiling wt from CVS. /home/gmanmi/cvs/wt/src/web/WebSession.C: In static member function ‘static void Wt::WebSession::Handler::attachThreadToSession(Wt::WebSession)’: /home/gmanmi/cvs/wt/src/web/WebSession.C:276: