Hey Tor,

2014-03-21 11:54 GMT+01:00 Tor Arne Fallingen <fallin...@gmail.com>:

> Hey,
>
> A fellow student is doing the guy of our application and he has
> encountered a strange issue. Since he hasn't got an subscription to this
> mailing list yet, I asked him to mail me and Id forward the question:
>
> Hi,
>
> I have a Wt program that I'm working on an I have an error.
> The problem happens when I'm trying to add a widget in a boxlayout that is
> in a boxlayout, that's also in a box layout(3 times nested).
>
> The error is "WContatinerWidget: addWidget(): reparenting widget".
>
>
The only possible reason is that he was passing a container as the last
argument when constructing the widgets. Also, it's a warning, not an error.
It's just to notifying you that you are doing something that might be
wrong. If you really want to reparent a widget you can do it more
explicitly by removing the widget first from its pervious parent.

Regards,
koen
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to