Hi everyone,
In my web application the popup window for a wt datepicker gets placed too
far to the right, off the screen limit in IE 8. It turned out although
position absolute is set, still a relative pixel offset is assumed by IE.
In Skeleton/wt.js I found a noreparent flag . when i set noreparent to true
by editting WDatePicker.C the problem is fixed. However I am not really
sure what purpose this reparenting serves and whether I broke something
else by disabling the reparenting or if there is a better solution to this
problem.
Any ideas?
Thanks in advance,
Jasper
On Wed, Aug 14, 2013 at 11:08 PM, <
witty-interest-requ...@lists.sourceforge.net> wrote:
> Send witty-interest mailing list submissions to
> witty-interest@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/witty-interest
> or, via email, send a message with subject or body 'help' to
> witty-interest-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> witty-interest-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of witty-interest digest..."
>
>
> Today's Topics:
>
> 1. [KOEN] Building wt-git tree with the highest warning levels
> (Antonio Mancina)
> 2. Re: Plans for boost.sigals obsoletion ? (Suckow, Thomas J)
> 3. Re: payment gateways (Richi Lists)
> 4. Re: Newbie questions from Qt developer (Muhammad Bashir Al-Noimi)
> 5. Re: Newbie questions from Qt developer
> (Jeffrey Scott Flesher Gmail)
> 6. Re: Newbie questions from Qt developer (Muhammad Bashir Al-Noimi)
> 7. nested WScrollArea - inner scroll broken? (Joe VanAndel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 12 Aug 2013 15:33:33 +0200
> From: Antonio Mancina <amanc...@mbigroup.it>
> Subject: [Wt-interest] [KOEN] Building wt-git tree with the highest
> warning levels
> To: witty-interest@lists.sourceforge.net
> Message-ID: <5208e42d.5060...@mbigroup.it>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Koen,
>
>
> a few hours ago I wrote you in the chat to discuss about compilation
> warning flags (I was one of the guests).
>
> I told you I could take care of submitting a patch to you with all the
> warnings fixed, but it's taking really a long time and there are a
> couple of points which the solution is not immediately clear to me and
> I'd like you to pick the most appropriate one.
>
> Do you think this is something you might allocate some time for and
> directly take care of?
>
> As a reminder, this is the set of flags I use for building my code:
>
> -DCMAKE_CXX_FLAGS="-std=c++0x -Werror -Wall -Wextra -Winit-self
> -Woverloaded-virtual -Wcast-align -Wcast-qual -Wlogical-op"
>
> Thanks in advance,
> Antonio
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 12 Aug 2013 16:34:24 +0000
> From: "Suckow, Thomas J" <thomas.suc...@pnnl.gov>
> Subject: Re: [Wt-interest] Plans for boost.sigals obsoletion ?
> To: "witty-interest@lists.sourceforge.net"
> <witty-interest@lists.sourceforge.net>
> Message-ID:
> <a225d9ea48aa1b41ac1c1e85ee7c4311031...@ex10mbox04.pnnl.gov>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> ________________________________
> From: Alan Jesser
>
> > CentOS won't have GCC 4.8 for a long while I'm guessing.
>
>
> http://www.redhat.com/about/news/archive/2013/5/red-hat-announces-beta-availability-of-red-hat-developer-toolset-2-0
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Tue, 13 Aug 2013 09:08:26 +0000
> From: Richi Lists <ricu...@gmail.com>
> Subject: Re: [Wt-interest] payment gateways
> To: witty-interest@lists.sourceforge.net
> Message-ID: <1376384906.3013.0.camel@onenc>
> Content-Type: text/plain; charset="UTF-8"
>
> Sorry for the late reply.
> A bitcoin payment integration would be cool!
>
> Rgds
> Richard
>
> On Fr, 2013-07-12 at 14:15 +0200, Wim Dumon wrote:
> > Hello Onur,
> >
> > There's a ton of gateways, we can't integrate them all, but we surely
> > want to make receiving payments from a Wt application easy. So
> > suggestions welcome. We'll also take contributions in this area.
> >
> > BR,
> > Wim.
> >
> >
> >
> >
> > 2013/7/10 Onur Tugcu <onur.tu...@gmail.com>
> > Hi, I am researching e-commerce solutions. I have known about
> > witty for several years and I've seen an option that supports
> > paypal express checkout. Are there any plans on integrating
> > (sometimes) more profitable payment options such as skrill and
> > authorize.net?
> >
> >
> ------------------------------------------------------------------------------
> > See everything from the browser to the database with
> > AppDynamics
> > Get end-to-end visibility with application monitoring from
> > AppDynamics
> > Isolate bottlenecks and diagnose root cause in seconds.
> > Start your free trial of AppDynamics Pro today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> > _______________________________________________
> > witty-interest mailing list
> > witty-interest@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/witty-interest
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > See everything from the browser to the database with AppDynamics
> > Get end-to-end visibility with application monitoring from AppDynamics
> > Isolate bottlenecks and diagnose root cause in seconds.
> > Start your free trial of AppDynamics Pro today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> > _______________________________________________
> > witty-interest mailing list
> > witty-interest@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 14 Aug 2013 03:23:52 +0200
> From: Muhammad Bashir Al-Noimi <mbno...@gmail.com>
> Subject: Re: [Wt-interest] Newbie questions from Qt developer
> To: witty-interest@lists.sourceforge.net
> Message-ID: <520adc28.4050...@gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 05/06/2013 06:27 AM, Jeff Flesher wrote:
> > LIBS += -L/usr/lib -I/usr/local/include -lwt -lwthttp -lwtdbo -lcrypt
> > -ltiff -lpng
> > LIBS += -lboost_signals -lboost_filesystem -lboost_system
> > -lboost_regex -lboost_date_time -lboost_thread
> I tried to use the libs above but the Qt Creator said:
>
> /usr/bin/ld: cannot find -ltiff
> /usr/bin/ld: cannot find -lpng
>
> I wonder which packages I've to install?
>
> P.S. I'm using Ubuntu 13.10
>
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 13 Aug 2013 21:59:40 -0700
> From: Jeffrey Scott Flesher Gmail <jeffrey.scott.fles...@gmail.com>
> Subject: Re: [Wt-interest] Newbie questions from Qt developer
> To: witty-interest@lists.sourceforge.net
> Message-ID: <1376456380.9114.0.camel@saber>
> Content-Type: text/plain; charset="utf-8"
>
> http://www.graphicsmagick.org/
>
> graphicsmagick libgraphicsmagick1-dev libgraphicsmagick3
>
> On Wed, 2013-08-14 at 03:23 +0200, Muhammad Bashir Al-Noimi wrote:
>
> > On 05/06/2013 06:27 AM, Jeff Flesher wrote:
> > > LIBS += -L/usr/lib -I/usr/local/include -lwt -lwthttp -lwtdbo -lcrypt
> > > -ltiff -lpng
> > > LIBS += -lboost_signals -lboost_filesystem -lboost_system
> > > -lboost_regex -lboost_date_time -lboost_thread
> > I tried to use the libs above but the Qt Creator said:
> >
> > /usr/bin/ld: cannot find -ltiff
> > /usr/bin/ld: cannot find -lpng
> >
> > I wonder which packages I've to install?
> >
> > P.S. I'm using Ubuntu 13.10
> >
>
>
> --
>
> ________________________________________________________________________
>
> Jeffrey Scott Flesher
> Disabled Gulf War Vet, Retired U.S. Air Force
> Special Ops - Helicopter Crew Chief
> jeffrey.scott.fles...@gmail.com
> Light Wizzard
> http://LightWizzard.com/
> Dark Wizzard
> http://TheDarkWizzard.com/
> Vets Help Center
> http://VetsHelpCenter.com/
> Binary Bit LAN
> http://BinaryBit.com/
> Twitter
> http://twitter.com/TheLightWizzard
> Facebook
> http://www.facebook.com/LightWizzard
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 6
> Date: Wed, 14 Aug 2013 11:20:54 +0200
> From: Muhammad Bashir Al-Noimi <mbno...@gmail.com>
> Subject: Re: [Wt-interest] Newbie questions from Qt developer
> To: witty-interest@lists.sourceforge.net
> Message-ID: <520b4bf6.1010...@gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 08/14/2013 06:59 AM, Jeffrey Scott Flesher Gmail wrote:
> > http://www.graphicsmagick.org/
> >
> > graphicsmagick libgraphicsmagick1-dev libgraphicsmagick3
> Thanks
>
>
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 14 Aug 2013 15:08:26 -0600
> From: Joe VanAndel <vanan...@ucar.edu>
> Subject: [Wt-interest] nested WScrollArea - inner scroll broken?
> To: "witty-interest@lists.sourceforge.net"
> <witty-interest@lists.sourceforge.net>
> Message-ID: <b4a02171-b3b8-4189-8c7c-01a988539...@ucar.edu>
> Content-Type: text/plain; charset="us-ascii"
>
> I've attached a demonstration program that has an inner scrolled area
> along with scrollbars for the entire window.
> I am using Wt 3.3.0 on CentOS 6.4, with Firefox 17.0.8(CentOS) or Chrome
> 28.0 (running on OS X).
>
> If you define OUTER_SCROLL_AREA and use a WScrollArea object for the
> entire window, the interior scrollbar doesn't seem to work, as shown in the
> attached screen shots. If I use the WContainerWidget::setOverflow()
> method, for the outer container, then the inner scrollbar does work.
>
> Also, if you define SET_MAXIMUM_SIZE, the outer scrollbar doesn't appear.
>
> Here are links to screenshots:
> ftp://ftp.eol.ucar.edu/pub/temp/users/vanandel/witty/InnerScroll.png
> ftp://ftp.eol.ucar.edu/pub/temp/users/vanandel/witty/NoInnerScroll.png
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: NestedScroll.tgz
> Type: application/octet-stream
> Size: 10240 bytes
> Desc: not available
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>
> ------------------------------
>
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
> End of witty-interest Digest, Vol 87, Issue 3
> *********************************************
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest