|
Pages: [1]
|
 |
|
Author
|
Topic: layout binding problems (Read 241 times)
|
|
ale8670
|
Hi all,
I'm a newbe, and I'm making some tests (to better understand this wonderful language).
I have a problem:
I wrote:
layA: [b: box] view layout layA
It functions correctly.
So I tried to write (I wish to create a layout at runtime):
layA: "b: box" layB: to-block layA view layout layB
But I obtained this error:
** Script Error: b word has no context ** Where: forever ** Near: new/var: bind to-word :var :var
Where is the error? Can you help me?
Thank you!
|
|
|
|
|
Logged
|
|
|
|
|
CarlRead
|
Context is not my strong point, but if you replace TO-BLOCK with LOAD the error should go away.
|
|
|
|
|
Logged
|
- Carl Read
|
|
|
|
|
Pages: [1]
|
|
|
 |