Re: [Factor-talk] Hello world web app

2009-05-03 Thread Diego Martinelli
Hi Slava, it works well now, even without wrapping an alloy on the dispatcher. The error was in the very first line of the template. I removed the space after the question mark and now it's fine. This doesn't work (response error): ? xml version='1.0' ? This does instead: ?xml version='1.0' ?

Re: [Factor-talk] Hello world web app

2009-05-03 Thread Ludovic Kuty
Hello, I get this: /Users/ludo/Documents/prog/factor/hello-web/hello-web.factor hello-web: /Users/ludo/Documents/prog/factor/hello-web/hello-web.factor: 29: ?xml version='1.0' ? No word named ``?xml'' found in current vocabulary search path Do I have to add a vocabulary to the search path

Re: [Factor-talk] Hello world web app

2009-05-03 Thread Diego Martinelli
The xml stuff goes in its own 'hello.xml' file, not in the factor source. I'll be clearer next time, my bad. Diego On Sun, May 3, 2009 at 10:52 AM, Ludovic Kuty mail...@kuty.be wrote: Hello, I get this: /Users/ludo/Documents/prog/factor/hello-web/hello-web.factor hello-web:

Re: [Factor-talk] QT bindings

2009-05-03 Thread Daniel Kersten
Jeremy, don't forgot to drop me a url when you have it in github. Thanks, Dan. 2009/5/2 Jeremy jed...@gmail.com At Fri, 1 May 2009 15:20:52 -0600, Hugh Aguilar wrote: Message: 4 Date: Fri, 01 May 2009 10:47:59 +1200 From: Jeremy jed...@gmail.com Subject: Re: [Factor-talk]

[Factor-talk] file-trees

2009-05-03 Thread Sam Anklesaria
Browsing file hierarchies is a common enough task in a GUI. My file-trees vocab contains a file-tree class, along with a basic list view for file browsing. pull at git://github.com/bogiebro/factor.git -- Register Now

Re: [Factor-talk] Hello world web app

2009-05-03 Thread Chris Double
On Sat, May 2, 2009 at 7:54 PM, Diego Martinelli martinelli.di...@gmail.com wrote: Also, how can I inspect such erroneous responses to see what's really happening? Set the global variable development? to true: t development? set-global Do this form the listener. It will result in a stack