[Factor-talk] frame gadgets

2010-08-15 Thread Андрей Полищук
Hi I'm trying to make frame with four cells, and label in each cell in that way: MAIN-WINDOW: main-window { { title [ gui - training ] } } { 256 256 } pref-dim 2 2 frame { A B C D } [ label ] map { { 0 0 } { 0 1 } { 1 0 } { 1 1 } } [ grid-add ] 2each gadgets ; But that dont

Re: [Factor-talk] frame gadgets

2010-08-15 Thread Slava Pestov
Try using grid instead of frame. If you want to use frame, also set the filled-cell slot, eg: { 1 1 } filled-cell Slava On Sun, Aug 15, 2010 at 8:43 PM, Андрей Полищук ander-skir...@mail.ru wrote: Hi I'm trying to make frame with four cells, and label in each cell in that way: MAIN-WINDOW:

[Factor-talk] FUEL listener running web page

2010-08-15 Thread Jim mack
Hi, I've got FUEL working w/listener, on Mac, factor version = yesterday's binaries. I'm launching a furnace website. If I launch it from Factor listener directly, it executes but locks the listener, and I have to restart it. (Once I've restarted it, I can modify source, hit F2 and the website

Re: [Factor-talk] FUEL listener running web page

2010-08-15 Thread Slava Pestov
On Sun, Aug 15, 2010 at 9:47 PM, Jim mack j...@less2do.com wrote: Hi, I've got FUEL working w/listener, on Mac, factor version = yesterday's binaries.  I'm launching a furnace website. If I launch it from Factor listener directly, it executes but locks the listener, and I have to restart it.