Try this, you need to remove all the children first, then add the label:

"Test" <label> { 5 5 } <border> dup gadget.
dup children>> [ unparent ] each
dup "Worked" <label> add-gadget


On Wed, Dec 19, 2012 at 8:14 AM, Samuel Proulx <proulxsam...@gmail.com>wrote:

> Hi,
>
> I tried to change the child of a border. Judging by the help ( \ <border>
> help ), I only need to change the "child" slot. So I tried this:
>
> "Test" <label> { 5 5 } <border> dup gadget.
> "Worked" <label> >>child
>
> Error : Generic word child<< does not define a method for the border class.
>
> What does that mean? What did I do wrong?
>
> Thanks in advance,
> Samuel
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to