Paste: weird error
Author: | Laserbeak43 |
Mode: | factor |
Date: | Sat, 17 Jul 2010 18:27:11 |
Plain Text |
USING: accessors ui ui.gadgets.labels ;
IN: hello-ui
MAIN-WINDOW: hello { { title "Hi-Part 2" } }
"Hello world" <label>
"Click Me" label-on-left >>gadgets;
!My Error message:
resource:extra/hello-ui/hello-ui.factor
4: MAIN-WINDOW: hello { { title "Hi-Part 2" } }
5: "Hello world" <label>
Author: | Laserbeak43 |
Mode: | factor |
Date: | Sat, 17 Jul 2010 18:35:29 |
Plain Text |
USING: accessors ui ui.gadgets.labels ;
IN: hello-ui
MAIN-WINDOW: hello { { title "Hi-Part 2" } }
"Click Me" label-on-left >>gadgets ;
Author: | Laserbeak43 |
Mode: | factor |
Date: | Sun, 18 Jul 2010 20:35:46 |
Plain Text |
Generic word parent>> does not define a method for the world-attributes class.
Dispatching on object: T{ world-attributes f world f "Hi-Part 2" f f ~array~ ~array~ f...
!#-----------------------------------------------------------
USING: accessors ui ui.gadgets.labels ;
IN: hello-ui
MAIN-WINDOW: hello { { title "Hi-Part 2" } }
"Click Me" label-on-left >>gadgets ;
New Annotation