If you inspect the border on the stack you will notice, that the slot you are 
trying to change is actually called "children", which is a vector that contains 
the label.

So this would work:

"Test" <label> { 5 5 } <border> dup gadget.
"Worked" <label> 1vector >>children

On 19.12.2012, at 17:14, 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