Re: [Factor-talk] What a tangled webapp I weave

2013-01-07 Thread John Benediktsson
You might also like to see this tutorial building a blog webapp in Factor: https://github.com/malu/factor-blog-gitutorial Or my simple hello webapp: http://re-factor.blogspot.com/2010/08/hello-web.html If you set the development? symbol to true, then it will print better errors:

[Factor-talk] Factor application not working under Windows

2013-01-07 Thread Samuel Proulx
Hi, I tried to use my program on Windows (7), after programming it under Linux. I got I few surprises. First of all, the labels which are on non-white tracks ( they have a gradient in their interior slot ) have a black background. I tried to change the background slot of the label's font, but I

Re: [Factor-talk] Factor application not working under Windows

2013-01-07 Thread John Benediktsson
Unfortunately, the black background is an open issue we haven't had a chance to fix: https://github.com/slavapestov/factor/issues/152 It seems pretty fixable but no one has stepped up yet :) The deploy error is strange, since the deploy tests work fine on all platforms. Could you help us